This repository was archived by the owner on May 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #251 from tecnico-softeng/unsuccessSequenceFailAct…
…ivity Adding unsuccess sequence fail activity integration test (references #232)
- Loading branch information
Showing
18 changed files
with
1,463 additions
and
12 deletions.
There are no files selected for viewing
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
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,6 +1,15 @@ | ||
cd ../tax; mvn clean spring-boot:run & | ||
cd ../bank; mvn clean spring-boot:run & | ||
cd ../hotel; mvn clean spring-boot:run & | ||
cd ../activity; mvn clean spring-boot:run & | ||
cd ../car; mvn clean spring-boot:run & | ||
cd ../broker; mvn clean spring-boot:run & | ||
export MAVEN_OPTS="-Xmx128m" | ||
|
||
cd ../tax; mvn clean compile | ||
cd ../bank; mvn clean compile | ||
cd ../hotel; mvn clean compile | ||
cd ../activity; mvn clean compile | ||
cd ../car; mvn clean compile | ||
cd ../broker; mvn clean compile | ||
|
||
cd ../tax; mvn spring-boot:run & | ||
cd ../bank; mvn spring-boot:run & | ||
cd ../hotel; mvn spring-boot:run & | ||
cd ../activity; mvn spring-boot:run & | ||
cd ../car; mvn spring-boot:run & | ||
cd ../broker; mvn spring-boot:run & |
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
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
1 change: 1 addition & 0 deletions
1
jmeter/tests/integration/unsuccess-sequence-fail-activity/activity.txt
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 @@ | ||
AP1234,Mont Vermont,18,70,20 |
1 change: 1 addition & 0 deletions
1
jmeter/tests/integration/unsuccess-sequence-fail-activity/adventure.txt
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 @@ | ||
B100,111111115,2017-05-01,2017-05-01,30,BK124,0.1,false |
1 change: 1 addition & 0 deletions
1
jmeter/tests/integration/unsuccess-sequence-fail-activity/adventureId.txt
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 @@ | ||
B100,111111115,B1001 |
1 change: 1 addition & 0 deletions
1
jmeter/tests/integration/unsuccess-sequence-fail-activity/bank.txt
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 @@ | ||
BK12,Money Plus |
1 change: 1 addition & 0 deletions
1
jmeter/tests/integration/unsuccess-sequence-fail-activity/broker.txt
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 @@ | ||
B100,Joy of Travelling,111111113,111111114,BK124 |
1 change: 1 addition & 0 deletions
1
jmeter/tests/integration/unsuccess-sequence-fail-activity/brokerClient.txt
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 @@ | ||
B100,BK125,111111115,DC12345,18 |
3 changes: 3 additions & 0 deletions
3
jmeter/tests/integration/unsuccess-sequence-fail-activity/client.txt
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 @@ | ||
BK12,Broker | ||
BK12,Client | ||
BK12,Activity Provider |
3 changes: 3 additions & 0 deletions
3
jmeter/tests/integration/unsuccess-sequence-fail-activity/clientId.txt
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 @@ | ||
BK12,1 | ||
BK12,2 | ||
BK12,3 |
3 changes: 3 additions & 0 deletions
3
jmeter/tests/integration/unsuccess-sequence-fail-activity/deposit.txt
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 @@ | ||
BK12,1,BK124,100000 | ||
BK12,2,BK125,999 | ||
BK12,3,BK126,100000 |
2 changes: 2 additions & 0 deletions
2
jmeter/tests/integration/unsuccess-sequence-fail-activity/itemtype.txt
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,2 @@ | ||
SPORT,10 | ||
ADVENTURE,10 |
1 change: 1 addition & 0 deletions
1
jmeter/tests/integration/unsuccess-sequence-fail-activity/offer.txt
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 @@ | ||
AP1234,AP12341,2017-05-01,2017-05-01,1000 |
1 change: 1 addition & 0 deletions
1
jmeter/tests/integration/unsuccess-sequence-fail-activity/provider.txt
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 @@ | ||
AP1234,Bush Walking,111111111,BK126 |
4 changes: 4 additions & 0 deletions
4
jmeter/tests/integration/unsuccess-sequence-fail-activity/taxpayer.txt
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 @@ | ||
Client,Street,111111115,BUYER | ||
BBroker,Street,111111114,BUYER | ||
SBroker,Street,111111113,SELLER | ||
Activity,Street,111111111,SELLER |
1,411 changes: 1,411 additions & 0 deletions
1,411
jmeter/tests/integration/unsuccess-sequence-fail-activity/test.jmx
Large diffs are not rendered by default.
Oops, something went wrong.