[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 48 | 0 | 0 | 0 | 100% | 10.847 |
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.772 |
| org.kuali.rice.shareddata.impl.county | 10 | 0 | 0 | 0 | 100% | 1.972 |
| org.kuali.rice.shareddata.impl.country | 12 | 0 | 0 | 0 | 100% | 1.874 |
| org.kuali.rice.shareddata.impl.state | 8 | 0 | 0 | 0 | 100% | 1.766 |
| org.kuali.rice.shareddata.impl.postalcode | 8 | 0 | 0 | 0 | 100% | 2.463 |
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.761 | |
| CampusBoTest | 1 | 0 | 0 | 0 | 100% | 0.011 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| CountyBoTest | 1 | 0 | 0 | 0 | 100% | 0.028 | |
| CountyServiceImplTest | 9 | 0 | 0 | 0 | 100% | 1.944 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| CountryServiceImplTest | 11 | 0 | 0 | 0 | 100% | 1.82 | |
| CountryBoTest | 1 | 0 | 0 | 0 | 100% | 0.054 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| StateServiceImplTest | 7 | 0 | 0 | 0 | 100% | 1.76 | |
| StateBoTest | 1 | 0 | 0 | 0 | 100% | 0.006 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| PostalCodeServiceImplTest | 7 | 0 | 0 | 0 | 100% | 2.445 | |
| PostalCodeBoTest | 1 | 0 | 0 | 0 | 100% | 0.018 |
[Summary] [Package List] [Test Cases]
| test_get_postal_code_null_countryCode | 0.456 | |
| test_get_postal_code_null_code | 0.502 | |
| test_get_postal_code_exists | 0.258 | |
| test_get_postal_code_does_not_exist | 0.417 | |
| test_find_all_postal_codes_in_country_null_countryCode | 0.341 | |
| test_find_all_postal_codes_in_country_exists | 0.262 | |
| test_find_all_postal_codes_in_country_does_not_exist | 0.201 |
| test_get_state_null_countryCode | 0.328 | |
| test_get_state_null_code | 0.383 | |
| test_get_state_exists | 0.382 | |
| test_get_state_does_not_exist | 0.178 | |
| test_find_all_states_in_country_null_countryCode | 0.157 | |
| test_find_all_states_in_country_exists | 0.162 | |
| test_find_all_states_in_country_does_not_exist | 0.127 |
| test_getCountry | 0.312 | |
| testGetByPrimaryIdEmptyCountryCode | 0.002 | |
| testGetByPrimaryIdNullCountryCode | 0.001 | |
| testGetByAlternateCode | 0.26 | |
| testGetByAlternateCodeWhenNoneFound | 0.248 | |
| testGetByAlternateCodeWhenMultipleFound | 0.324 | |
| testGetByAlternateCodeWithEmptyCode | 0.001 | |
| testGetByAlternateCodeWithNullCode | 0.002 | |
| findAllCountriesNotRestricted | 0.241 | |
| findAllCountriesNotRestrictedReturnsImmutableList | 0.249 | |
| testFindAllCountries | 0.164 |
| testGetCampusEmptyCode | 0.099 | |
| testGetCampusNullCode | 0.001 | |
| testGetCampusTypeEmptyCode | 0.001 | |
| testGetCampusTypeNullCode | 0 | |
| testGetCampus | 0.876 | |
| testGetCampusInvalidCode | 0.323 | |
| testGetCampusType | 0.295 | |
| testGetCampusTypeInvalidCode | 0.244 | |
| testGetAllCampuses | 0.227 |
| test_getCounty_null_countryCode | 0.211 | |
| test_getPostalCode_null_stateCode | 0.184 | |
| test_getPostalCode_null_code | 0.18 | |
| test_get_county_exists | 0.315 | |
| test_get_county_does_not_exist | 0.184 | |
| test_getAllPostalCodesInCountryAndState_null_countryCode | 0.204 | |
| test_getAllPostalCodesInCountryAndState_null_stateCode | 0.178 | |
| test_find_all_county_in_country_state_exists | 0.237 | |
| test_find_all_county_in_country_state_does_not_exist | 0.24 |