Skip to content

Unit Test Framework second beta version

Pre-release
Pre-release
Compare
Choose a tag to compare
@RokuRnD RokuRnD released this 25 Jan 16:50
· 23 commits to master since this release

Unit Test Framework second beta version

Changelog

  • added missing dependencies.
  • packaged framework to single file.
  • added framework versioning.
  • added log messages for Setup/TearDown functions run. Messages will be shown in Verbose logging mode only.
  • added SetUp/TearDown functions support for TestCase objects.
  • added new logger mode "Echo". This mode print statistics for each TestSuite/TestCase when they actually run. Echo use logger verbosity settings and will show full info in Verbose mode only.
  • added new failFast parameter to runner.
  • code refactoring.