Class JakartaServletMockUtils.GetAttributeAnswer

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

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