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

org.junit.rules.ExternalResource Maven / Gradle / Ivy

The newest version!
package org.junit.rules;

/**
 * Fake ExternalResource class from junit4 to get rid of the direct
 * junit4 dependency of MockWebServer.
 * 

* This class can be removed if MockWebServer has removed its dependency to junit4. Also see the two issues: *

*/ public class ExternalResource { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy