Méthode | Description | |
---|---|---|
__construct ( ) | ||
assertNbOperationsExist ( $nb, $className ) | ||
assertNbPropertiesExist ( $nb, $className ) | ||
assertNodeValueIs ( $nodeName, $className, $value ) | ||
assertOperationNodeValueIs ( $nodeName, $operationMethod, $className, $value ) | ||
assertPropertyExist ( $propertyName, $className ) | ||
assertPropertyIsRequired ( string $propertyName, string $className ) | ||
assertPropertyNodeValueIs ( $nodeName, $propertyName, $className, $value ) | ||
assertThePathExist ( $path ) | ||
assertTheSwaggerClassExist ( $className ) | ||
assertTheSwaggerClassNotExist ( $className ) | ||
gatherContexts ( Behat\Behat\Hook\Scope\BeforeScenarioScope $scope ) | Gives access to the Behatch context. |
Méthode | Description | |
---|---|---|
getClassInfos ( string $className ) : stdClass | ||
getLastJsonResponse ( ) : stdClass | ||
getOperation ( string $method, string $className ) : stdClass | Gets an operation by its method name. | |
getOperations ( string $className ) : stdClass | Gets all operations of a given class. | |
getProperties ( string $className ) : stdClass | Gets all properties of a given class. | |
getProperty ( string $propertyName, string $className ) : stdClass |
public assertOperationNodeValueIs ( $nodeName, $operationMethod, $className, $value ) |
public assertPropertyIsRequired ( string $propertyName, string $className ) | ||
$propertyName | string | |
$className | string |
public assertPropertyNodeValueIs ( $nodeName, $propertyName, $className, $value ) |
public gatherContexts ( Behat\Behat\Hook\Scope\BeforeScenarioScope $scope ) | ||
$scope | Behat\Behat\Hook\Scope\BeforeScenarioScope |