Skip to content

Unit Test Framework

Compare
Choose a tag to compare
@RokuDevTools RokuDevTools released this 14 Jan 21:38
· 8 commits to master since this release

[WARNING] Major Version Update: Backward incompatible with previous versions!

Changelog

  • Add environment object to each test suite, so each test suite will have it's own m.
  • Remove need for test suite constructor function
  • Add BeforeALL, BeforeEach, AfterAll, AfterEach and other JUnit5-like annotations.
  • Add new assert functions
  • Update test suite parsing mechanism (removed eval usage)
  • Add annotation @test
  • Add don't throw exception for empty test suites: PR #31
  • Add AssertAAContains: PR Close #26
  • Add SetServer and SendToServer: PR Close #25
  • Fix #27 crash when testStatObj is undefined because of no test valid test cases
  • FIx #30 Exception when testStatObj is uninitialized
  • Minor bug-fixes and updates.