Class TestLogger
- java.lang.Object
-
- org.kordamp.jipsy.processor.testutils.TestLogger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestLogger.Record
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<TestLogger.Record>records
-
Constructor Summary
Constructors Constructor Description TestLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFileContent()voidnote(LogLocation location, java.lang.String message)java.util.List<TestLogger.Record>records()voidreset()voidwarning(LogLocation location, java.lang.String message)
-
-
-
Field Detail
-
records
private final java.util.List<TestLogger.Record> records
-
-
Method Detail
-
getFileContent
public java.lang.String getFileContent()
- Specified by:
getFileContentin interfaceLogger
-
note
public void note(LogLocation location, java.lang.String message)
-
warning
public void warning(LogLocation location, java.lang.String message)
-
records
public java.util.List<TestLogger.Record> records()
-
reset
public void reset()
-
-