PHP 클래스 Sanpi\Behatch\Context\DebugContext

상속: extends BaseContext
파일 보기 프로젝트 열기: behatch/contexts

공개 메소드들

메소드 설명
__construct ( $screenshotDir = '.' )
failScreenshots ( Behat\Behat\Hook\Scope\AfterStepScope $scope )
iPutABreakpoint ( ) Pauses the scenario until the user presses a key. Useful when debugging a scenario.
iSaveAScreenshotIn ( $filename ) Saving a screenshot

비공개 메소드들

메소드 설명
getBackground ( Behat\Behat\Hook\Scope\AfterStepScope $scope ) : Behat\Gherkin\Node\BackgroundNode
getScenario ( Behat\Behat\Hook\Scope\AfterStepScope $scope ) : Behat\Gherkin\Node\ScenarioInterface

메소드 상세

__construct() 공개 메소드

public __construct ( $screenshotDir = '.' )

failScreenshots() 공개 메소드

public failScreenshots ( Behat\Behat\Hook\Scope\AfterStepScope $scope )
$scope Behat\Behat\Hook\Scope\AfterStepScope

iPutABreakpoint() 공개 메소드

Pauses the scenario until the user presses a key. Useful when debugging a scenario.
public iPutABreakpoint ( )

iSaveAScreenshotIn() 공개 메소드

Saving a screenshot
public iSaveAScreenshotIn ( $filename )