Class CacheConfigParserTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.attribute.resolver.spring.dc.CacheConfigParserTest
-
public class CacheConfigParserTest extends org.opensaml.core.OpenSAMLInitBaseTestCaseCode to exercise the ResultCache Parser outwith the DataConnector parsers. There is no actual testing since we cannot look at what is created.
-
-
Constructor Summary
Constructors Constructor Description CacheConfigParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccess()voidboth()voidttl()voidwrite()
-
-
-
Method Detail
-
ttl
public void ttl() throws net.shibboleth.utilities.java.support.xml.XMLParserException, IOException- Throws:
net.shibboleth.utilities.java.support.xml.XMLParserExceptionIOException
-
access
public void access() throws net.shibboleth.utilities.java.support.xml.XMLParserException, IOException- Throws:
net.shibboleth.utilities.java.support.xml.XMLParserExceptionIOException
-
write
public void write() throws net.shibboleth.utilities.java.support.xml.XMLParserException, IOException- Throws:
net.shibboleth.utilities.java.support.xml.XMLParserExceptionIOException
-
both
public void both() throws net.shibboleth.utilities.java.support.xml.XMLParserException, IOException- Throws:
net.shibboleth.utilities.java.support.xml.XMLParserExceptionIOException
-
-