Uses of Record Class
com.github.tadukoo.junit.logger.JUnitEasyLogger.JUnitEasyLoggerEntry
Packages that use JUnitEasyLogger.JUnitEasyLoggerEntry
Package
Description
Contains
JUnitEasyLogger, to be used for loggers in JUnit
testing when you don't want to actually log, but check that logging works.-
Uses of JUnitEasyLogger.JUnitEasyLoggerEntry in com.github.tadukoo.junit.logger
Fields in com.github.tadukoo.junit.logger with type parameters of type JUnitEasyLogger.JUnitEasyLoggerEntryModifier and TypeFieldDescriptionprivate final List<JUnitEasyLogger.JUnitEasyLoggerEntry>JUnitEasyLogger.entriesThe List of Logger entries for this loggerMethods in com.github.tadukoo.junit.logger that return types with arguments of type JUnitEasyLogger.JUnitEasyLoggerEntryMethods in com.github.tadukoo.junit.logger with parameters of type JUnitEasyLogger.JUnitEasyLoggerEntryModifier and TypeMethodDescriptionstatic voidJUnitEasyLogger.assertEntries(JUnitEasyLogger.JUnitEasyLoggerEntry expectedEntry, JUnitEasyLogger logger) Will verify that the entries in the given logger contains one element and matches the expected entrystatic voidJUnitEasyLogger.assertEntries(JUnitEasyLogger.JUnitEasyLoggerEntry expectedEntry, List<JUnitEasyLogger.JUnitEasyLoggerEntry> actualEntries) Will verify that the given actual entries contains one element and matches the expected entryMethod parameters in com.github.tadukoo.junit.logger with type arguments of type JUnitEasyLogger.JUnitEasyLoggerEntryModifier and TypeMethodDescriptionstatic voidJUnitEasyLogger.assertEntries(JUnitEasyLogger.JUnitEasyLoggerEntry expectedEntry, List<JUnitEasyLogger.JUnitEasyLoggerEntry> actualEntries) Will verify that the given actual entries contains one element and matches the expected entrystatic voidJUnitEasyLogger.assertEntries(List<JUnitEasyLogger.JUnitEasyLoggerEntry> expectedEntries, JUnitEasyLogger logger) Will verify that the entries in the given logger match the expected entries.static voidJUnitEasyLogger.assertEntries(List<JUnitEasyLogger.JUnitEasyLoggerEntry> expectedEntries, List<JUnitEasyLogger.JUnitEasyLoggerEntry> actualEntries) Will verify that the given actual entries match the expected entries.static voidJUnitEasyLogger.assertEntries(Level level, String message, Throwable t, List<JUnitEasyLogger.JUnitEasyLoggerEntry> actualEntries)