Class ScriptedFunctionTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.saml.metadata.resolver.filter.impl.ScriptedFunctionTest
-
public class ScriptedFunctionTest extends XMLObjectBaseTestCase
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static StringFILE_8(package private) static StringSCRIPT_8-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description ScriptedFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomScript()voidfileScript()voidinlineScript()private XMLObjectmakeObject()-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
SCRIPT_8
static final String SCRIPT_8
- See Also:
- Constant Field Values
-
FILE_8
static final String FILE_8
- See Also:
- Constant Field Values
-
-
Method Detail
-
makeObject
private XMLObject makeObject()
-
inlineScript
public void inlineScript() throws ScriptException- Throws:
ScriptException
-
fileScript
public void fileScript() throws ScriptException, IOException- Throws:
ScriptExceptionIOException
-
customScript
public void customScript() throws ScriptException- Throws:
ScriptException
-
-