All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AnnotationSupport Common annotation support.AnnotationUtils Collection of utilities for working with annotations.BlacklistedExceptions Internal utilities for working with blacklisted exceptions.ClassFilter Class-related predicate holder used by reflection utilities.ClassLoaderUtils Collection of utilities for working with ClassLoader and associated tasks.ClassSupport Common class support.ClassUtils Collection of utilities for working withclasses
.CollectionUtils Collection of utilities for working withCollections
.ExceptionUtils Collection of utilities for working with exceptions.FunctionUtils Collection of utilities for working withFunctions
,Predicates
, etc.HierarchyTraversalMode Modes in which a hierarchy can be traversed — for example, when searching for methods or fields within a class hierarchy.JUnitException Base class for allRuntimeExceptions
thrown by JUnit.Logger TheLogger
API serves as a simple logging facade forjava.util.logging
(JUL).LoggerFactory Factory for theLogger
facade for JUL.LogRecordListener LogRecordListener
is only intended for testing purposes within JUnit's own test suite.ModuleUtils Collection of utilities for working withjava.lang.Module
and friends.PackageUtils Collection of utilities for working with packages.Preconditions Collection of utilities for asserting preconditions for method and constructor arguments.PreconditionViolationException Thrown if a precondition is violated.ReflectionSupport Common reflection and classpath scanning support.ReflectionUtils Collection of utilities for working with the Java reflection APIs.ReflectionUtils.HierarchyTraversalMode Modes in which a hierarchy can be traversed — for example, when searching for methods or fields within a class hierarchy.StringUtils Collection of utilities for working withStrings
,CharSequences
, etc.Testable @Testable
is used to signal to IDEs and tooling vendors that the annotated or meta-annotated element is testable.ToStringBuilder Simple builder for generating strings in custom implementations oftoString()
.