Package org.opensaml.core.testing
Class OpenSAMLInitBaseTestCase
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- Direct Known Subclasses:
XMLObjectBaseTestCase
public abstract class OpenSAMLInitBaseTestCase extends Object
Base test class for code that needs OpenSAML initialized before any tests are run.
-
-
Constructor Summary
Constructors Constructor Description OpenSAMLInitBaseTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitOpenSAML()Initialize OpenSAML.
-
-
-
Method Detail
-
initOpenSAML
@BeforeSuite(groups="opensaml.init") public void initOpenSAML() throws InitializationExceptionInitialize OpenSAML.- Throws:
InitializationException- ...
-
-