| Designed for use with JUnit and Ant. |
| Name | Tests | Errors | Failures | Time(s) |
|---|---|---|---|---|
| CycleTest | 2 | 0 | 2 | 3.802 |
| Name | Status | Type | Time(s) |
|---|---|---|---|
| testAllPackagesCycle | Failure | dependancy cycles must be resolved expected:<false> but was:<true>junit.framework.AssertionFailedError: dependancy cycles must be resolved expected:<false> but was:<true> at net.sf.jomic.tests.CycleTest.testAllPackagesCycle(CycleTest.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 1.875 |
| testOnePackageCycle | Failure | Cycle exists: net.sf.jomic expected:<false> but was:<true>junit.framework.AssertionFailedError: Cycle exists: net.sf.jomic expected:<false> but was:<true> at net.sf.jomic.tests.CycleTest.testOnePackageCycle(CycleTest.java:64) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 1.779 |