PHP 클래스 HydraContext

상속: implements Behat\Behat\Context\Context
파일 보기 프로젝트 열기: api-platform/core

공개 메소드들

메소드 설명
__construct ( )
assertNbOperationsExist ( $nb, $className )
assertNbPropertiesExist ( $nb, $className )
assertNodeValueIs ( $nodeName, $className, $value )
assertOperationNodeValueIs ( $nodeName, $operationMethod, $className, $value )
assertPropertyIsNotReadable ( $propertyName, $className )
assertPropertyIsReadable ( $propertyName, $className )
assertPropertyIsRequired ( $propertyName, $className )
assertPropertyIsWritable ( $propertyName, $className )
assertPropertyNodeValueIs ( $nodeName, $propertyName, $className, $value )
assertPropertyNotExist ( $propertyName, $className )
assertTheHydraClassExist ( $className )
assertTheHydraClassNotExist ( $className )
gatherContexts ( Behat\Behat\Hook\Scope\BeforeScenarioScope $scope ) Gives access to the Behatch context.

비공개 메소드들

메소드 설명
getClassInfos ( string $className ) : array Gets information about a class.
getLastJsonResponse ( ) : array Gets the last JSON response.
getOperation ( string $method, string $className ) : array Gets an operation by its method name.
getOperations ( string $className ) : array Gets all operations of a given class.
getProperties ( string $className ) : array Gets all properties of a given class.
getProperty ( string $propertyName, string $className ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( )

assertNbOperationsExist() 공개 메소드

public assertNbOperationsExist ( $nb, $className )

assertNbPropertiesExist() 공개 메소드

public assertNbPropertiesExist ( $nb, $className )

assertNodeValueIs() 공개 메소드

public assertNodeValueIs ( $nodeName, $className, $value )

assertOperationNodeValueIs() 공개 메소드

public assertOperationNodeValueIs ( $nodeName, $operationMethod, $className, $value )

assertPropertyIsNotReadable() 공개 메소드

public assertPropertyIsNotReadable ( $propertyName, $className )

assertPropertyIsReadable() 공개 메소드

public assertPropertyIsReadable ( $propertyName, $className )

assertPropertyIsRequired() 공개 메소드

public assertPropertyIsRequired ( $propertyName, $className )

assertPropertyIsWritable() 공개 메소드

public assertPropertyIsWritable ( $propertyName, $className )

assertPropertyNodeValueIs() 공개 메소드

public assertPropertyNodeValueIs ( $nodeName, $propertyName, $className, $value )

assertPropertyNotExist() 공개 메소드

public assertPropertyNotExist ( $propertyName, $className )

assertTheHydraClassExist() 공개 메소드

public assertTheHydraClassExist ( $className )

assertTheHydraClassNotExist() 공개 메소드

public assertTheHydraClassNotExist ( $className )

gatherContexts() 공개 메소드

Gives access to the Behatch context.
public gatherContexts ( Behat\Behat\Hook\Scope\BeforeScenarioScope $scope )
$scope Behat\Behat\Hook\Scope\BeforeScenarioScope