Changes between Version 71 and Version 72 of WikiStart


Ignore:
Timestamp:
02/16/22 15:57:53 (2 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v71 v72  
    238238* Extract the data from the line {{{INFO:protocol ended..:}}}. It's a json structure with the final state of the session. You can easily parse it to a python dict using pyson.
    239239
     240== With the SimpleRunner GUI
     241If you do not provide settings, you get the GUI to enter your settings. It looks like this
     242
     243It works just like the SimpleGUI in java:
     244* Enter the class path of your party without the leading {{{pythonpath:}}}, for example {{{test.testparty.TestParty.TestParty}}}
     245* Enter the parameters as json dictionary without the enclosing curly's, eg  "persistentstate": "a48b8bc9-4275-4a4e-bee9-6c0a734dc99a",        "negotiationdata": []
     246* Enter the profile without the leading {{{file:}}}, eg {{{src/test/resources/jobs/jobs2.json
     247
    240248
    241249== Limitations