Package com.avoka.tm.test


package com.avoka.tm.test
Provides Unit Testing support classes.
  • Class
    Description
    Provides an abstraction utility for unit testing.
    Provides a runtime exception for unit testing.
    Provides a runner utility for unit testing.
    Test wrapper.
    Mock implementation of a user
    invalid reference
    principal
    .
    The MockRegister class supports testing your service code with mock responses for external services calls when executing in a unit test context.
    Provides thread local registry for mock HTTP request/response pairs and service/result object pairs.
    Mock implementation of HttpServletRequest.
    Mock implementation of HttpServletResponse.
    Mock implementation of
    invalid reference
    jakarta.servlet.ServletConfig
    .
    Mock implementation of ServletContext.
    Mock implementation of
    invalid reference
    jakarta.servlet.http.HttpSession
    .
    Provides a mock entity value object creation service for unit testing.