source: simplerunner/src/test/resources/tournament.json@ 52

Last change on this file since 52 was 52, checked in by ruud, 14 months ago

Fixed small issues in domaineditor.

File size: 1.0 KB
Line 
1{
2 "AllPermutationsSettings": {
3 "teams": [
4 {
5 "Team": [
6 {
7 "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty",
8 "parameters": {
9 }
10 }
11 ]
12 },
13 {
14 "Team": [
15 {
16 "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty",
17 "parameters": {
18 }
19 }
20 ]
21 },
22 {
23 "Team": [
24 {
25 "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty",
26 "parameters": {
27 }
28 }
29 ]
30 }
31 ],
32 "reuseTeams": false,
33 "profileslists": [
34 {
35 "ProfileList": [
36 "file:src/test/resources/party/party1.json"
37 ]
38 },
39 {
40 "ProfileList": [
41 "file:src/test/resources/party/party2.json"
42 ]
43 },
44 {
45 "ProfileList": [
46 "file:src/test/resources/party/party3.json"
47 ]
48 }
49 ],
50 "teamsPerSession": 2,
51 "sessionsettings": {
52 "SAOPSettings": {
53 "participants": [
54 ],
55 "deadline": {
56 "DeadlineRounds": {
57 "rounds": 10,
58 "durationms": 1000
59 }
60 }
61 }
62 },
63 "numberTournaments":1
64 }
65}
Note: See TracBrowser for help on using the repository browser.