[ summary] [ package list] [ test cases]
| Tests | Errors | Failures | Success rate | Time(s) |
|---|---|---|---|---|
| 13 | 7 | 0 | 46.15% | 1.92 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
| Package | Tests | Errors | Failures | Success Rate | Time |
|---|---|---|---|---|---|
| org.astrogrid.cfg | 13 | 7 | 0 | 46.15% | 1.92 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| FactoryTest | 1 | 0 | 0 | 100.00% | 0.433 |
|
| FailbackTest | 7 | 4 | 0 | 42.86% | 0.532 |
|
| SimpleTest | 4 | 2 | 0 | 50.00% | 0.450 |
|
| XmlTest | 1 | 1 | 0 | 0.00% | 0.505 |
[ summary] [ package list] [ test cases]
|
| testLoad |
Could not find 'TEST.FRUIT' in: Cache, (No JNDI), (no config file), sysenv
| |
org.astrogrid.cfg.PropertyNotFoundException: Could not find 'TEST.FRUIT' in: Cache, (No JNDI), (no config file), sysenv at org.astrogrid.cfg.FailbackConfig.getProperty(FailbackConfig.java:477) at org.astrogrid.cfg.FailbackTest.testLoad(FailbackTest.java:43)
| |
|
| testStore |
Could not find 'TEST.FRUIT' in: Cache, (No JNDI), (no config file), sysenv
| |
org.astrogrid.cfg.PropertyNotFoundException: Could not find 'TEST.FRUIT' in: Cache, (No JNDI), (no config file), sysenv at org.astrogrid.cfg.FailbackConfig.getProperty(FailbackConfig.java:477) at org.astrogrid.cfg.FailbackTest.testStore(FailbackTest.java:117)
| |
|
| testTypes |
Could not find 'TEST.FRUIT' in: Cache, (No JNDI), (no config file), sysenv
| |
org.astrogrid.cfg.PropertyNotFoundException: Could not find 'TEST.FRUIT' in: Cache, (No JNDI), (no config file), sysenv at org.astrogrid.cfg.FailbackConfig.getProperty(FailbackConfig.java:477) at org.astrogrid.cfg.ConfigReader.getString(ConfigReader.java:108) at org.astrogrid.cfg.FailbackTest.testTypes(FailbackTest.java:186)
| |
|
| testFileFinder |
${FailbackTest.path}test.properties (resolves to org/astrogrid/config/test.properties) not found in classpath or working directory
| |
java.io.FileNotFoundException: ${FailbackTest.path}test.properties (resolves to org/astrogrid/config/test.properties) not found in classpath or working directory at org.astrogrid.cfg.ConfigReader.resolveFilename(ConfigReader.java:317) at org.astrogrid.cfg.FailbackTest.testFileFinder(FailbackTest.java:218)
| |
|
| testLoad |
| N/A | |
java.lang.NullPointerException at org.astrogrid.cfg.FailbackConfig.loadFromUrl(FailbackConfig.java:393) at org.astrogrid.cfg.SimpleTest.testLoad(SimpleTest.java:31)
| |
|
| testConfiguration |
| N/A | |
java.lang.NullPointerException at org.astrogrid.cfg.FailbackConfig.loadFromUrl(FailbackConfig.java:393) at org.astrogrid.cfg.SimpleTest.testConfiguration(SimpleTest.java:98)
| |
|
| testGet |
| N/A | |
java.lang.NullPointerException at org.astrogrid.cfg.ConfigReader.readDom(ConfigReader.java:257) at org.astrogrid.cfg.ConfigReader.getDom(ConfigReader.java:248) at org.astrogrid.cfg.XmlTest.testGet(XmlTest.java:31)
| |