Module org.junit.platform.commons
Package org.junit.platform.commons.util
package org.junit.platform.commons.util
Internal common utilities for JUnit.
DISCLAIMER
These utilities are intended solely for usage within the JUnit framework itself. Any usage by external parties is not supported. Use at your own risk!
-
ClassDescriptionCollection of utilities for working with annotations.Deprecated.Class-related predicate used by reflection utilities.Collection of utilities for working with ClassLoader and associated tasks.Collection of utilities for creating filters based on class names.Collection of utilities for working with
classes
.Collection of utilities for working withCollections
.Collection of utilities for working with exceptions.Collection of utilities for working withFunctions
,Predicates
, etc.LruCache<K,V>A simple LRU cache with a maximum size.Collection of utilities for working withjava.lang.Module
and friends.Collection of utilities for working with packages.Collection of utilities for asserting preconditions for method and constructor arguments.Collection of utilities for working with the Java reflection APIs.Collection of utilities for working withRuntime
,RuntimeMXBean
, etc.Collection of utilities for working withStrings
,CharSequences
, etc.Simple builder for generating strings in custom implementations oftoString()
.Internal utilities for working with unrecoverable exceptions. -
Enum ClassDescriptionModes in which a hierarchy can be traversed — for example, when searching for methods or fields within a class hierarchy.
-
ExceptionDescriptionCollection of utilities for working with
java.lang.Module
and friends.Deprecated.Use PreconditionViolationException instead.
UnrecoverableExceptions
instead.