public class MemoryTestGenerationLog extends Object implements TestGenerationLog
TestGenerationLog which stores the log in memory.| Modifier and Type | Field and Description |
|---|---|
private StringBuffer |
sb
The
StringBuffer which stores all the content. |
| Constructor and Description |
|---|
MemoryTestGenerationLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
testGenerationCompleted() |
String |
toString() |
void |
write(String string) |
void |
writeException(Throwable t) |
void |
writeln(String string) |
private final StringBuffer sb
StringBuffer which stores all the content.public void writeln(String string)
writeln in interface TestGenerationLogpublic void write(String string)
write in interface TestGenerationLogpublic void writeException(Throwable t)
writeException in interface TestGenerationLogpublic void testGenerationCompleted()
testGenerationCompleted in interface TestGenerationLog