| java.lang.Object com.spikesource.spiketestgen.TestCaseLogger
TestCaseLogger | public class TestCaseLogger (Code) | | Generates LogTestCase.java that logs successful and failed test cases
while test case execution.
version: 0.1.4-alpha author: Manish Marathe |
logTestCase | final public void logTestCase(String outputDIR) throws IOException(Code) | | This method logs the test cases which are failed.
Parameters: outputDIR - Name of output directory. throws: IOException - Throws IOException. |
logTestCase2 | final public void logTestCase2(BufferedWriter out, String outputDIR) throws IOException(Code) | | LogTestCase Method 2.
Parameters: out - BufferedWriter Object. Parameters: outputDIR - Output directory. throws: IOException - Throws IOException. |
logTestCase3 | final public void logTestCase3(BufferedWriter out, String outputDIR) throws IOException(Code) | | LogTestCase Method 3.
Parameters: out - BufferedWriter object. Parameters: outputDIR - Output Directory. throws: IOException - Throws IOException. |
logTestCase4 | final public void logTestCase4(BufferedWriter out, String outputDIR) throws IOException(Code) | | LogTestCase Method 4.
Parameters: out - BufferedWriter object. Parameters: outputDIR - Output directory. throws: IOException - Throws IOException. |
|
|