程序包 cn.taketoday.test.util
@NonNullApi
@NonNullFields
package cn.taketoday.test.util
General utility classes for use in unit and integration tests.
-
类说明
AopTestUtilsis 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.ExceptionCollectoris a test utility for executing code blocks, collecting exceptions, and generating a singleAssertionErrorcontaining any exceptions encountered as suppressed exceptions.Executableis a functional interface that can be used to implement any generic block of code that potentially throws aThrowable.A helper class for assertions on JSON content.A helper class for applying assertions via JSON path expressions.ReflectionTestUtilsis a collection of reflection-based utility methods for use in unit and integration testing scenarios.Test utilities for adding properties.A single name value pair.The type of property source.A helper class for assertions on XML content.Inner class to prevent hard dependency on XML Unit.A helper class for applying assertions via XPath expressions.