Class ScriptedTest
- java.lang.Object
-
- net.shibboleth.utilities.java.support.logic.ScriptedTest
-
public class ScriptedTest extends Object
Tests for theScriptedFunctionandScriptedPredicate.
-
-
Field Summary
Fields Modifier and Type Field Description private static StringreturnCustomprivate static StringreturnSelfprivate static StringreturnSelfString
-
Constructor Summary
Constructors Constructor Description ScriptedTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBadScriptFunction()voidtestBadScriptPredicate()voidtestFunction()voidtestPredicate()voidtestPredicateCustom()
-
-
-
Field Detail
-
returnSelf
private static final String returnSelf
- See Also:
- Constant Field Values
-
returnSelfString
private static final String returnSelfString
- See Also:
- Constant Field Values
-
returnCustom
private static final String returnCustom
- See Also:
- Constant Field Values
-
-
Method Detail
-
testPredicate
public void testPredicate() throws ScriptException- Throws:
ScriptException
-
testPredicateCustom
public void testPredicateCustom() throws ScriptException- Throws:
ScriptException
-
testBadScriptPredicate
public void testBadScriptPredicate() throws ScriptException- Throws:
ScriptException
-
testFunction
public void testFunction() throws ScriptException- Throws:
ScriptException
-
testBadScriptFunction
public void testBadScriptFunction() throws ScriptException- Throws:
ScriptException
-
-