Operation |
Details |
public setUp():void |
Sequential Tags: | annotations=@Before throws=Exception
| Notes: | Logs in as system admin (before every single test method). | |
public static setUpBeforeClass():void |
Sequential Tags: | annotations=@BeforeClass throws=Exception
| Notes: | Get an {@link XmlTransforming} instance once. | |
public tearDown():void |
Sequential Tags: | annotations=@After throws=Exception
| Notes: | Logs out (after every single test method). | |
public testTransformToStatisticReportRoundtrip():void |
Sequential Tags: | annotations=@Test throws=Exception
| |