|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.shibboleth.metadata.pipeline.ItemMetadataFilterStageTest
public class ItemMetadataFilterStageTest
ItemMetadataFilterStage 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 | |
|---|---|
ItemMetadataFilterStageTest()
|
|
| Method Summary | |
|---|---|
void |
setup()
Unit test setup, initializes metadataCollectionPrototype and metadata elements. |
void |
testMultiFilterRequirement()
Tests a ItemMetadataFilterStage containing multiple filter requirements. |
void |
testNoFilterRequirements()
Tests a ItemMetadataFilterStage without any filter requirements. |
void |
testSingleFilterRequirement()
Tests a ItemMetadataFilterStage containing one filter 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 ItemMetadataFilterStageTest()
| Method Detail |
|---|
public void setup()
metadataCollectionPrototype and metadata elements.
public void testNoFilterRequirements()
throws Exception
ItemMetadataFilterStage without any filter requirements.
Exception
public void testSingleFilterRequirement()
throws Exception
ItemMetadataFilterStage containing one filter requirement.
Exception
public void testMultiFilterRequirement()
throws Exception
ItemMetadataFilterStage containing multiple filter requirements.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||