org.lexevs.cts2.author
Class ValueSetAuthoringOperationImplTest

java.lang.Object
  extended by org.lexevs.cts2.author.ValueSetAuthoringOperationImplTest

public class ValueSetAuthoringOperationImplTest
extends java.lang.Object

Author:
m004181

Constructor Summary
ValueSetAuthoringOperationImplTest()
           
 
Method Summary
 void addDefinitionEntry1()
          Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#addDefinitionEntry(java.net.URI, org.LexGrid.valueSets.DefinitionEntry, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).
 void addDefinitionEntry2()
          Add 2nd definition entry to VSD - VSD:AUTHORING:JUNIT:TEST2
 void addValueSetProperty1()
          Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#addValueSetProperty(java.net.URI, org.LexGrid.commonTypes.Property, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).
 void addValueSetProperty2()
          Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#addValueSetProperty(java.net.URI, org.LexGrid.commonTypes.Property, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).
 void createValueSetUsingURI()
          Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#createValueSet(java.net.URI, java.lang.String, java.lang.String, java.lang.String, java.util.List, java.util.List, org.LexGrid.commonTypes.Properties, org.LexGrid.valueSets.DefinitionEntry, org.LexGrid.commonTypes.Versionable, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).
 void createValueSetUsingValueSetDefinition()
          Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#createValueSet(org.LexGrid.valueSets.ValueSetDefinition, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).
 void getVSDDetails1()
          Test to check definitionEntry added in previously test is now accessible
 void getVSDDetails2()
          Test to check definitionEntry added in previously two tests is now accessible
 void getVSDDetails3()
          Test to check definitionEntry updated in previously test is actually updated
 void getVSDDetails4()
          Test to check meta data updated in previously two tests is now accessible
 void getVSDDetails5()
          Test to check status updated in previously two tests is now accessible
 void getVSDDetails6()
          Test to check definitionEntry updated in previously two tests is now accessible
 void getVSDDetails7()
          Test to check definitionEntry removal in previously test
 void getVSDProperties1()
          Test to check property added originally and in previously test is now accessible
 void getVSDProperties2()
          Test to check property updates in previously test is now accessible
 void removeDefinitionEntry()
           
 void removeRevisionRecordById()
           
 void removeValueSet1()
           
 void removeValueSet2()
           
 void removeValueSetProperty()
           
static void runAfterClass()
           
static void runBeforeClass()
           
 void updateDefinitionEntry()
          Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#updateDefinitionEntry(java.net.URI, org.LexGrid.valueSets.DefinitionEntry, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).
 void updateValueSetMetaData()
          Test method for ValueSetAuthoringOperationImpl.updateValueSetMetaData(java.net.URI, java.lang.String, java.lang.String, java.lang.String, java.util.List, java.util.List, org.lexevs.cts2.core.update.RevisionInfo).
 void updateValueSetProperty()
          Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#updateValueSetProperty(java.net.URI, org.LexGrid.commonTypes.Property, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).
 void updateValueSetStatus()
          Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#updateValueSetStatus(java.net.URI, java.lang.String, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).
 void updateValueSetVersionable()
          Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#updateValueSetVersionable(java.net.URI, org.LexGrid.commonTypes.Versionable, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueSetAuthoringOperationImplTest

public ValueSetAuthoringOperationImplTest()
Method Detail

runBeforeClass

public static void runBeforeClass()

runAfterClass

public static void runAfterClass()

createValueSetUsingURI

public void createValueSetUsingURI()
                            throws LBException,
                                   java.net.URISyntaxException
Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#createValueSet(java.net.URI, java.lang.String, java.lang.String, java.lang.String, java.util.List, java.util.List, org.LexGrid.commonTypes.Properties, org.LexGrid.valueSets.DefinitionEntry, org.LexGrid.commonTypes.Versionable, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).

Throws:
java.net.URISyntaxException
LBException

createValueSetUsingValueSetDefinition

public void createValueSetUsingValueSetDefinition()
                                           throws LBException
Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#createValueSet(org.LexGrid.valueSets.ValueSetDefinition, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).

Throws:
LBException

addDefinitionEntry1

public void addDefinitionEntry1()
                         throws LBException,
                                java.net.URISyntaxException
Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#addDefinitionEntry(java.net.URI, org.LexGrid.valueSets.DefinitionEntry, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).

Throws:
java.net.URISyntaxException
LBException

getVSDDetails1

public void getVSDDetails1()
                    throws LBException
Test to check definitionEntry added in previously test is now accessible

Throws:
LBException

addDefinitionEntry2

public void addDefinitionEntry2()
                         throws LBException,
                                java.net.URISyntaxException
Add 2nd definition entry to VSD - VSD:AUTHORING:JUNIT:TEST2

Throws:
LBException
java.net.URISyntaxException

getVSDDetails2

public void getVSDDetails2()
                    throws LBException
Test to check definitionEntry added in previously two tests is now accessible

Throws:
LBException

addValueSetProperty1

public void addValueSetProperty1()
                          throws LBException,
                                 java.net.URISyntaxException
Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#addValueSetProperty(java.net.URI, org.LexGrid.commonTypes.Property, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).

Throws:
java.net.URISyntaxException
LBException

addValueSetProperty2

public void addValueSetProperty2()
                          throws LBException,
                                 java.net.URISyntaxException
Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#addValueSetProperty(java.net.URI, org.LexGrid.commonTypes.Property, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).

Throws:
java.net.URISyntaxException
LBException

getVSDProperties1

public void getVSDProperties1()
                       throws LBException
Test to check property added originally and in previously test is now accessible

Throws:
LBException

updateDefinitionEntry

public void updateDefinitionEntry()
                           throws LBException,
                                  java.net.URISyntaxException
Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#updateDefinitionEntry(java.net.URI, org.LexGrid.valueSets.DefinitionEntry, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).

Throws:
java.net.URISyntaxException
LBException

getVSDDetails3

public void getVSDDetails3()
                    throws LBException
Test to check definitionEntry updated in previously test is actually updated

Throws:
LBException

updateValueSetProperty

public void updateValueSetProperty()
                            throws LBException,
                                   java.net.URISyntaxException
Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#updateValueSetProperty(java.net.URI, org.LexGrid.commonTypes.Property, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).

Throws:
java.net.URISyntaxException
LBException

getVSDProperties2

public void getVSDProperties2()
                       throws LBException
Test to check property updates in previously test is now accessible

Throws:
LBException

updateValueSetMetaData

public void updateValueSetMetaData()
                            throws LBException,
                                   java.net.URISyntaxException
Test method for ValueSetAuthoringOperationImpl.updateValueSetMetaData(java.net.URI, java.lang.String, java.lang.String, java.lang.String, java.util.List, java.util.List, org.lexevs.cts2.core.update.RevisionInfo).

Throws:
java.net.URISyntaxException
LBException

getVSDDetails4

public void getVSDDetails4()
                    throws LBException
Test to check meta data updated in previously two tests is now accessible

Throws:
LBException

updateValueSetStatus

public void updateValueSetStatus()
                          throws LBException,
                                 java.net.URISyntaxException
Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#updateValueSetStatus(java.net.URI, java.lang.String, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).

Throws:
java.net.URISyntaxException
LBException

getVSDDetails5

public void getVSDDetails5()
                    throws LBException
Test to check status updated in previously two tests is now accessible

Throws:
LBException

updateValueSetVersionable

public void updateValueSetVersionable()
                               throws LBException,
                                      java.net.URISyntaxException
Test method for org.lexevs.cts2.author.ValueSetAuthoringOperationImpl#updateValueSetVersionable(java.net.URI, org.LexGrid.commonTypes.Versionable, org.lexevs.cts2.core.update.RevisionInfo, org.LexGrid.versions.EntryState).

Throws:
java.net.URISyntaxException
LBException

getVSDDetails6

public void getVSDDetails6()
                    throws LBException
Test to check definitionEntry updated in previously two tests is now accessible

Throws:
LBException

removeDefinitionEntry

public void removeDefinitionEntry()
                           throws LBException,
                                  java.net.URISyntaxException
Throws:
LBException
java.net.URISyntaxException

getVSDDetails7

public void getVSDDetails7()
                    throws LBException
Test to check definitionEntry removal in previously test

Throws:
LBException

removeValueSetProperty

public void removeValueSetProperty()
                            throws LBException,
                                   java.net.URISyntaxException
Throws:
LBException
java.net.URISyntaxException

removeValueSet1

public void removeValueSet1()
                     throws LBException,
                            java.net.URISyntaxException
Throws:
LBException
java.net.URISyntaxException

removeValueSet2

public void removeValueSet2()
                     throws LBException,
                            java.net.URISyntaxException
Throws:
LBException
java.net.URISyntaxException

removeRevisionRecordById

public void removeRevisionRecordById()
                              throws LBException
Throws:
LBException

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.