Package org.springframework.test.util
@NonNullApi
@NonNullFields
package org.springframework.test.util
General utility classes for use in unit and integration tests.
-
ClassDescription
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 singleAssertionError
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 aThrowable
.Deprecated.A helper class for applying assertions via JSON path expressions.AssertJassertions
that can be applied to aMethod
.ReflectionTestUtils
is a collection of reflection-based utility methods for use in unit and integration testing scenarios.Simple utility for finding available TCP ports onlocalhost
for use in integration testing scenarios.A helper class for assertions on XML content.A helper class for applying assertions via XPath expressions.
JSONAssert
directly or theJsonComparator
abstraction