Class BaseComplexSAMLObjectTestCase

    • Field Detail

      • elementFile

        protected String elementFile
        Location of file containing a single element with NO optional attributes.
      • expectedDOM

        protected Document expectedDOM
        The expected result of a marshalled single element with no optional attributes.
    • Constructor Detail

      • BaseComplexSAMLObjectTestCase

        public BaseComplexSAMLObjectTestCase()
    • Method Detail

      • initSAMLObjectTestSupport

        @BeforeClass
        protected void initSAMLObjectTestSupport()
                                          throws Exception
        Throws:
        Exception
      • testUnmarshall

        public abstract void testUnmarshall()
        Tests unmarshalling a document.
      • testMarshall

        public abstract void testMarshall()
        Tests marshalling the contents of a complex element to a DOM document.