final public function getTestMethods()

in src/Framework/HackTest.hack [42:44]


  final public function getTestMethods(): vec<\ReflectionMethod> {
    return $this->methods;
  }