*/ public function expect(mixed $value): Expectation { return new Expectation($value); } }