Class | Name | Status | Type | Time(s) |
WebWorkConversionErrorInterceptorTest | testEmptyValuesDoNotSetFieldErrors | Failure | mockActionInvocation: 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 |
WebWorkConversionErrorInterceptorTest | testFieldErrorAdded | Failure | mockActionInvocation: 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 |
BeanTagTest | testSimple | Failure | expected:<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 |
IteratorTagTest | testArrayIterator | Failure | expected:<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 |
IteratorTagTest | testCollectionIterator | Failure | expected:<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 |
IteratorTagTest | testIteratorWithDefaultValue | Failure | expected:<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 |
IteratorTagTest | testMapIterator | Failure | expected:<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 |
IteratorTagTest | testStatus | Failure | expected:<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 |
PushTagTest | testSimple | Failure | expected:<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 |