接口 FixtureStrategyInterface
用于管理 TestCase Fixture 的策略的基本接口。
命名空间: Cake\TestSuite\Fixture
方法摘要
-
setupTest() public
在每个 TestCase 中每次测试运行之前调用。
-
teardownTest() public
在每个 TestCase 中每次测试运行之后调用。