Changeset 14 for simplerunner/src/test


Ignore:
Timestamp:
04/28/20 12:56:46 (4 years ago)
Author:
bart
Message:

Release 1.4.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simplerunner/src/test/resources/shaoptoursettings.json

    r10 r14  
    11{
    22        "AllPermutationsSettings": {
    3                 "parties": [
     3                "teams": [
    44                        {
    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                                ]
    817                        },
    918                        {
    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                                ]
    1330                        }
    1431                ],
    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                        }
    1948                ],
    20                 "partiesPerSession": 2,
     49                "teamsPerSession": 2,
    2150                "sessionsettings": {
    2251                        "SHAOPSettings": {
Note: See TracChangeset for help on using the changeset viewer.