Index

A B C D E G H J L M P T V 
All Classes and Interfaces|All Packages|Constant Field Values

J

JUnitEasyLogger - Class in com.github.tadukoo.junit.logger
JUnit Easy Logger is used when we don't want to create an actual log file during a JUnit test, but want to verify that logging occurred properly.
JUnitEasyLogger() - Constructor for class com.github.tadukoo.junit.logger.JUnitEasyLogger
Constructs a new JUnit Easy Logger with a null Logger and empty entries List
JUnitEasyLogger.JUnitEasyLoggerEntry - Record Class in com.github.tadukoo.junit.logger
JUnit Easy Logger Entry represents a single logged entry in the logger

Contains: Level, message, and Throwable
JUnitEasyLoggerEntry(Level, String, Throwable) - Constructor for record class com.github.tadukoo.junit.logger.JUnitEasyLogger.JUnitEasyLoggerEntry
Creates an instance of a JUnitEasyLoggerEntry record class.
A B C D E G H J L M P T V 
All Classes and Interfaces|All Packages|Constant Field Values