Skip to content

References

Note

The sample unit test output includes errors. These are not unit tests for the unit testing framework, they are samples to show the full range of output options, including failing tests, missing assertions etc.

Repository Structure

  • All the required code itself is in src/VoltScriptTesting.bss.
  • Tests are in test directory. Output will be written to unit-test-reports directory.
  • A starter for writing your own tests is in assets/example_code/TestBootstrap.bss.

API Documentation

Unit Test Output

Unit Tests