|
||||||||||
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.BaseTestCase
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.ScriptMatchFunctorTest
public class ScriptMatchFunctorTest
ScriptMatchFunctor
unit test.
Field Summary | |
---|---|
private static String |
SCRIPT
Simple test to check whether parameters are passed OK. |
Fields inherited from class edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.BaseTestCase |
---|
DATA_PATH, filterContext, iAttribute, matchFunctor, requestContext, sAttribute, scope |
Constructor Summary | |
---|---|
ScriptMatchFunctorTest()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
testComplexScript()
Test the complex script above (which does a very selected and unprotected equality test). |
void |
testSimpleScript()
Test two one line tests. |
Methods inherited from class edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.BaseTestCase |
---|
testBase, testBoth, testBoth |
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 |
---|
private static final String SCRIPT
Constructor Detail |
---|
public ScriptMatchFunctorTest()
Method Detail |
---|
public void setUp() throws Exception
setUp
in class BaseTestCase
Exception
public void testSimpleScript()
public void testComplexScript()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |