Uses of Class
org.junit.platform.commons.JUnitException
-
Packages that use JUnitException Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests.org.junit.jupiter.api.extension JUnit Jupiter API for writing extensions.org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine.org.junit.jupiter.engine.extension Test extensions specific to the JUnit Jupiter test engine.org.junit.jupiter.params.aggregator org.junit.jupiter.params.converter ArgumentConverterimplementations and the corresponding@ConvertWithannotation.org.junit.jupiter.params.provider ArgumentsProviderimplementations and their correspondingArgumentsSourceannotations.org.junit.platform.commons Common APIs and support utilities for the JUnit Platform.org.junit.platform.commons.support Maintained common support APIs provided by the JUnit Platform.org.junit.platform.commons.util Internal common utilities for JUnit.org.junit.platform.engine Public API for test engines.org.junit.platform.launcher.listeners.discovery CommonLauncherDiscoveryListenerimplementations and factory methods. -
-
Uses of JUnitException in org.junit.jupiter.api
Subclasses of JUnitException in org.junit.jupiter.api Modifier and Type Class Description private static classAssertTimeout.ExecutionTimeoutException -
Uses of JUnitException in org.junit.jupiter.api.extension
Subclasses of JUnitException in org.junit.jupiter.api.extension Modifier and Type Class Description classExtensionConfigurationExceptionThrown if an error is encountered regarding the configuration of an extension.classExtensionContextExceptionThrown if an error is encountered regarding the use of anExtensionContextorExtensionContext.Store.classParameterResolutionExceptionThrown if an error is encountered in the configuration or execution of aParameterResolver.classTestInstantiationExceptionThrown if an error is encountered during the execution of aTestInstanceFactory. -
Uses of JUnitException in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return JUnitException Modifier and Type Method Description private JUnitExceptionTestFactoryTestDescriptor. invalidReturnTypeException(java.lang.Throwable cause) -
Uses of JUnitException in org.junit.jupiter.engine.execution
Subclasses of JUnitException in org.junit.jupiter.engine.execution Modifier and Type Class Description (package private) classConditionEvaluationExceptionThrown if an error is encountered while evaluating anExecutionCondition. -
Uses of JUnitException in org.junit.jupiter.engine.extension
Subclasses of JUnitException in org.junit.jupiter.engine.extension Modifier and Type Class Description private static classTempDirectory.UndeletableFileException -
Uses of JUnitException in org.junit.jupiter.params.aggregator
Subclasses of JUnitException in org.junit.jupiter.params.aggregator Modifier and Type Class Description classArgumentAccessExceptionArgumentAccessExceptionis an exception thrown by anArgumentsAccessorif an error occurs while accessing or converting an argument.classArgumentsAggregationExceptionArgumentsAggregationExceptionis an exception thrown by anArgumentsAggregatorwhen an error occurs while aggregating arguments. -
Uses of JUnitException in org.junit.jupiter.params.converter
Subclasses of JUnitException in org.junit.jupiter.params.converter Modifier and Type Class Description classArgumentConversionExceptionArgumentConversionExceptionis an exception that can occur when an object is converted to another object by an implementation of anArgumentConverter. -
Uses of JUnitException in org.junit.jupiter.params.provider
Subclasses of JUnitException in org.junit.jupiter.params.provider Modifier and Type Class Description classCsvParsingExceptionThrown if an error is encountered while parsing CSV input. -
Uses of JUnitException in org.junit.platform.commons
Subclasses of JUnitException in org.junit.platform.commons Modifier and Type Class Description classPreconditionViolationExceptionThrown if a precondition is violated. -
Uses of JUnitException in org.junit.platform.commons.support
Methods in org.junit.platform.commons.support that throw JUnitException Modifier and Type Method Description static java.util.List<java.lang.Class<?>>ReflectionSupport. findNestedClasses(java.lang.Class<?> clazz, java.util.function.Predicate<java.lang.Class<?>> predicate)Find all nested classes within the supplied class, or inherited by the supplied class, that conform to the supplied predicate. -
Uses of JUnitException in org.junit.platform.commons.util
Subclasses of JUnitException in org.junit.platform.commons.util Modifier and Type Class Description classPreconditionViolationExceptionDeprecated.Use PreconditionViolationException instead. -
Uses of JUnitException in org.junit.platform.engine
Methods in org.junit.platform.engine that throw JUnitException Modifier and Type Method Description private UniqueId.SegmentUniqueIdFormat. createSegment(java.lang.String segmentString)static UniqueIdUniqueId. parse(java.lang.String uniqueId)Parse aUniqueIdfrom the supplied string representation using the default format.(package private) UniqueIdUniqueIdFormat. parse(java.lang.String source)Parse aUniqueIdfrom the supplied string representation. -
Uses of JUnitException in org.junit.platform.launcher.listeners.discovery
Methods in org.junit.platform.launcher.listeners.discovery that return JUnitException Modifier and Type Method Description private static JUnitExceptionLauncherDiscoveryListeners. newInvalidConfigurationParameterException(java.lang.String key, java.lang.String value)
-