XojoUnit 6.3 now available

XojoUnit 6.3 now available on GitHub: https://github.com/xojo/XojoUnit

Changes:

  • Added TestGroup.StopTestOnFail property. If True, the first Fail will stop a test. A TestGroup can be set to stop when it is first added, it can be set in the Setup event, or an individual test can set it for that lone test.
  • Modified projects to properly report tests that did not return a result.
  • Modified ExportTestResults to be more compatible with JUnit.