|
|||||||||
Home >> All >> com >> sun >> xacml >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.sun.xacml.test
Interface Test

- All Known Implementing Classes:
- BasicGroupTest, BasicTest
- public interface Test
Simple interface that defines what a single test does.
Method Summary | |
java.lang.String |
getName()
Returns the name of this test. |
boolean |
isErrorExpected()
Returns whether an error is expected to happen (and is therefore a success case). |
boolean |
isExperimental()
Returns whether or not this is an experimental test, and therefore not part of the required test cases. |
int |
run(java.lang.String testPrefix)
Runs the test. |
Method Detail |
run
public int run(java.lang.String testPrefix)
- Runs the test.
getName
public java.lang.String getName()
- Returns the name of this test.
isErrorExpected
public boolean isErrorExpected()
- Returns whether an error is expected to happen (and is therefore a
success case).
isExperimental
public boolean isExperimental()
- Returns whether or not this is an experimental test, and therefore
not part of the required test cases.
|
|||||||||
Home >> All >> com >> sun >> xacml >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |