Package org.springframework.test.util


@NonNullApi @NonNullFields package org.springframework.test.util
General utility classes for use in unit and integration tests.
  • Class
    Description
    AopTestUtils is a collection of AOP-related utility methods for use in unit and integration testing scenarios.
    Test assertions that are independent of any third-party assertion library.
    ExceptionCollector is a test utility for executing code blocks, collecting exceptions, and generating a single AssertionError containing any exceptions encountered as suppressed exceptions.
    Executable is a functional interface that can be used to implement any generic block of code that potentially throws a Throwable.
    A helper class for assertions on JSON content.
    A helper class for applying assertions via JSON path expressions.
    ReflectionTestUtils is a collection of reflection-based utility methods for use in unit and integration testing scenarios.
    Simple utility for finding available TCP ports on localhost for use in integration testing scenarios.
    A helper class for assertions on XML content.
    A helper class for applying assertions via XPath expressions.