Skip to content

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 i
  • packageTeardown() — The packageTeardown() function is a callback in Wheels’ legacy testing framework. It runs once after the last test case
  • setup() — Callback used in Wheels legacy testing framework. It runs before every individual test case within a test suite. This al
  • teardown() — Callback that executes after every test case when using Wheels’ legacy testing framework. It is typically used to clean