Name | Status | Type | Time(s) |
test_isResource_badResource | Success | | 0.040 |
test_isResource_goodResource | Success | | 0.030 |
test_isLoaded_badResource | Success | | 0.010 |
test_isLoaded_goodResourceNotLoaded | Success | | 0.000 |
test_isLoaded_goodResourceThatIsAlreadyLoaded | Success | | 0.000 |
test_add_goodResource | Success | | 0.000 |
test_add_addDuplicateResource | Success | | 0.010 |
test_isIn_badResource_badKey | Success | | 0.030 |
test_isIn_badResource_possiblyAGoodKey | Success | | 0.000 |
test_isIn_goodResource_BadKey | Success | | 0.020 |
test_isIn_goodResource_GoodKey | Success | | 0.000 |
test_getString_UsingResource_defaultLocale | Success | | 0.000 |
test_getString_UsingResource_french | Success | | 0.020 |
test_getString_UsingResource_french_noKeyThough | Success | | 0.000 |
test_getInt_okay | Success | | 0.000 |
test_getInt_nokay_noDefault | Success | | 0.010 |
test_getInt_nokay_default | Success | | 0.010 |
test_getInt_keyDoesNotExist | Success | | 0.000 |
test_getDouble_okay | Success | | 0.010 |
test_getDouble_nokay_noDefault | Success | | 0.000 |
test_getDouble_nokay_default | Success | | 0.000 |
test_getDouble_keyDoesNotExist | Success | | 0.000 |
test_getString_defaultLocale | Success | | 0.030 |
test_getString_french | Success | | 0.010 |
test_getString_french_noKeyThough | Success | | 0.000 |
test_getString_fromSecondResource | Success | | 0.000 |
test_getString_noKey | Success | | 0.010 |
test_getString_stressTest | Success | | 1.152 |
test_getString_datadefaultLocale | Success | | 0.000 |
test_getString_data_french | Success | | 0.010 |
test_getString_data_french_noKeyThough | Success | | 0.010 |
test_setString_setThenGetThenSetAndGetAgain | Failure | should be able to create resource
junit.framework.AssertionFailedError: should be able to create resource at ca.aabeka.util.ResourceTest.test_setString_setThenGetThenSetAndGetAgain(ResourceTest.java:489) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 0.020 |
test_create | Failure | expected:<true> but was:<false>
junit.framework.AssertionFailedError: expected:<true> but was:<false> at ca.aabeka.util.ResourceTest.assert_create(ResourceTest.java:177) at ca.aabeka.util.ResourceTest.test_create(ResourceTest.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 0.020 |