Summary
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 53 | 0 | 0 | 1 | 98.113% | 4.969 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|
| org.cateproject.controller.staticpage | 2 | 0 | 0 | 0 | 100% | 1.5 |
| org.cateproject.controller.proposal | 1 | 0 | 0 | 0 | 100% | 0.766 |
| org.cateproject.controller.media | 2 | 0 | 0 | 0 | 100% | 0.124 |
| org.cateproject.controller.user | 1 | 0 | 0 | 0 | 100% | 0.062 |
| org.cateproject.controller.search | 6 | 0 | 0 | 0 | 100% | 0.281 |
| org.cateproject.controller.taxon | 10 | 0 | 0 | 0 | 100% | 0.515 |
| org.cateproject.controller.registration | 8 | 0 | 0 | 0 | 100% | 0.421 |
| org.cateproject.controller.lsid | 13 | 0 | 0 | 0 | 100% | 0.58 |
| org.cateproject.controller.contributions | 10 | 0 | 0 | 1 | 90% | 0.72 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.cateproject.controller.staticpage
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| AptTest | 1 | 0 | 0 | 0 | 100% | 0.078 | |
| StaticContentTest | 1 | 0 | 0 | 0 | 100% | 1.422 |
org.cateproject.controller.proposal
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| CreateNameTest | 1 | 0 | 0 | 0 | 100% | 0.766 |
org.cateproject.controller.media
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| KeyMethodNameResolverTest | 1 | 0 | 0 | 0 | 100% | 0.046 | |
| MediaControllerTest | 1 | 0 | 0 | 0 | 100% | 0.078 |
org.cateproject.controller.user
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| UserControllerTest | 1 | 0 | 0 | 0 | 100% | 0.062 |
org.cateproject.controller.search
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| AdvancedSearchControllerTest | 5 | 0 | 0 | 0 | 100% | 0.265 | |
| SearchControllerTest | 1 | 0 | 0 | 0 | 100% | 0.016 |
org.cateproject.controller.taxon
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| TaxonControllerTest | 3 | 0 | 0 | 0 | 100% | 0.203 | |
| TaxonMenuControllerTest | 1 | 0 | 0 | 0 | 100% | 0.234 | |
| TaxonRedirectorTest | 6 | 0 | 0 | 0 | 100% | 0.078 |
org.cateproject.controller.registration
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| PasswordValidatorTest | 2 | 0 | 0 | 0 | 100% | 0.171 | |
| RegistrationControllerTest | 1 | 0 | 0 | 0 | 100% | 0.047 | |
| RegistrationFormValidatorTest | 5 | 0 | 0 | 0 | 100% | 0.203 |
org.cateproject.controller.lsid
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| AuthorityControllerTest | 6 | 0 | 0 | 0 | 100% | 0.204 | |
| DataControllerTest | 3 | 0 | 0 | 0 | 100% | 0.344 | |
| MetadataControllerTest | 4 | 0 | 0 | 0 | 100% | 0.032 |
org.cateproject.controller.contributions
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| AcceptedContributionsControllerTest | 5 | 0 | 0 | 1 | 80% | 0.235 | |
| ContributionFormValidatorTest | 5 | 0 | 0 | 0 | 100% | 0.485 |
Test Cases
AcceptedContributionsControllerTest
| testGetMenu | 0.188 | |
| testGetContributionsToTaxonConcept | 0.015 | |
| testGetContributionsToContribution | 0.016 | |
| testGetPage | 0.016 |
ContributionFormValidatorTest
| testValidatorWithCorrectData | 0.281 | |
| testValidatorWithNoTitle | 0.032 | |
| testValidatorWithNoComment | 0.109 | |
| testValidatorWithTOUUnchecked | 0.031 | |
| testValidatorWithXSSComment | 0.032 |
AuthorityControllerTest
| testAuthorityWSDL | 0.109 | |
| testGetServices | 0 | |
| testGetServicesWithUnknownLSID | 0.016 | |
| testGetServicesWithMalformedLSID | 0.016 | |
| testNotifyForeignAuthority | 0.031 | |
| testRevokeForeignAuthority | 0.016 |
DataControllerTest
| testGetData | 0.282 | |
| testGetDataWithUnknownLSID | 0.015 | |
| testGetDataWithMalformedLSID | 0.016 |
MetadataControllerTest
| testGetMetadata | 0.016 | |
| testGetMetadataWithoutAcceptedFormat | 0 | |
| testGetMetadataWithUnknownLSID | 0.016 | |
| testGetMetadataWithMalformedLSID | 0 |
KeyMethodNameResolverTest
| testKeyMethodNameResolver | 0.046 |
MediaControllerTest
| testGetGallery | 0.078 |
CreateNameTest
| testStartFlow | 0.766 |
PasswordValidatorTest
| testPasswordValidatorInit | 0.14 | |
| testIsWeak | 0.031 |
RegistrationControllerTest
| testShowCaptcha | 0.047 |
RegistrationFormValidatorTest
| testValidatorWithCorrectData | 0.141 | |
| testValidatorWithWeakPassword | 0 | |
| testValidatorWithNonMatchingPassword | 0 | |
| testValidatorWithExistingUsername | 0.016 | |
| testValidatorWithInvalidEmail | 0.016 |
AdvancedSearchControllerTest
| testSearchContinents | 0.047 | |
| testSearchRegions | 0.016 | |
| testSearchCountries | 0.015 | |
| testIncorrectSearch | 0.016 | |
| testSearchDescriptions | 0.156 |
SearchControllerTest
| testSearch | 0.016 |
AptTest
| testApt | 0.047 |
StaticContentTest
| testIndexDo | 1.407 |
TaxonControllerTest
| testGetTaxon | 0.172 | |
| testGetChildren | 0.016 | |
| testGetNomenclature | 0.015 |
TaxonMenuControllerTest
| testTaxonMenuService | 0.234 |
TaxonRedirectorTest
| testMatchTrinomial | 0 | |
| testMatchBinomial | 0.016 | |
| testMatchUninomial | 0 | |
| testMatchSpeciesWithDash | 0.016 | |
| testMatchSubspeciesWithDash | 0 | |
| testMatchNone | 0.015 |
UserControllerTest
| testGetIndexPage | 0.031 |


