[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
26 | 0 | 0 | 1 | 96.154% | 2.192 |
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 |
---|---|---|---|---|---|---|
info.magnolia.module.groovy.task | 5 | 0 | 0 | 0 | 100% | 0.15 |
info.magnolia.module.groovy.servlets | 1 | 0 | 0 | 0 | 100% | 0.024 |
info.magnolia.module.groovy.console | 1 | 0 | 0 | 0 | 100% | 0.81 |
info.magnolia.module.groovy.support.classes | 19 | 0 | 0 | 1 | 94.737% | 1.208 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() | ExecuteGroovyFileTaskTest | 5 | 0 | 0 | 0 | 100% | 0.15 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() | MgnlGroovyRescueServletTest | 1 | 0 | 0 | 0 | 100% | 0.024 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() | MgnlGroovyInteractiveConsoleTest | 1 | 0 | 0 | 0 | 100% | 0.81 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() | GroovyClassFactoryTest | 11 | 0 | 0 | 0 | 100% | 1.124 |
![]() | GroovyModuleTest | 1 | 0 | 0 | 1 | 0% | 0.002 |
![]() | MgnlGroovyClassLoaderTest | 7 | 0 | 0 | 0 | 100% | 0.082 |
[Summary] [Package List] [Test Cases]
![]() | testDelegatesToDefaultClassFactoryToLoadJavaClasses | 0.037 |
![]() | testThrowsRegularCNFEWhenClassExistsForNeitherCFs | 0.005 |
![]() | testThrowsCNFEWithCompilationErrorWhenGroovyClassCanNotBeCompiled | 0.277 |
![]() | testLoadedGroovyClassesCanUseClassesFoundThroughTheDefaultClassLoader | 0.308 |
![]() | testCanLoadFromClassPath | 0.03 |
![]() | testCanLoadClassFromRepo | 0.238 |
![]() | testRepoHasPriorityOverClasspathIfScriptInRepoIsEnabled | 0.018 |
![]() | testFallsBackToClassPathIfScriptInRepoIsDisabled | 0.03 |
![]() | testFallsBackToClassPathIfScriptInRepoIsDisabledEvenIfScriptInRepoIsNewer | 0.028 |
![]() | testRecompilesIfScriptInRepoWasModified | 0.06 |
![]() | testRecompilesOnNewInstanceIfScriptInRepoWasModified | 0.082 |
![]() | testThrowCFEWhenCompileChecksAreOnAndPackageDeclarationIsMissing | 0.004 |
![]() | testThrowCFEWhenCompileChecksAreOnAndPackageDeclarationIsWrong | 0.011 |
![]() | testDoNotThrowCFEWhenCompileChecksAreOnAndPackageDeclarationIsCorrect | 0.008 |
![]() | testDoNotThrowCFEWhenCompileChecksAreOnAndPackageDeclarationIsEmptyAndMgnlPathIsRoot | 0.009 |
![]() | testDoNotThrowCFEWhenCompileChecksAreOffAndPackageDeclarationIsWrong | 0.014 |
![]() | testDoNotThrowCFEWhenCompileChecksAreOnAndClassDeclarationIsFound | 0.027 |
![]() | testThrowCFEWhenCompileChecksAreOnAndClassDeclarationIsNotFound | 0.003 |
![]() | testInputFileNotExisting | 0.022 |
![]() | testInputFileNull | 0 |
![]() | testInputFileEmpty | 0.025 |
![]() | testInputFileGeneratingGroovyException | 0.043 |
![]() | testInputFileHappyFlow | 0.057 |
[Summary] [Package List] [Test Cases]
![]() | testGroovyClassFactoryIsSetupAndModuleLifecycleCanBeAGroovyScript |
skipped: skipped |