Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Example: Run the AUnit Sample Tests

Example: Run the AUnit Sample Tests

AUnit is a Workday Studio test framework that enables you to perform unit tests on your assemblies. This example demonstrates how to run AUnit tests. It contains 8 separate processing chains.
  1. On the Studio toolbar, select
    Help
    Welcome
    Samples
    AUnit Tests
    .
  2. On the
    Project Names
    window, click
    Finish
    .
  3. On the
    Project Explorer
    view, expand the
    AUnit 101
    folder and double-click the
    Assembly
    folder.
  4. On the Assembly Editor toolbar, click
    Show annotations
    .
  5. Run the
    AUnit 101
    sample tests.
    1. On the
      Project Explorer
      view, expand the
      src
      folder.
    2. Right-click the
      com.workday.example.aunit
      folder.
    3. Select
      Run As
      AUnit Test
      .
Studio displays the results of the sample tests on the
Console
view.
Navigate to the
JUnit
view to display a detailed summary of the results.