java.lang.Object
org.thymeleaf.testing.templateengine.util.JavaxServletMockUtils.SetAttributeAnswer
- All Implemented Interfaces:
org.mockito.stubbing.Answer<Object>
- Enclosing class:
JavaxServletMockUtils
private static class JavaxServletMockUtils.SetAttributeAnswer
extends Object
implements org.mockito.stubbing.Answer<Object>
-
-
Constructor Summary
Constructors
-
Method Summary
answer(org.mockito.invocation.InvocationOnMock invocation)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
answer
public Object answer(org.mockito.invocation.InvocationOnMock invocation)
throws Throwable
- Specified by:
answer in interface org.mockito.stubbing.Answer<Object>
- Throws:
Throwable