Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
7 4 0 0 42.857% 4.075

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
1 0 0 0 100% 1
fr.paris.lutece.plugins.actes.business.matieres 1 1 0 0 0% 2.603
fr.paris.lutece.plugins.actes.web 3 3 0 0 0% 0.247
fr.paris.lutece.plugins.actes.business 2 0 0 0 100% 0.225

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.actes.business.matieres

Class Tests Errors Failures Skipped Success Rate Time
MatiereBusinessTest 1 1 0 0 0% 2.603

fr.paris.lutece.plugins.actes.web

Class Tests Errors Failures Skipped Success Rate Time
ActesJspBeanTest 3 3 0 0 0% 0.247

fr.paris.lutece.plugins.actes.business

Class Tests Errors Failures Skipped Success Rate Time
ActeTest 2 0 0 0 100% 0.225

Test Cases

[Summary] [Package List] [Test Cases]

MatiereBusinessTest

testBusiness 2.574

ActeTest

testGetXML 0.225
testGetDateString 0

antrunsql

antrunsql 1

ActesJspBeanTest

testDoCreateActe 0.009
class fr.paris.lutece.test.MokeHttpServletRequest cannot be cast to class fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest (fr.paris.lutece.test.MokeHttpServletRequest and fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest are in unnamed module of loader 'app')
testGetCreateActe 0.007
testManageActes 0.23
The following has evaluated to null or missing: ==> adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 3] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: @adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 1] ----

Failure Details

[Summary] [Package List] [Test Cases]


testBusiness
java.lang.ExceptionInInitializerError
testDoCreateActe
java.lang.ClassCastException: class fr.paris.lutece.test.MokeHttpServletRequest cannot be cast to class fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest (fr.paris.lutece.test.MokeHttpServletRequest and fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest are in unnamed module of loader 'app')
testGetCreateActe
java.lang.ExceptionInInitializerError
testManageActes
fr.paris.lutece.util.html.exception.LuteceFreemarkerException: The following has evaluated to null or missing: ==> adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 3] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: @adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 1] ----