Package ubic.gemma.core.util.test
Class NetworkAvailableRule
java.lang.Object
ubic.gemma.core.util.test.NetworkAvailableRule
- All Implemented Interfaces:
org.junit.rules.TestRule
Enables the usage of
NetworkAvailable test annotation.- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
Constructor Details
-
NetworkAvailableRule
public NetworkAvailableRule()
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
applyin interfaceorg.junit.rules.TestRule
-