Unit Test Results

Designed for use with JUnit and Ant.

Class com.opensymphony.webwork.interceptor.WebWorkConversionErrorInterceptorTest

NameTestsErrorsFailuresTime(s)Time StampHost
WebWorkConversionErrorInterceptorTest2020.7432008-01-27T00:39:38apiary.armor.altlinux.org

Failures

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() [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.416
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() [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 »