Class JavaxServletMockUtils.GetAttributeAnswer

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

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

  • Constructor Details

    • GetAttributeAnswer

      public GetAttributeAnswer(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