Skip to content

Nuget v.1.1.2

Latest
Compare
Choose a tag to compare
@clabnet clabnet released this 27 Aug 10:41
· 4 commits to master since this release

Version 1.1.2 - 23/8/2015

  • New. Add TestSuite feature. Now the .json data files can be grouped and categorized into TestSuite(s) folders. Each subfolder of DataTestFiles can contain various .json data files, will be insert the testSuite(s) specified into testSuite argument calling DataTestLoader.
  • New. Add RunCustomScripts feature. Specified the custom script(s) to execute before load json data. This value is Optional and can be empty. Multiple values are separed by ";" char. These files will be search into bin/DatabaseScripts folder.
  • Fix. Refactoring exception handling with custom errors; graceful exit application when abnormally ended.