Create an AUnit Test Skeleton for an Assembly Project
AUnit is a Workday Studio test framework for developing and running unit tests for assemblies. AUnit test skeletons enable you to build test cases for your assemblies.
- Select .
- On theProject namefield, enter a name for your project.Project names must not contain spaces.
- On theTarget Runtimefield, selectWorkday Runtime.
- On theConfigurationsfield, selectAssembly (with Java support).
- ClickFinish.
- Select .
- On theNew Java Classmenu, consider:
Option Description PackageEnter a package name.NameEnter a name for the new java class.SuperclassClickBrowse, and selectcom.workday.aunit.AssemblyTestCase. - ClickFinish.
- On theProject Explorerview, right-click thesrcfolder in your project.
- SelectAdd JUnit Library.
Studio displays your AUnit test skeleton on the java editor.
Run unit tests for your assemblies.