CRTestSuiteRuntimeVariables
trait CRTestSuiteRuntimeVariables (View source)
The node creation trait for behavioral tests
Properties
| protected ContentRepository|null | $currentContentRepository | ||
| protected WorkspaceName|null | $currentWorkspaceName | ||
| protected DimensionSpacePoint|null | $currentDimensionSpacePoint | ||
| protected VisibilityConstraints|null | $currentVisibilityConstraints | ||
| protected NodeAggregateId|null | $currentRootNodeAggregateId | ||
| protected Exception|null | $lastCommandException | ||
| protected Node|null | $currentNode | ||
| protected NodeAggregate|null | $currentNodeAggregate | ||
| protected NodeAggregateId> | $rememberedNodeAggregateIds |
Methods
void
iAmInContentRepository(string $contentRepositoryId)
No description
void
iAmUserIdentifiedBy(string $userId)
No description
void
theCurrentDateAndTimeIs(string $timestamp)
No description
void
iAmInWorkspace(string $workspaceName)
No description
void
iAmInDimensionSpacePoint(string $dimensionSpacePoint)
No description
void
iAmInWorkspaceAndDimensionSpacePoint(string $workspaceName, string $dimensionSpacePoint)
No description
void
visibilityConstraintsAreSetTo(string $restrictionType)
No description
getCurrentSubgraph()
No description
void
iRememberNodeAggregateIdOfNodesChildAs(string $parentNodeAggregateId, string $childNodeName, string $indexName)
No description
NodeAggregateId|null
getCurrentNodeAggregateId()
No description
Details
void
iAmInContentRepository(string $contentRepositoryId)
No description
abstract protected ContentRepository
getContentRepository(ContentRepositoryId $id)
No description
void
iAmUserIdentifiedBy(string $userId)
No description
void
theCurrentDateAndTimeIs(string $timestamp)
No description
void
iAmInWorkspace(string $workspaceName)
No description
void
iAmInDimensionSpacePoint(string $dimensionSpacePoint)
No description
void
iAmInWorkspaceAndDimensionSpacePoint(string $workspaceName, string $dimensionSpacePoint)
No description
void
visibilityConstraintsAreSetTo(string $restrictionType)
No description
ContentSubgraphInterface
getCurrentSubgraph()
No description
void
iRememberNodeAggregateIdOfNodesChildAs(string $parentNodeAggregateId, string $childNodeName, string $indexName)
No description
protected NodeAggregateId|null
getCurrentNodeAggregateId()
No description