Operation |
Details |
public equalsEventVO():void |
Sequential Notes: | Tests the two EventVOs for equality. | |
public equalsEventVOWithDifferentStartDate():void |
Sequential Notes: | Tests the two EventVOs with different StartDates for equality. | |
public equalsEventVOWithDifferentTitle():void |
Sequential Notes: | Tests the two EventVOs with different Titles for equality. | |
public equalsEventVOWithDifferentTitleLanguage():void |
Sequential Notes: | Tests the two EventVOs with different Title Languages for equality. | |
public equalsMdsPublicationVO():void |
Sequential Notes: | Tests the two MdsPublicationVOs for equality. | |
public equalsMdsPublicationVOEmpty():void |
Sequential Notes: | Tests two empty MdsPublicationVOs for equality. | |
public equalsMdsPublicationVOWithDifferentAlternativeTitleCount():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different number of AlternativeTitles for equality. | |
public equalsMdsPublicationVOWithDifferentAlternativeTitleOrder():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different order of AlternativeTitles for equality. | |
public equalsMdsPublicationVOWithDifferentAlternativeTitles():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different AlternativeTitles for equality. | |
public equalsMdsPublicationVOWithDifferentCreatorOrganizationAddress():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Creator Organization Addresses for equality. | |
public equalsMdsPublicationVOWithDifferentCreatorOrganizationIdentifier():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Creator Organization Identifiers for equality. | |
public equalsMdsPublicationVOWithDifferentCreatorOrganizationName():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Creator Organization Names for equality. | |
public equalsMdsPublicationVOWithDifferentCreatorPersonFamilyName():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Creator Person Family Names for equality. | |
public equalsMdsPublicationVOWithDifferentCreatorPersonIdentifierId():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Creator Person Identifiers for equality. | |
public equalsMdsPublicationVOWithDifferentCreatorPersonOrganizationAddress():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Creator Person Organization Addresses for equality. | |
public equalsMdsPublicationVOWithDifferentCreatorPersonOrganizationName():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Creator Person Organization Names for equality. | |
public equalsMdsPublicationVOWithDifferentCreatorPersonOrganizations():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different number of Creator Person Organizations for equality. | |
public equalsMdsPublicationVOWithDifferentCreatorRole():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Creator Roles for equality. | |
public equalsMdsPublicationVOWithDifferentCreatorsCount():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different number of Creators for equality. | |
public equalsMdsPublicationVOWithDifferentCreatorsOrder():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different order of Creators for equality. | |
public equalsMdsPublicationVOWithDifferentDates():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Dates for equality. | |
public equalsMdsPublicationVOWithDifferentIdentifierOrder():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Identifier orders for equality. | |
public equalsMdsPublicationVOWithDifferentIdentifiers():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Identifiers for equality. | |
public equalsMdsPublicationVOWithDifferentIdentifierType():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Identifier Types for equality. | |
public equalsMdsPublicationVOWithDifferentNullIdentifier():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different number of Identifier for equality. | |
public equalsMdsPublicationVOWithDifferentSourceCount():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different number of Sources for equality. | |
public equalsMdsPublicationVOWithDifferentSourceSource():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different number of sub Sources for equality. | |
public equalsMdsPublicationVOWithDifferentSourceSourceTitle():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Source Titles for equality. | |
public equalsMdsPublicationVOWithDifferentSourceSourceTitleLanguage():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Source Title Languages for equality. | |
public equalsMdsPublicationVOWithDifferentSummaries():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Summaries for equality. | |
public equalsMdsPublicationVOWithDifferentSummaryContents():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Summary Contents for equality. | |
public equalsMdsPublicationVOWithDifferentSummaryLanguages():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Summary Languages for equality. | |
public equalsMdsPublicationVOWithDifferentTitles():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Titles for equality. | |
public equalsMdsPublicationVOWithNullDates():void |
Sequential Notes: | Tests the two MdsPublicationVOs with different Dates one set to null Types for equality. | |
public equalsSourceVO():void |
Sequential Notes: | Tests the two SourceVOs for equality. | |
public equalsSourceVOWithDifferentEndPage():void |
Sequential Notes: | Tests the two SourceVOs with different EndPages for equality. | |
public equalsSourceVOWithDifferentIssue():void |
Sequential Notes: | Tests the two SourceVOs with different Issues for equality. | |
public equalsSourceVOWithDifferentPlace():void |
Sequential Notes: | Tests the two SourceVOs with different Places for equality. | |
public setUp():void |
Sequential Tags: | annotations=@Before
| Notes: | Creates the test data and is called before each test method. | |