Exemple #1
0
        //we modifiy the returned RandomMover for testing purposes
        public string SendData(string data)
        {
            CommunicatorJSON cjson = new CommunicatorJSON();

            string repr = cjson.GetRepresentation(randomMover);

            return(repr);
        }
Exemple #2
0
 public void InitTest()
 {
     cjson = new CommunicatorJSON();
 }