Skip to content

Commit 2b1faa3

Browse files
Thierry Habarthabarthierry-hue
authored andcommitted
Ticket ## : Fix the tests + add new ones
1 parent dac4502 commit 2b1faa3

73 files changed

Lines changed: 4965 additions & 13219 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

default.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ task test {
5757
Push-Location -Path $base_dir\tests\CaseManagement.CMMN.Tests
5858

5959
try {
60-
exec { & dotnet test -c $config --no-build --no-restore }
60+
exec { & dotnet test -c $config -v n --no-build --no-restore }
6161
} finally {
6262
Pop-Location
6363
}
6464

6565
Push-Location -Path $base_dir\tests\CaseManagement.CMMN.Acceptance.Tests
6666

6767
try {
68-
exec { & dotnet test -c $config --no-build --no-restore }
68+
exec { & dotnet test -c $config -v n --no-build --no-restore }
6969
} finally {
7070
Pop-Location
7171
}

src/CaseManagement.BPMN/Apis/ProcessDefinitionsController.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/CaseManagement.BPMN/BPMNConstants.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/CaseManagement.BPMN/CaseManagement.BPMN.csproj

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/CaseManagement.BPMN/Domains/BPMNEndEvent.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/CaseManagement.BPMN/Domains/BPMNExecutiveGateway.cs

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/CaseManagement.BPMN/Domains/BPMNReceiveTask.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/CaseManagement.BPMN/Domains/BPMNSendTask.cs

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/CaseManagement.BPMN/Domains/BPMNServiceTask.cs

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/CaseManagement.BPMN/Domains/BPMNStartEvent.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)