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

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

The newest version!
/**
 * This package contains various classes pertaining to "resources": anything that needs to be injected into
 * tests and which may need to be started up or torn down. A common example is a temporary directory.
 *
 * 

Check out the following types for details on the "temporary directory" extension:

* *
    *
  • {@link org.junitpioneer.jupiter.resource.TemporaryDirectory}
  • *
  • {@link org.junitpioneer.jupiter.resource.Dir}
  • *
* *

Check out the following types for details on resources in general:

* *
    *
  • {@link org.junitpioneer.jupiter.resource.Resource}
  • *
  • {@link org.junitpioneer.jupiter.resource.ResourceFactory}
  • *
  • {@link org.junitpioneer.jupiter.resource.New}
  • *
  • {@link org.junitpioneer.jupiter.resource.Shared}
  • *
*/ package org.junitpioneer.jupiter.resource;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy