Interface SelfTestResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface SelfTestResource
- Author:
- Endi S. Dewata
-
Method Summary
Modifier and TypeMethodDescriptionResponseexecuteSelfTests(String action) ResponsefindSelfTests(String filter, Integer start, Integer size) ResponsegetSelfTest(String selfTestID) ResponserunSelfTest(String selfTestID) Response
-
Method Details
-
findSelfTests
-
executeSelfTests
-
runSelfTests
Response runSelfTests() -
getSelfTest
-
runSelfTest
-