-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename packages from `io.zeebe.bpmnspec` to `org.camunda.community.zeebe.spec` to align with the new project name.
- Loading branch information
Showing
72 changed files
with
234 additions
and
234 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
core/src/main/kotlin/io/zeebe/bpmnspec/api/VerificationResult.kt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ebe/bpmnspec/DirectoryResourceResolver.kt → ...y/zeebe/spec/DirectoryResourceResolver.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lin/io/zeebe/bpmnspec/ResourceResolver.kt → .../community/zeebe/spec/ResourceResolver.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.zeebe.bpmnspec | ||
package org.camunda.community.zeebe.spec | ||
|
||
import java.io.File | ||
|
||
|
16 changes: 8 additions & 8 deletions
16
...in/kotlin/io/zeebe/bpmnspec/SpecRunner.kt → ...amunda/community/zeebe/spec/SpecRunner.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...ctions/AwaitElementInstanceStateAction.kt → ...ctions/AwaitElementInstanceStateAction.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
.../bpmnspec/actions/CancelInstanceAction.kt → ...eebe/spec/actions/CancelInstanceAction.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...be/bpmnspec/actions/CompleteTaskAction.kt → .../zeebe/spec/actions/CompleteTaskAction.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
.../bpmnspec/actions/CreateInstanceAction.kt → ...eebe/spec/actions/CreateInstanceAction.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
.../bpmnspec/actions/PublishMessageAction.kt → ...eebe/spec/actions/PublishMessageAction.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...eebe/bpmnspec/actions/ThrowErrorAction.kt → ...ty/zeebe/spec/actions/ThrowErrorAction.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...in/kotlin/io/zeebe/bpmnspec/api/Action.kt → ...amunda/community/zeebe/spec/api/Action.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
core/src/main/kotlin/org/camunda/community/zeebe/spec/api/Condition.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package org.camunda.community.zeebe.spec.api | ||
|
||
interface Condition { | ||
} |
3 changes: 3 additions & 0 deletions
3
core/src/main/kotlin/org/camunda/community/zeebe/spec/api/Instruction.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package org.camunda.community.zeebe.spec.api | ||
|
||
sealed interface Instruction |
2 changes: 1 addition & 1 deletion
2
...ebe/bpmnspec/api/SpecTestRunnerContext.kt → ...y/zeebe/spec/api/SpecTestRunnerContext.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../kotlin/io/zeebe/bpmnspec/api/TestCase.kt → ...unda/community/zeebe/spec/api/TestCase.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tlin/io/zeebe/bpmnspec/api/TestContext.kt → ...a/community/zeebe/spec/api/TestContext.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
core/src/main/kotlin/org/camunda/community/zeebe/spec/api/TestOutput.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package org.camunda.community.zeebe.spec.api | ||
|
||
import org.camunda.community.zeebe.spec.ProcessInstanceKey | ||
import org.camunda.community.zeebe.spec.api.dto.ElementInstance | ||
import org.camunda.community.zeebe.spec.api.dto.Incident | ||
import org.camunda.community.zeebe.spec.api.dto.ProcessInstanceState | ||
import org.camunda.community.zeebe.spec.api.dto.ProcessInstanceVariable | ||
|
||
data class TestOutput( | ||
val processInstanceKey: ProcessInstanceKey, | ||
val state: ProcessInstanceState, | ||
val elementInstances: List<ElementInstance>, | ||
val variables: List<ProcessInstanceVariable>, | ||
val incidents: List<Incident> | ||
) |
10 changes: 10 additions & 0 deletions
10
core/src/main/kotlin/org/camunda/community/zeebe/spec/api/TestResult.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.camunda.community.zeebe.spec.api | ||
|
||
data class TestResult( | ||
val testCase: TestCase, | ||
val success: Boolean, | ||
val message: String, | ||
val successfulVerifications: List<Verification>, | ||
val failedVerification: Verification? = null, | ||
val output: List<TestOutput> | ||
) |
2 changes: 1 addition & 1 deletion
2
.../kotlin/io/zeebe/bpmnspec/api/TestSpec.kt → ...unda/community/zeebe/spec/api/TestSpec.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
core/src/main/kotlin/org/camunda/community/zeebe/spec/api/TestSpecResult.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package org.camunda.community.zeebe.spec.api | ||
|
||
data class TestSpecResult( | ||
val spec: TestSpec, | ||
val testResults: List<TestResult> | ||
) |
6 changes: 3 additions & 3 deletions
6
...lin/io/zeebe/bpmnspec/api/Verification.kt → .../community/zeebe/spec/api/Verification.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
core/src/main/kotlin/org/camunda/community/zeebe/spec/api/VerificationResult.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package org.camunda.community.zeebe.spec.api | ||
|
||
data class VerificationResult( | ||
val isFulfilled: Boolean, | ||
val failureMessage: String = "" | ||
) |
2 changes: 1 addition & 1 deletion
2
...zeebe/bpmnspec/api/dto/ElementInstance.kt → ...ity/zeebe/spec/api/dto/ElementInstance.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../bpmnspec/api/dto/ElementInstanceState.kt → ...eebe/spec/api/dto/ElementInstanceState.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lin/io/zeebe/bpmnspec/api/dto/Incident.kt → .../community/zeebe/spec/api/dto/Incident.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...o/zeebe/bpmnspec/api/dto/IncidentState.kt → ...unity/zeebe/spec/api/dto/IncidentState.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...bpmnspec/api/dto/WorkflowInstanceState.kt → ...ebe/spec/api/dto/WorkflowInstanceState.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nspec/api/dto/WorkflowInstanceVariable.kt → .../spec/api/dto/WorkflowInstanceVariable.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...zeebe/bpmnspec/builder/ElementSelector.kt → ...ity/zeebe/spec/builder/ElementSelector.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
.../io/zeebe/bpmnspec/builder/SpecBuilder.kt → ...mmunity/zeebe/spec/builder/SpecBuilder.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...kotlin/io/zeebe/bpmnspec/format/Action.kt → ...nda/community/zeebe/spec/format/Action.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/io/zeebe/bpmnspec/format/Instruction.kt → ...ommunity/zeebe/spec/format/Instruction.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.