Running Functions after Test Functions
In XJRunner and the XJRunner Integration it is possible to configure a function to run after each test function (the post-function) and a function to run after all tests have completed (the post-testing function). These functions are configured in the Functions tab on the XJRunner Setup screen in XJDeveloper or the Project Management dialog in XJRunner.
The functions are run automatically in the following cases:
- In XJRunner.
- In XJDeveloper, when running tests on the Run Tests screen.
- In the XJRunner .NET Integration, when running TestFunctions.
- In XJRun utility when running tests using the
-testlist
switch.
The functions run like any other XJEase test function and can do anything that a test function can, including accessing the JTAG chain.
See Also
XJTAG v4.1.100