|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.shibboleth.metadata.pipeline.ItemMetadataTerminationStageTest
public class ItemMetadataTerminationStageTest
ItemMetadataTerminationStage unit test.
| Field Summary | |
|---|---|
private net.shibboleth.metadata.Item |
md1
Metadata element which contains no StatusMetadata items. |
private net.shibboleth.metadata.Item |
md2
Metadata element which contains a WarningStatus item. |
private net.shibboleth.metadata.Item |
md3
Metadata element which contains no StatusMetadata items. |
private net.shibboleth.metadata.Item |
md4
Metadata element which contains a WarningStatus and ErrorStatus item. |
private Collection<net.shibboleth.metadata.Item<?>> |
metadataCollectionPrototype
Unmodifiable, prototype, collection of metadata elements. |
| Constructor Summary | |
|---|---|
ItemMetadataTerminationStageTest()
|
|
| Method Summary | |
|---|---|
void |
setup()
Unit test setup, initializes metadataCollectionPrototype and metadata elements. |
void |
testMultiSelectionRequirement()
Tests a ItemMetadataFilterStage containing multiple selection requirements. |
void |
testNoSelectionRequirements()
Tests a ItemMetadataFilterStage without any selection requirements. |
void |
testSingleSelectionRequirement()
Tests a ItemMetadataFilterStage containing one selection requirement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Collection<net.shibboleth.metadata.Item<?>> metadataCollectionPrototype
private net.shibboleth.metadata.Item md1
StatusMetadata items.
private net.shibboleth.metadata.Item md2
WarningStatus item.
private net.shibboleth.metadata.Item md3
StatusMetadata items.
private net.shibboleth.metadata.Item md4
WarningStatus and ErrorStatus item.
| Constructor Detail |
|---|
public ItemMetadataTerminationStageTest()
| Method Detail |
|---|
public void setup()
metadataCollectionPrototype and metadata elements.
public void testNoSelectionRequirements()
throws Exception
ItemMetadataFilterStage without any selection requirements.
Exception
public void testSingleSelectionRequirement()
throws Exception
ItemMetadataFilterStage containing one selection requirement.
Exception
public void testMultiSelectionRequirement()
throws Exception
ItemMetadataFilterStage containing multiple selection requirements.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||