All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.junitpioneer.jupiter.package-info Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
/**
 * Extensions to the JUnit Jupiter engine.
 *
 * 

Check out the following types for details: *

    *
  • {@link org.junitpioneer.jupiter.ClearEnvironmentVariable} and {@link org.junitpioneer.jupiter.SetEnvironmentVariable}
  • *
  • {@link org.junitpioneer.jupiter.ClearSystemProperty} and {@link org.junitpioneer.jupiter.SetSystemProperty}
  • *
  • {@link org.junitpioneer.jupiter.DefaultLocale} and {@link org.junitpioneer.jupiter.DefaultTimeZone}
  • *
  • {@link org.junitpioneer.jupiter.DisabledUntil}
  • *
  • {@link org.junitpioneer.jupiter.DisableIfTestFails}
  • *
  • {@link org.junitpioneer.jupiter.ExpectedToFail}
  • *
  • {@link org.junitpioneer.jupiter.ReportEntry}
  • *
  • {@link org.junitpioneer.jupiter.RetryingTest}
  • *
  • {@link org.junitpioneer.jupiter.StdIo}
  • *
  • {@link org.junitpioneer.jupiter.Stopwatch}
  • *
* * Also check the following packages: *
    *
  • {@link org.junitpioneer.jupiter.cartesian cartesian} (successor of {@link org.junitpioneer.jupiter.CartesianProductTest})
  • *
  • {@link org.junitpioneer.jupiter.issue issue}
  • *
  • {@link org.junitpioneer.jupiter.json json}
  • *
  • {@link org.junitpioneer.jupiter.params params}
  • *
* */ package org.junitpioneer.jupiter;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy