Class JakartaServletMockUtils.RemoveAttributeAnswer

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

private static class JakartaServletMockUtils.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