Module org.junitpioneer
Package org.junitpioneer.vintage
Contains extensions to JUnit Vintage, i.e. functionality that is concerned with older JUnit versions.
Check out the following types for details:
-
Class Summary Class Description ExpectedExceptionExtension This extension implements the expected exception behavior of@Test, where a test only passes if it throws an exception of the specified type.Test.None Dummy default class for theexpectedparameter.TimeoutExtension This extension implements the timeout behavior of@Test, where a test is failed if it takes longer to finish than the specified time. -
Enum Summary Enum Description ExpectedExceptionExtension.EXCEPTION -
Annotation Types Summary Annotation Type Description Test Deprecated. This annotation is an intermediate step on a full migration from JUnit 4's@Testto Jupiter's.