trait StructureAdjustmentsTrait (View source)

Custom context trait for "Structure Adjustments" related concerns

Traits

The node creation trait for behavioral tests

Properties

protected ContentRepository|null $currentContentRepository from  CRTestSuiteRuntimeVariables
protected WorkspaceName|null $currentWorkspaceName from  CRTestSuiteRuntimeVariables
protected DimensionSpacePoint|null $currentDimensionSpacePoint from  CRTestSuiteRuntimeVariables
protected VisibilityConstraints|null $currentVisibilityConstraints from  CRTestSuiteRuntimeVariables
protected NodeAggregateId|null $currentRootNodeAggregateId from  CRTestSuiteRuntimeVariables
protected Exception|null $lastCommandException from  CRTestSuiteRuntimeVariables
protected Node|null $currentNode from  CRTestSuiteRuntimeVariables
protected NodeAggregate|null $currentNodeAggregate from  CRTestSuiteRuntimeVariables
protected NodeAggregateId> $rememberedNodeAggregateIds from  CRTestSuiteRuntimeVariables

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

void
iRememberNodeAggregateIdOfNodesChildAs(string $parentNodeAggregateId, string $childNodeName, string $indexName)

No description

void
iAdjustTheNodeStructureForNodeType(string $nodeTypeName)

No description

void
iExpectNoStructureAdjustmentsForType(string $nodeTypeName)

No description

void
iExpectTheFollowingStructureAdjustmentsForType(string $nodeTypeName, TableNode $expectedAdjustments)

No description

void
assertEqualStructureAdjustments(TableNode $expectedAdjustments, array $actualAdjustments)

No description

void
outdatedWorkspacesAreRebased()

No description

void
outdatedWorkspacesAreRebasedWithStrategy(string $strategy)

No description

Details

void iAmInContentRepository(string $contentRepositoryId)

No description

Parameters

string $contentRepositoryId

Return Value

void

abstract protected ContentRepository getContentRepository(ContentRepositoryId $id)

No description

Parameters

ContentRepositoryId $id

Return Value

ContentRepository

Exceptions

DomainException

void iAmUserIdentifiedBy(string $userId)

No description

Parameters

string $userId

Return Value

void

void theCurrentDateAndTimeIs(string $timestamp)

No description

Parameters

string $timestamp

Return Value

void

void iAmInWorkspace(string $workspaceName)

No description

Parameters

string $workspaceName

Return Value

void

void iAmInDimensionSpacePoint(string $dimensionSpacePoint)

No description

Parameters

string $dimensionSpacePoint

Return Value

void

void iAmInWorkspaceAndDimensionSpacePoint(string $workspaceName, string $dimensionSpacePoint)

No description

Parameters

string $workspaceName
string $dimensionSpacePoint

Return Value

void

Exceptions

Exception

void visibilityConstraintsAreSetTo(string $restrictionType)

No description

Parameters

string $restrictionType

Return Value

void

void iRememberNodeAggregateIdOfNodesChildAs(string $parentNodeAggregateId, string $childNodeName, string $indexName)

No description

Parameters

string $parentNodeAggregateId
string $childNodeName
string $indexName

Return Value

void

protected NodeAggregateId|null getCurrentNodeAggregateId()

No description

Return Value

NodeAggregateId|null

void iAdjustTheNodeStructureForNodeType(string $nodeTypeName)

No description

Parameters

string $nodeTypeName

Return Value

void

Exceptions

NodeTypeNotFound

void iExpectNoStructureAdjustmentsForType(string $nodeTypeName)

No description

Parameters

string $nodeTypeName

Return Value

void

Exceptions

NodeTypeNotFound

void iExpectTheFollowingStructureAdjustmentsForType(string $nodeTypeName, TableNode $expectedAdjustments)

No description

Parameters

string $nodeTypeName
TableNode $expectedAdjustments

Return Value

void

Exceptions

NodeTypeNotFound

protected void assertEqualStructureAdjustments(TableNode $expectedAdjustments, array $actualAdjustments)

No description

Parameters

TableNode $expectedAdjustments
array $actualAdjustments

Return Value

void

void outdatedWorkspacesAreRebased()

No description

Return Value

void

void outdatedWorkspacesAreRebasedWithStrategy(string $strategy)

No description

Parameters

string $strategy

Return Value

void