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:

  • Class
    Description
    This extension implements the expected exception behavior of @Test, where a test only passes if it throws an exception of the specified type.
     
    Deprecated.
    This annotation is an intermediate step on a full migration from JUnit 4's @Test to Jupiter's.
    Dummy default class for the expected parameter.
    This extension implements the timeout behavior of @Test, where a test is failed if it takes longer to finish than the specified time.