Summary
[Summary] [Package List] [Test Cases]
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
2 |
1 |
0 |
0 |
50% |
2.86 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
|
Class |
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
|
antrunsql |
1 |
0 |
0 |
0 |
100% |
1 |
fr.paris.lutece.plugins.recommendation.service
Test Cases
[Summary] [Package List] [Test Cases]
antrunsql
|
antrunsql |
1 |
RecommendationServiceTest
|
testGetRecommendations
|
1.86 |
|
LATEST |
|
|
java.lang.NoSuchFieldError: LATEST
at fr.paris.lutece.portal.service.search.IndexationService.<clinit>(IndexationService.java:82)
at fr.paris.lutece.portal.service.init.AppInit.initServices(AppInit.java:173)
at fr.paris.lutece.portal.service.init.AppInit.initServices(AppInit.java:114)
at fr.paris.lutece.test.LuteceTestCase.setUp(LuteceTestCase.java:85)
at junit.framework.TestCase.runBare(TestCase.java:139)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:129)
at junit.framework.TestSuite.runTest(TestSuite.java:255)
at junit.framework.TestSuite.run(TestSuite.java:250)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) |
|