gov.nasa.pds.search.core.test
Class SearchCoreTest.SingleTestRule
java.lang.Object
gov.nasa.pds.search.core.test.SearchCoreTest.SingleTestRule
- All Implemented Interfaces:
- org.junit.rules.MethodRule
- Enclosing class:
- SearchCoreTest
public class SearchCoreTest.SingleTestRule
- extends Object
- implements org.junit.rules.MethodRule
Custom rule to allow for performing one unit test at a time. Helpful
when a test is failing.
- Author:
- jpadams
Method Summary |
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runners.model.FrameworkMethod method,
Object target)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchCoreTest.SingleTestRule
public SearchCoreTest.SingleTestRule(String applyMethod)
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
org.junit.runners.model.FrameworkMethod method,
Object target)
- Specified by:
apply
in interface org.junit.rules.MethodRule
Copyright © 2010-2013 Planetary Data System. All Rights Reserved.