Class JavaxServletMockUtils.RemoveAttributeAnswer

java.lang.Object
org.thymeleaf.testing.templateengine.util.JavaxServletMockUtils.RemoveAttributeAnswer
All Implemented Interfaces:
org.mockito.stubbing.Answer<Object>
Enclosing class:
JavaxServletMockUtils

private static class JavaxServletMockUtils.RemoveAttributeAnswer extends Object implements org.mockito.stubbing.Answer<Object>
  • Field Details

  • Constructor Details

    • RemoveAttributeAnswer

      public RemoveAttributeAnswer(Map<String,Object> values)
  • 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