public function test(TestCase $test, Generator $faker)
 {
     return mt_rand(0, 1) ? $test->check($this->name) : $test->uncheck($this->name);
 }