Uses of Enum
org.junitpioneer.vintage.ExpectedExceptionExtension.EXCEPTION
Packages that use ExpectedExceptionExtension.EXCEPTION
Package
Description
Contains extensions to JUnit Vintage, i.e. functionality that is concerned with older JUnit versions.
-
Uses of ExpectedExceptionExtension.EXCEPTION in org.junitpioneer.vintage
Subclasses with type arguments of type ExpectedExceptionExtension.EXCEPTION in org.junitpioneer.vintageMethods in org.junitpioneer.vintage that return ExpectedExceptionExtension.EXCEPTIONModifier and TypeMethodDescriptionprivate static ExpectedExceptionExtension.EXCEPTIONExpectedExceptionExtension.loadExceptionStatus(org.junit.jupiter.api.extension.ExtensionContext context) Returns the enum constant of this type with the specified name.static ExpectedExceptionExtension.EXCEPTION[]ExpectedExceptionExtension.EXCEPTION.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junitpioneer.vintage with parameters of type ExpectedExceptionExtension.EXCEPTIONModifier and TypeMethodDescriptionprivate static voidExpectedExceptionExtension.storeExceptionStatus(org.junit.jupiter.api.extension.ExtensionContext context, ExpectedExceptionExtension.EXCEPTION thrown)