Operation |
Details |
public setUp():void |
Sequential Tags: | annotations=@Before throws=HttpException,ServiceException,IOException,URISyntaxException
| |
public static setUpBeforeClass():void |
Sequential Tags: | annotations=@BeforeClass throws=Exception
| |
public tearDown():void |
Sequential Tags: | annotations=@After throws=RemoteException,ServiceException,URISyntaxException
| |
public transformSystemAdministrator():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Retrieve the predefined framework user 'roland' (system administrator) and check transforming to AccountUserVO using {@link XmlTransforming#transformToAccountUser(String)}. | |
public transformTestDepAuthor():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Retrieve the predefined framework user 'test_author' and check transforming to AccountUserVO using {@link XmlTransforming#transformToAccountUser(String)}. | |
public transformTestDepLibrarian():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Retrieve the predefined framework user 'test_dep_lib' and check transforming to AccountUserVO using {@link XmlTransforming#transformToAccountUser(String)}. | |
public transformTestDepLibrarianGrants():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Retrieve the grants of the predefined framework user 'test_dep_scientist' and check transforming of the grants. | |
public transformTestDepScientist():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Retrieve the predefined framework user 'test_dep_scientist' and check transforming to AccountUserVO using {@link XmlTransforming#transformToAccountUser(String)}. | |
public transformTestDepScientistGrants():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Retrieve the grants of the predefined framework user 'test_dep_scientist' and check transforming of the grants. | |
public transformTestEditor():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Retrieve the predefined framework user 'test_editor' and check transforming to AccountUserVO using {@link XmlTransforming#transformToAccountUser(String)}. | |