Method | Description | |
---|---|---|
__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. |
Method | Description | |
---|---|---|
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 |
public assertOperationNodeValueIs ( $nodeName, $operationMethod, $className, $value ) |
public assertPropertyIsNotReadable ( $propertyName, $className ) |
public assertPropertyIsReadable ( $propertyName, $className ) |
public assertPropertyIsRequired ( $propertyName, $className ) |
public assertPropertyIsWritable ( $propertyName, $className ) |
public assertPropertyNodeValueIs ( $nodeName, $propertyName, $className, $value ) |
public gatherContexts ( Behat\Behat\Hook\Scope\BeforeScenarioScope $scope ) | ||
$scope | Behat\Behat\Hook\Scope\BeforeScenarioScope |