Operation |
Details |
private getExpectedContext():ContextVO |
Sequential Notes: | Delivers a well-defined pubCollection. @return The well-defined pubCollection. | |
public testTransformToContext():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test for {@link XmlTransforming#transformToPubCollection(String)}. Reads pubCollection (=context) [XML] from file, transforms the pubCollection to ContextVO and checks the results. | |
public testTransformToContextFull():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test for {@link XmlTransforming#transformToPubCollection(String)}. Reads pubCollection (=context) [XML] from file, transforms the pubCollection to ContextVO and checks the results. | |
public testTransformToContextList():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test for {@link XmlTransforming#transformToPubCollectionList(String)}. Reads list of pubCollections [XML] from file, transforms the list to a {@link List<ContextVO>} and checks the results. | |
public testTransformToMemberList():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test for {@link XmlTransforming#transformToMemberList(String)}. Reads member list [XML] from file, transforms the list to a {@link List<MemberListVO>} and checks the results. | |