Skip to content

Commit

Permalink
FEATURE: Add test cases for change projection
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Dec 3, 2024
1 parent 519c03f commit 81242dd
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 127 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ Feature: Create node aggregate with node without dimensions
| workspaceName | "user-workspace" |
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |
And I am in dimension space point {}

Scenario: Nodes on live workspace have been created
Given I am in workspace "live"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ Feature: Create node aggregate with node with dimensions
| workspaceName | "user-workspace" |
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |
And I am in dimension space point {"language": "de"}

Scenario: Nodes on live workspace have been created
Given I am in workspace "live"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ Feature: Publish nodes without dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |
And I am in dimension space point {}

Then the following CreateNodeAggregateWithNode commands are executed:
| nodeAggregateId | nodeName | parentNodeAggregateId | nodeTypeName | initialPropertyValues |
Expand Down Expand Up @@ -69,10 +65,6 @@ Feature: Publish nodes without dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "review-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "review-workspace" |

And I am in workspace "review-workspace"

Then the following CreateNodeAggregateWithNode commands are executed:
Expand All @@ -85,10 +77,6 @@ Feature: Publish nodes without dimensions
| baseWorkspaceName | "review-workspace" |
| newContentStreamId | "user-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

And I am in workspace "user-workspace"

And I am in dimension space point {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ Feature: Publish nodes with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

Then I am in dimension space point {"language": "de"}
And the following CreateNodeAggregateWithNode commands are executed:
Expand Down Expand Up @@ -76,10 +73,6 @@ Feature: Publish nodes with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "review-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "review-workspace" |

And I am in workspace "review-workspace"

Then I am in dimension space point {"language": "de"}
Expand All @@ -93,10 +86,6 @@ Feature: Publish nodes with dimensions
| baseWorkspaceName | "review-workspace" |
| newContentStreamId | "user-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

And I am in workspace "user-workspace"

Then I am in dimension space point {"language": "de"}
Expand Down Expand Up @@ -156,9 +145,6 @@ Feature: Publish nodes with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

Then I am in dimension space point {"language": "de"}
And the following CreateNodeAggregateWithNode commands are executed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ Feature: Publish nodes partially without dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |
And I am in dimension space point {}

Then the following CreateNodeAggregateWithNode commands are executed:
| nodeAggregateId | nodeName | parentNodeAggregateId | nodeTypeName | initialPropertyValues |
Expand Down Expand Up @@ -71,10 +67,6 @@ Feature: Publish nodes partially without dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "review-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "review-workspace" |

When I am in workspace "review-workspace"

And I am in dimension space point {}
Expand All @@ -88,10 +80,6 @@ Feature: Publish nodes partially without dimensions
| baseWorkspaceName | "review-workspace" |
| newContentStreamId | "user-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

And I am in workspace "user-workspace"

And I am in dimension space point {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ Feature: Publish nodes partially with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

Then I am in dimension space point {"language": "de"}
And the following CreateNodeAggregateWithNode commands are executed:
Expand Down Expand Up @@ -81,10 +78,6 @@ Feature: Publish nodes partially with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "review-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "review-workspace" |

And I am in workspace "review-workspace"

Then I am in dimension space point {"language": "de"}
Expand All @@ -98,10 +91,6 @@ Feature: Publish nodes partially with dimensions
| baseWorkspaceName | "review-workspace" |
| newContentStreamId | "user-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

And I am in workspace "user-workspace"

Then I am in dimension space point {"language": "de"}
Expand Down Expand Up @@ -162,9 +151,6 @@ Feature: Publish nodes partially with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

Then I am in dimension space point {"language": "de"}
And the following CreateNodeAggregateWithNode commands are executed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ Feature: Discard workspace without dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |
And I am in dimension space point {}

Then the following CreateNodeAggregateWithNode commands are executed:
| nodeAggregateId | nodeName | parentNodeAggregateId | nodeTypeName | initialPropertyValues |
Expand Down Expand Up @@ -72,10 +68,6 @@ Feature: Discard workspace without dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "review-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "review-workspace" |

And I am in workspace "review-workspace"

Then the following CreateNodeAggregateWithNode commands are executed:
Expand All @@ -88,10 +80,6 @@ Feature: Discard workspace without dimensions
| baseWorkspaceName | "review-workspace" |
| newContentStreamId | "user-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

And I am in workspace "user-workspace"

And I am in dimension space point {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ Feature: Discard workspace with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

Then I am in dimension space point {"language": "de"}
And the following CreateNodeAggregateWithNode commands are executed:
Expand Down Expand Up @@ -78,10 +75,6 @@ Feature: Discard workspace with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "review-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "review-workspace" |

And I am in workspace "review-workspace"

Then I am in dimension space point {"language": "de"}
Expand All @@ -95,10 +88,6 @@ Feature: Discard workspace with dimensions
| baseWorkspaceName | "review-workspace" |
| newContentStreamId | "user-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

And I am in workspace "user-workspace"

Then I am in dimension space point {"language": "de"}
Expand Down Expand Up @@ -151,9 +140,6 @@ Feature: Discard workspace with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

Then I am in dimension space point {"language": "de"}
And the following CreateNodeAggregateWithNode commands are executed:
Expand Down Expand Up @@ -188,9 +174,6 @@ Feature: Discard workspace with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

Then I am in dimension space point {"language": "de"}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ Feature: Discard nodes partially without dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |
And I am in dimension space point {}

Then the following CreateNodeAggregateWithNode commands are executed:
| nodeAggregateId | nodeName | parentNodeAggregateId | nodeTypeName | initialPropertyValues |
Expand Down Expand Up @@ -73,10 +69,6 @@ Feature: Discard nodes partially without dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |
And I am in dimension space point {}

Then the following CreateNodeAggregateWithNode commands are executed:
| nodeAggregateId | nodeName | parentNodeAggregateId | nodeTypeName | initialPropertyValues |
Expand Down Expand Up @@ -109,10 +101,6 @@ Feature: Discard nodes partially without dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "review-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "review-workspace" |

And I am in workspace "review-workspace"
Then the following CreateNodeAggregateWithNode commands are executed:
| nodeAggregateId | nodeName | parentNodeAggregateId | nodeTypeName | initialPropertyValues |
Expand All @@ -124,10 +112,6 @@ Feature: Discard nodes partially without dimensions
| baseWorkspaceName | "review-workspace" |
| newContentStreamId | "user-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

And I am in workspace "user-workspace"

And I am in dimension space point {}
Expand Down Expand Up @@ -166,10 +150,6 @@ Feature: Discard nodes partially without dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "review-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "review-workspace" |

And I am in workspace "review-workspace"
Then the following CreateNodeAggregateWithNode commands are executed:
| nodeAggregateId | nodeName | parentNodeAggregateId | nodeTypeName | initialPropertyValues |
Expand All @@ -181,10 +161,6 @@ Feature: Discard nodes partially without dimensions
| baseWorkspaceName | "review-workspace" |
| newContentStreamId | "user-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

And I am in workspace "user-workspace"

And I am in dimension space point {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ Feature: Discard nodes partially with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

Then I am in dimension space point {"language": "de"}
And the following CreateNodeAggregateWithNode commands are executed:
Expand Down Expand Up @@ -80,10 +77,6 @@ Feature: Discard nodes partially with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "review-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "review-workspace" |

And I am in workspace "review-workspace"

Then I am in dimension space point {"language": "de"}
Expand All @@ -97,10 +90,6 @@ Feature: Discard nodes partially with dimensions
| baseWorkspaceName | "review-workspace" |
| newContentStreamId | "user-cs-id" |

And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

And I am in workspace "user-workspace"

Then I am in dimension space point {"language": "de"}
Expand Down Expand Up @@ -161,9 +150,6 @@ Feature: Discard nodes partially with dimensions
| baseWorkspaceName | "live" |
| newContentStreamId | "user-cs-id" |
And I am in workspace "user-workspace"
And the command RebaseWorkspace is executed with payload:
| Key | Value |
| workspaceName | "user-workspace" |

Then I am in dimension space point {"language": "de"}
And the following CreateNodeAggregateWithNode commands are executed:
Expand Down

0 comments on commit 81242dd

Please sign in to comment.