Unit Test Results

Designed for use with JUnit and Ant.

All Failures

ClassNameStatusTypeTime(s)
WebWorkConversionErrorInterceptorTesttestEmptyValuesDoNotSetFieldErrorsFailuremockActionInvocation: 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
WebWorkConversionErrorInterceptorTesttestFieldErrorAddedFailuremockActionInvocation: 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
BeanTagTesttestSimpleFailureexpected:<2> but was:<3>

junit.framework.AssertionFailedError: expected:<2> but was:<3>
at com.opensymphony.webwork.views.jsp.BeanTagTest.testSimple(BeanTagTest.java:29)
0.661
IteratorTagTesttestArrayIteratorFailureexpected:<3> but was:<4>

junit.framework.AssertionFailedError: expected:<3> but was:<4>
at com.opensymphony.webwork.views.jsp.IteratorTagTest.iterateThreeStrings(IteratorTagTest.java:233)
at com.opensymphony.webwork.views.jsp.IteratorTagTest.testArrayIterator(IteratorTagTest.java:34)
0.664
IteratorTagTesttestCollectionIteratorFailureexpected:<3> but was:<4>

junit.framework.AssertionFailedError: expected:<3> but was:<4>
at com.opensymphony.webwork.views.jsp.IteratorTagTest.iterateThreeStrings(IteratorTagTest.java:233)
at com.opensymphony.webwork.views.jsp.IteratorTagTest.testCollectionIterator(IteratorTagTest.java:49)
0.006
IteratorTagTesttestIteratorWithDefaultValueFailureexpected:<3> but was:<4>

junit.framework.AssertionFailedError: expected:<3> but was:<4>
at com.opensymphony.webwork.views.jsp.IteratorTagTest.iterateThreeStrings(IteratorTagTest.java:233)
at com.opensymphony.webwork.views.jsp.IteratorTagTest.testIteratorWithDefaultValue(IteratorTagTest.java:74)
0.002
IteratorTagTesttestMapIteratorFailureexpected:<3> but was:<4>

junit.framework.AssertionFailedError: expected:<3> but was:<4>
at com.opensymphony.webwork.views.jsp.IteratorTagTest.testMapIterator(IteratorTagTest.java:99)
0.005
IteratorTagTesttestStatusFailureexpected:<3> but was:<4>

junit.framework.AssertionFailedError: expected:<3> but was:<4>
at com.opensymphony.webwork.views.jsp.IteratorTagTest.testStatus(IteratorTagTest.java:155)
0.006
PushTagTesttestSimpleFailureexpected:<1> but was:<2>

junit.framework.AssertionFailedError: expected:<1> but was:<2>
at com.opensymphony.webwork.views.jsp.PushTagTest.testSimple(PushTagTest.java:24)
0.570