source: simplerunner/src/test/resources/shaoptoursettings.json@ 23

Last change on this file since 23 was 21, checked in by bart, 4 years ago

Version 1.5.

File size: 1.2 KB
RevLine 
[10]1{
2 "AllPermutationsSettings": {
[14]3 "teams": [
[10]4 {
[14]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 ]
[10]17 },
18 {
[14]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 ]
[10]30 }
31 ],
[14]32 "reuseTeams": false,
33 "profileslists": [
34 {
35 "ProfileList": [
[21]36 "file:src/test/resources/jobs/jobs1partial.json",
[14]37 "file:src/test/resources/jobs/jobs1partial.json"
38
39 ]
40 },
41 {
42 "ProfileList": [
[21]43 "file:src/test/resources/jobs/jobs2.json",
[14]44 "file:src/test/resources/jobs/jobs2.json"
45
46 ]
47 }
[10]48 ],
[14]49 "teamsPerSession": 2,
[10]50 "sessionsettings": {
51 "SHAOPSettings": {
52 "participants": [
53 ],
54 "deadline": {
55 "deadlinerounds": {
56 "rounds": 10,
[21]57 "durationms": 1000
[10]58 }
59 }
60 }
[18]61 },
62 "numberTournaments":1
[10]63 }
64}
Note: See TracBrowser for help on using the repository browser.