Test Model Configuration
Test Model Configuration
packageSetup()— The packageSetup() function is a callback in Wheels’ legacy testing framework. It runs once before the first test case ipackageTeardown()— The packageTeardown() function is a callback in Wheels’ legacy testing framework. It runs once after the last test casesetup()— Callback used in Wheels legacy testing framework. It runs before every individual test case within a test suite. This alteardown()— Callback that executes after every test case when using Wheels’ legacy testing framework. It is typically used to clean