Class AbstractIdentifiedInitializableComponentTest
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponentTest
-
public class AbstractIdentifiedInitializableComponentTest extends Object
Test forAbstractIdentifiedInitializableComponent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classAbstractIdentifiedInitializableComponentTest.MockComponentMock component.
-
Constructor Summary
Constructors Constructor Description AbstractIdentifiedInitializableComponentTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private StringnullValue()voidtestId()Test setting and retrieving the component's ID.voidtestInitialization()Tests initializing the component.
-
-
-
Method Detail
-
testId
public void testId() throws ExceptionTest setting and retrieving the component's ID.- Throws:
Exception- if something bad happens
-
testInitialization
public void testInitialization() throws ExceptionTests initializing the component.- Throws:
Exception- if something bad happens
-
nullValue
private String nullValue()
-
-