DataSift\Storyplayer\PlayerLib\Story::hasTestTeardown PHP 메소드

hasTestTeardown() 공개 메소드

do we have a post-story teardown callback?
public hasTestTeardown ( ) : boolean
리턴 boolean true if there is a post-story teardown callback
    public function hasTestTeardown()
    {
        return count($this->testTeardownCallback) > 0;
    }