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.Deprecated.Use PreconditionViolationException instead.Collection of utilities for working with the Java reflection APIs.Modes in which a hierarchy can be traversed — for example, when searching for methods or fields within a class hierarchy.Collection of utilities for working withRuntime
,RuntimeMXBean
, etc.Collection of utilities for working withStrings
,CharSequences
, etc.The result of splitting a string into up to two parts.Simple builder for generating strings in custom implementations oftoString()
.Internal utilities for working with unrecoverable exceptions.
UnrecoverableExceptions
instead.