Returns the size of each test created using the data provider(s).
public function size() : TestSize { [ $className, $methodName, ] = explode('::', $this->name()); return (new Groups())->size($className, $methodName); }