Unit Test Results

Designed for use with JUnit and Ant.

Class com.opensymphony.webwork.interceptor.WebWorkConversionErrorInterceptorTest

NameTestsErrorsFailuresTime(s)
WebWorkConversionErrorInterceptorTest2020.648

Tests

NameStatusTypeTime(s)
testEmptyValuesDoNotSetFieldErrorsFailuremockActionInvocation: Unexpected call: getAction() Expected one of: invoke() [not called] getStack() [not called] addPreResultListener(<ANY>) [not called]

junit.framework.AssertionFailedError: mockActionInvocation: Unexpected call: getAction()Expected one of:invoke() [not called]getStack() [not called]addPreResultListener(<ANY>) [not called] at com.mockobjects.dynamic.Mock.invoke(Mock.java:91) at $Proxy0.getAction(Unknown Source) at com.opensymphony.xwork.interceptor.ConversionErrorInterceptor.before(ConversionErrorInterceptor.java:98) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:30) at com.opensymphony.webwork.interceptor.WebWorkConversionErrorInterceptorTest.testEmptyValuesDoNotSetFieldErrors(WebWorkConversionErrorInterceptorTest.java:48)
0.379
testFieldErrorAddedFailuremockActionInvocation: Unexpected call: getAction() Expected one of: invoke() [not called] getStack() [not called] addPreResultListener(<ANY>) [not called]

junit.framework.AssertionFailedError: mockActionInvocation: Unexpected call: getAction()Expected one of:invoke() [not called]getStack() [not called]addPreResultListener(<ANY>) [not called] at com.mockobjects.dynamic.Mock.invoke(Mock.java:91) at $Proxy0.getAction(Unknown Source) at com.opensymphony.xwork.interceptor.ConversionErrorInterceptor.before(ConversionErrorInterceptor.java:98) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:30) at com.opensymphony.webwork.interceptor.WebWorkConversionErrorInterceptorTest.testFieldErrorAdded(WebWorkConversionErrorInterceptorTest.java:61)
0.002
Properties »