public class TheBeanTest extends Object
| Constructor and Description |
|---|
TheBeanTest() |
| Modifier and Type | Method and Description |
|---|---|
private TheBean |
getBeanNative(String fileName) |
void |
testRawBean() |
void |
testRawCustomBean() |
void |
testRawCustomBean2() |
void |
testRawNativeBean() |
void |
testRawReplaceBean() |
void |
testRemoveBeans() |
void |
testRemoveSecondBean()
Tests done as experimentation prior to building the RelyingParty parsers.
|
void |
testReplaceCustomBean() |
void |
testReplaceCustomBean2() |
void |
testReplaceCustomBean3() |
public void testRawBean()
public void testRawNativeBean()
public void testRawReplaceBean()
public void testRawCustomBean()
public void testReplaceCustomBean()
public void testRawCustomBean2()
public void testReplaceCustomBean2()
public void testReplaceCustomBean3()
public void testRemoveSecondBean()
The RelyingParty.xml file contains two unrelated types - MetadataProviders and RelyingParties. We would like to run these from separate services, but since the cost of initializing the former is significant we do not want to do a full initialize. So this test and the next is about removing the metadata providers from the RelyingParty parsing and vice versa.
public void testRemoveBeans()
Copyright © 1999–2014. All rights reserved.