Changeset 14 for simplerunner/src
- Timestamp:
- 04/28/20 12:56:46 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simplerunner/src/test/resources/shaoptoursettings.json
r10 r14 1 1 { 2 2 "AllPermutationsSettings": { 3 " parties": [3 "teams": [ 4 4 { 5 "partyref": "classpath:geniusweb.exampleparties.simpleshaop.ShaopParty", 6 "parameters": { 7 } 5 "Team": [ 6 { 7 "partyref": "classpath:geniusweb.exampleparties.simpleshaop.ShaopParty", 8 "parameters": { 9 } 10 },{ 11 "partyref": "classpath:geniusweb.exampleparties.comparebids.CompareBids", 12 "parameters": { 13 } 14 } 15 16 ] 8 17 }, 9 18 { 10 "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty", 11 "parameters": { 12 } 19 "Team": [ 20 { 21 "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty", 22 "parameters": { 23 } 24 },{ 25 "partyref": "classpath:geniusweb.exampleparties.comparebids.CompareBids", 26 "parameters": { 27 } 28 } 29 ] 13 30 } 14 31 ], 15 "reuseParties": false, 16 "profiles": [ 17 "file:src/test/resources/jobs/jobs1partial.json?partial=10", 18 "file:src/test/resources/jobs/jobs2.json?partial=15" 32 "reuseTeams": false, 33 "profileslists": [ 34 { 35 "ProfileList": [ 36 "file:src/test/resources/jobs/jobs1partial.json?partial=10", 37 "file:src/test/resources/jobs/jobs1partial.json" 38 39 ] 40 }, 41 { 42 "ProfileList": [ 43 "file:src/test/resources/jobs/jobs2.json?partial=15", 44 "file:src/test/resources/jobs/jobs2.json" 45 46 ] 47 } 19 48 ], 20 " partiesPerSession": 2,49 "teamsPerSession": 2, 21 50 "sessionsettings": { 22 51 "SHAOPSettings": {
Note:
See TracChangeset
for help on using the changeset viewer.