Surefire Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 59 | 0 | 0 | 0 | 100% | 15.473 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|
| 2 | 0 | 0 | 0 | 100% | 2.891 | |
| io.extact.rms.platform.jwtrole | 2 | 0 | 0 | 0 | 100% | 6.138 |
| io.extact.rms.platform.health | 3 | 0 | 0 | 0 | 100% | 0.696 |
| io.extact.rms.platform.jwt | 6 | 0 | 0 | 0 | 100% | 1.644 |
| io.extact.rms.platform.validate | 3 | 0 | 0 | 0 | 100% | 0.396 |
| io.extact.rms.platform.role | 5 | 0 | 0 | 0 | 100% | 1.842 |
| io.extact.rms.platform.extension | 16 | 0 | 0 | 0 | 100% | 1.603 |
| io.extact.rms.platform.env | 7 | 0 | 0 | 0 | 100% | 0.063 |
| io.extact.rms.platform.config | 8 | 0 | 0 | 0 | 100% | 0.171 |
| io.extact.rms.platform.util | 7 | 0 | 0 | 0 | 100% | 0.029 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| PlatformDependencyArchUnitTest | 2 | 0 | 0 | 0 | 100% | 2.891 |
io.extact.rms.platform.jwtrole
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| JwtRoleSecurityFilterIntegrationTest | 2 | 0 | 0 | 0 | 100% | 6.138 |
io.extact.rms.platform.health
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| MemoryHealthCheckTest | 3 | 0 | 0 | 0 | 100% | 0.696 |
io.extact.rms.platform.jwt
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| JsonWebTokenTest | 3 | 0 | 0 | 0 | 100% | 0.081 | |
| JsonWebTokenFilterTest | 3 | 0 | 0 | 0 | 100% | 1.563 |
io.extact.rms.platform.validate
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| ValidateParamInterceptorTest | 3 | 0 | 0 | 0 | 100% | 0.396 |
io.extact.rms.platform.role
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| RoleSecurityDynamicFeatureTest | 5 | 0 | 0 | 0 | 100% | 1.842 |
io.extact.rms.platform.extension
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| ConfiguredCdiBeanBinderTest | 10 | 0 | 0 | 0 | 100% | 0.747 | |
| ApplicationInitializerCdiExtensionTest | 0 | 0 | 0 | 0 | 0% | 0.438 | |
| ApplicationInitializerCdiExtensionTest$EnabledIfRuntimeConfigTest | 5 | 0 | 0 | 0 | 100% | 0.324 | |
| ApplicationInitializerCdiExtensionTest$RegisterConfiguredBeansTest | 1 | 0 | 0 | 0 | 100% | 0.094 |
io.extact.rms.platform.env
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| EnvironmentTest | 2 | 0 | 0 | 0 | 100% | 0.048 | |
| MainJarInfoTest | 5 | 0 | 0 | 0 | 100% | 0.015 |
io.extact.rms.platform.config
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| ResourcePathUnderConfigProviderTest | 1 | 0 | 0 | 0 | 100% | 0.111 | |
| ExternalPathConfigProviderTest | 7 | 0 | 0 | 0 | 100% | 0.06 |
io.extact.rms.platform.util
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| ResourceUtilsTest | 7 | 0 | 0 | 0 | 100% | 0.029 |
Test Cases
[Summary] [Package List] [Test Cases]
ConfiguredCdiBeanBinderTest
JsonWebTokenTest
| testGenerateTokenAndValidate | 0.047 | |
| testTokenExpired | 0.02 | |
| testTokenFalsified | 0.006 |
ResourcePathUnderConfigProviderTest
| testGetConfigSources | 0.11 |
JsonWebTokenFilterTest
| testJwtAuthSuccessSequence | 0.595 | |
| testFilterOff | 0.485 | |
| testJwtAuthComplexSequence | 0.478 |
EnvironmentTest
| testUnknowMainJarInfo | 0.037 | |
| tetGetMainJarInfo | 0.007 |
MainJarInfoTest
| tetGetMainJarInfoNoProperty | 0 | |
| tetGetMainJarInfoUnknownApplicationName | 0.002 | |
| tetGetMainJarInfo | 0.002 | |
| tetGetMainJarInfoTooManyMatch | 0.002 | |
| tetGetMainJarInfoNotFound | 0.004 |
ValidateParamInterceptorTest
| testGroupVariationValidation | 0.212 | |
| testAnnotateVariationNoneGroupDefValidation | 0.023 | |
| testAnnotateVariationGroupDefValidation | 0.005 |
JwtRoleSecurityFilterIntegrationTest
| testAuthenticatedScenario | 1.341 | |
| testUnAuthenticateScenario | 0.198 |
ApplicationInitializerCdiExtensionTest$EnabledIfRuntimeConfigTest
| testNoTargetBeanByNoneRegister | 0.049 | |
| testNoTargetBeanByUnmatch | 0.062 | |
| testSelectBean1 | 0.066 | |
| testSelectBean2 | 0.086 | |
| testBeanIsAmbiguous | 0.042 |
ApplicationInitializerCdiExtensionTest$RegisterConfiguredBeansTest
| testRegister01 | 0.092 |
ExternalPathConfigProviderTest
RoleSecurityDynamicFeatureTest
| testDenyAllMethods | 0.477 | |
| testRolesAllowedMethods | 0.428 | |
| testFilterOff | 0.332 | |
| testRolesAllowedClass | 0.276 | |
| testDenyAllClass | 0.316 |
MemoryHealthCheckTest
| testResetEvaluateMethod | 0.324 | |
| testMemoryLiveness | 0.218 | |
| testMemoryReadiness | 0.152 |
ResourceUtilsTest
PlatformDependencyArchUnitTest
| test_jose4jへの依存はimplパッケージのみの定義 | 2.89 | |
| test_jwtパッケージ内部の依存関係の定義 | 0.001 |

