[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
69 | 0 | 0 | 1 | 98.551% | 15.16 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|
olg.csv.bean.getter | 3 | 0 | 0 | 0 | 100% | 0.592 |
olg.csv.bean.loader.getter | 4 | 0 | 0 | 0 | 100% | 1.102 |
olg.csv.bean | 1 | 0 | 0 | 0 | 100% | 0.878 |
olg.csv.bean.loader.parser | 2 | 0 | 0 | 0 | 100% | 0.697 |
olg.csv.bean.filter | 6 | 0 | 0 | 0 | 100% | 0.03 |
olg.csv.base | 5 | 0 | 0 | 0 | 100% | 1.976 |
olg.csv.bean.impl | 3 | 0 | 0 | 0 | 100% | 0.092 |
olg.csv.base.ods | 6 | 0 | 0 | 0 | 100% | 1.669 |
olg.csv.bean.parser | 12 | 0 | 0 | 0 | 100% | 0.133 |
olg.csv.bean.loader | 7 | 0 | 0 | 0 | 100% | 7.576 |
olg.csv.base.csv | 18 | 0 | 0 | 1 | 94.444% | 0.203 |
olg.csv.bean.loader.filter | 2 | 0 | 0 | 0 | 100% | 0.212 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
AbstractGetterTestCase | 3 | 0 | 0 | 0 | 100% | 0.592 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
AbstractGetterLoaderTestCase | 4 | 0 | 0 | 0 | 100% | 1.102 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
AbstractParserLoaderTestCase | 2 | 0 | 0 | 0 | 100% | 0.697 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
AbstractStringFilterTestCase | 6 | 0 | 0 | 0 | 100% | 0.03 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
IWriterTestCase | 2 | 0 | 0 | 0 | 100% | 1.909 | |
IReaderTestCase | 3 | 0 | 0 | 0 | 100% | 0.067 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
AbstractPropertyProcessorTestCase | 2 | 0 | 0 | 0 | 100% | 0.091 | |
BeanProcessorTestCase | 1 | 0 | 0 | 0 | 100% | 0.001 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
ODSWriterTestCase | 2 | 0 | 0 | 0 | 100% | 1.492 | |
ODSReaderTestCase | 4 | 0 | 0 | 0 | 100% | 0.177 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
AbstractParserTestCase | 4 | 0 | 0 | 0 | 100% | 0.008 | |
PrimitiveTypeTestCase | 8 | 0 | 0 | 0 | 100% | 0.125 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
PropertyFormatterLoaderTestCase | 3 | 0 | 0 | 0 | 100% | 2.302 | |
TransformerLoaderTestCase | 3 | 0 | 0 | 0 | 100% | 0.813 | |
CustomLoaderTestCase | 1 | 0 | 0 | 0 | 100% | 4.461 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
CSVWriterTestCase | 1 | 0 | 0 | 0 | 100% | 0.053 | |
CSVReaderTestCase | 10 | 0 | 0 | 0 | 100% | 0.139 | |
CSVReaderPerfTestCase | 1 | 0 | 0 | 1 | 0% | 0.003 | |
CharSearchReaderTestCase | 6 | 0 | 0 | 0 | 100% | 0.008 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
AbstractFiltreLoaderTestCase | 2 | 0 | 0 | 0 | 100% | 0.212 |
[Summary] [Package List] [Test Cases]
testComplexPropertyTransformer | 0.086 | |
testSimplePropertyTransformer | 0.001 |
testConstantGetter | 1.047 | |
testSimpleGetter | 0.022 | |
testFailedCustomGetter | 0.008 | |
testCustomGetter | 0.023 |
testConstructorParser | 0 | |
testDateParser | 0.002 | |
testCharacterParser | 0.001 | |
testEnumParser | 0.001 |
testInt | 0.001 | |
testFloat | 0 | |
testShort | 0 | |
testByte | 0 | |
testChar | 0 | |
testLong | 0.115 | |
testBoolean | 0.001 | |
testDouble | 0.001 |
testCharsetUTF8 | 0.001 | |
testAlternateValid | 0.002 | |
testValid | 0.001 | |
testValid_CR_EOF | 0.004 | |
testValid_LF_EOF | 0 | |
testValid_CR | 0.001 | |
testValid_LF | 0.001 | |
testCharsetISO8859 | 0.001 | |
testValid_BufSize | 0.124 | |
testInvalid | 0.001 |
testLowerFilter | 0 | |
testUpperFirstFilter | 0.001 | |
testReplaceFilter | 0.024 | |
testUpperFilter | 0 | |
testDecorateFilter | 0.001 | |
testSplitFilter | 0.001 |
testFind | 0 | |
testSkip | 0.001 | |
testSubstring | 0 | |
testCharAt | 0.001 | |
testExists | 0.005 | |
testFindNextAtIndex | 0 |
[Summary] [Package List] [Test Cases]
olg.csv.base.csv.CSVReaderPerfTestCase | |
skipped: skipped |