[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
48 | 0 | 0 | 0 | 100% | 10.305 |
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 |
---|---|---|---|---|---|---|
org.kuali.rice.shareddata.impl.campus | 10 | 0 | 0 | 0 | 100% | 2.635 |
org.kuali.rice.shareddata.impl.county | 10 | 0 | 0 | 0 | 100% | 1.723 |
org.kuali.rice.shareddata.impl.country | 12 | 0 | 0 | 0 | 100% | 1.871 |
org.kuali.rice.shareddata.impl.state | 8 | 0 | 0 | 0 | 100% | 1.807 |
org.kuali.rice.shareddata.impl.postalcode | 8 | 0 | 0 | 0 | 100% | 2.269 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() | CampusServiceImplTest | 9 | 0 | 0 | 0 | 100% | 2.624 |
![]() | CampusBoTest | 1 | 0 | 0 | 0 | 100% | 0.011 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() | CountyBoTest | 1 | 0 | 0 | 0 | 100% | 0.018 |
![]() | CountyServiceImplTest | 9 | 0 | 0 | 0 | 100% | 1.705 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() | CountryServiceImplTest | 11 | 0 | 0 | 0 | 100% | 1.864 |
![]() | CountryBoTest | 1 | 0 | 0 | 0 | 100% | 0.007 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() | StateServiceImplTest | 7 | 0 | 0 | 0 | 100% | 1.801 |
![]() | StateBoTest | 1 | 0 | 0 | 0 | 100% | 0.006 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() | PostalCodeServiceImplTest | 7 | 0 | 0 | 0 | 100% | 2.249 |
![]() | PostalCodeBoTest | 1 | 0 | 0 | 0 | 100% | 0.02 |
[Summary] [Package List] [Test Cases]
![]() | test_get_postal_code_null_countryCode | 0.331 |
![]() | test_get_postal_code_null_code | 0.58 |
![]() | test_get_postal_code_exists | 0.339 |
![]() | test_get_postal_code_does_not_exist | 0.286 |
![]() | test_find_all_postal_codes_in_country_null_countryCode | 0.251 |
![]() | test_find_all_postal_codes_in_country_exists | 0.265 |
![]() | test_find_all_postal_codes_in_country_does_not_exist | 0.173 |
![]() | test_get_state_null_countryCode | 0.321 |
![]() | test_get_state_null_code | 0.323 |
![]() | test_get_state_exists | 0.287 |
![]() | test_get_state_does_not_exist | 0.307 |
![]() | test_find_all_states_in_country_null_countryCode | 0.234 |
![]() | test_find_all_states_in_country_exists | 0.151 |
![]() | test_find_all_states_in_country_does_not_exist | 0.14 |
![]() | test_getCountry | 0.149 |
![]() | testGetByPrimaryIdEmptyCountryCode | 0.002 |
![]() | testGetByPrimaryIdNullCountryCode | 0.001 |
![]() | testGetByAlternateCode | 0.212 |
![]() | testGetByAlternateCodeWhenNoneFound | 0.269 |
![]() | testGetByAlternateCodeWhenMultipleFound | 0.238 |
![]() | testGetByAlternateCodeWithEmptyCode | 0.002 |
![]() | testGetByAlternateCodeWithNullCode | 0.001 |
![]() | findAllCountriesNotRestricted | 0.339 |
![]() | findAllCountriesNotRestrictedReturnsImmutableList | 0.345 |
![]() | testFindAllCountries | 0.298 |
![]() | testGetCampusEmptyCode | 0.106 |
![]() | testGetCampusNullCode | 0.003 |
![]() | testGetCampusTypeEmptyCode | 0.001 |
![]() | testGetCampusTypeNullCode | 0.001 |
![]() | testGetCampus | 0.822 |
![]() | testGetCampusInvalidCode | 0.254 |
![]() | testGetCampusType | 0.251 |
![]() | testGetCampusTypeInvalidCode | 0.237 |
![]() | testGetAllCampuses | 0.219 |
![]() | test_getCounty_null_countryCode | 0.204 |
![]() | test_getPostalCode_null_stateCode | 0.17 |
![]() | test_getPostalCode_null_code | 0.212 |
![]() | test_get_county_exists | 0.189 |
![]() | test_get_county_does_not_exist | 0.18 |
![]() | test_getAllPostalCodesInCountryAndState_null_countryCode | 0.168 |
![]() | test_getAllPostalCodesInCountryAndState_null_stateCode | 0.18 |
![]() | test_find_all_county_in_country_state_exists | 0.202 |
![]() | test_find_all_county_in_country_state_does_not_exist | 0.188 |