Package org.junitpioneer.vintage
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:
-
ClassDescriptionThis extension implements the expected exception behavior of
@Test, where a test only passes if it throws an exception of the specified type.Deprecated.Dummy default class for theexpectedparameter.This extension implements the timeout behavior of@Test, where a test is failed if it takes longer to finish than the specified time.
@Testto Jupiter's.