org.junit.rules.ExternalResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotify-web-api-java Show documentation
Show all versions of spotify-web-api-java Show documentation
A Java wrapper for Spotify's Web API using Retrofit
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 {
}