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