|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.BaseTestCaseMetadata
public class BaseTestCaseMetadata
Base class for JUnit test cases.
Field Summary | |
---|---|
static String |
DATA_PATH
Base path for data files. |
protected edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethFilteringContext |
filterContext
Simple filtering context for use by tests. |
protected edu.internet2.middleware.shibboleth.common.attribute.BaseAttribute<Integer> |
iAttribute
A simple attribute included in filterContext. |
protected String |
issuerEntityId
EntityID of the message issuer. |
protected edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.MatchFunctor |
matchFunctor
The Functor under test. |
static String |
MD_PATH
Base path to metadata files. |
protected String |
metadataFile
The metadata file that will be used during this test. |
protected org.opensaml.saml2.metadata.provider.FilesystemMetadataProvider |
metadataProvider
Provider loaded with metadata. |
protected BasicParserPool |
parser
Parser for metadata. |
protected edu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext |
requestContext
Request Context included in filter context. |
protected String |
requesterEntityId
EntityID of the message requester. |
protected edu.internet2.middleware.shibboleth.common.attribute.BaseAttribute<String> |
sAttribute
A simple attribute included in filterContext. |
Constructor Summary | |
---|---|
BaseTestCaseMetadata()
Constructor. |
Method Summary | |
---|---|
protected void |
setUp()
|
void |
testBase()
Placeholder to allow us to test an entire folder. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String DATA_PATH
public static final String MD_PATH
protected String metadataFile
protected String issuerEntityId
protected String requesterEntityId
protected BasicParserPool parser
protected org.opensaml.saml2.metadata.provider.FilesystemMetadataProvider metadataProvider
protected edu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext requestContext
protected edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethFilteringContext filterContext
protected edu.internet2.middleware.shibboleth.common.attribute.BaseAttribute<Integer> iAttribute
protected edu.internet2.middleware.shibboleth.common.attribute.BaseAttribute<String> sAttribute
protected edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.MatchFunctor matchFunctor
Constructor Detail |
---|
public BaseTestCaseMetadata()
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
public void testBase()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |