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.
- On the Studio toolbar, select .
- On theProject Nameswindow, clickFinish.
- On theProject Explorerview, expand theAUnit 101folder and double-click theAssemblyfolder.
- On the Assembly Editor toolbar, clickShow annotations.
- Run theAUnit 101sample tests.
- On theProject Explorerview, expand thesrcfolder.
- Right-click thecom.workday.example.aunitfolder.
- Select .
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.