TEST: found method and2, arity = 2 found method tstring, arity = 3 found method addShort, arity = 2 found method addbyte, arity = 2 found method sumint, arity = 2 found method voidcmd, arity = 0 found method addDouble, arity = 2 found method mrglist, arity = 2 found method addLong, arity = 2 found method chargt, arity = 2 found method sublist, arity = 3 found method addshort, arity = 2 found method sum3, arity = 3 found method or2, arity = 2 found method adddouble, arity = 2 found method excvoid, arity = 0 found method addFloat, arity = 2 found method addlong, arity = 2 found method oload, arity = 2 found method oload, arity = 3 found method addInteger, arity = 2 found method charlt, arity = 2 found method addfloat, arity = 2 found method addint, arity = 2 found method addByte, arity = 2 found method catobjs, arity = 2 found method sumsome, arity = 3 found method allbut1, arity = 2 Number methods = 28 TEST: sumint sumint is a command cmdException: invalid usage : sumint TEST: sumint|1 sumint is a command cmdException: invalid usage : sumint TEST: sumint|1|2 sumint is a command sumint 1 + 2 = 3 result = 3 TEST: sumint|1a|2 sumint is a command cmdException: invalid usage : sumint, numeric format error on "1a" TEST: sumint|1|2c sumint is a command cmdException: invalid usage : sumint, numeric format error on "2c" TEST: sumint|1|2|3 sumint is a command cmdException: invalid usage : sumint TEST: tstring tstring is a command cmdException: invalid usage : tstring TEST: tstring|one tstring is a command cmdException: invalid usage : tstring TEST: tstring|one|two tstring is a command tstring got 2 strings result = one:two TEST: tstring|one|two|three tstring is a command tstring got 3 strings result = one:two:three TEST: tstring|one|two|three|another|string|final tstring is a command tstring got 6 strings result = one:two:three:another:string:final TEST: tstring|one|two|a four part list tstring is a command tstring got 6 strings result = one:two:a:four:part:list TEST: tstring|one|two|a four part list|final tstring is a command tstring got 4 strings result = one:two:a four part list:final TEST: sumsome sumsome is a command cmdException: usage: sumsome int1 [ int2 ] int3 TEST: sumsome|1 sumsome is a command cmdException: usage: sumsome int1 [ int2 ] int3 TEST: sumsome|1|2 sumsome is a command sumsome got 2 ints result = 3 TEST: sumsome|1|2|3 sumsome is a command sumsome got 3 ints result = 6 TEST: sumsome|1|2|3|4 sumsome is a command cmdException: usage: sumsome int1 [ int2 ] int3 TEST: sum3|1 sum3 is a command cmdException: usage: sum3 int1 int2 int3 TEST: sum3|1|2 sum3 is a command cmdException: usage: sum3 int1 int2 int3 TEST: sum3|1|2|3 sum3 is a command sum3 got 3 ints result = 6 TEST: sum3|1|2|3|4 sum3 is a command cmdException: usage: sum3 int1 int2 int3 TEST: sumsome|1|cat|3 sumsome is a command cmdException: usage: sumsome int1 [ int2 ] int3, numeric format error on "cat" TEST: sum3|1|2|dog sum3 is a command cmdException: usage: sum3 int1 int2 int3, numeric format error on "dog" TEST: oload oload is a command cmdException: usage: oload string1 string2 | oload float1 float2 float3 TEST: oload|one string|two string oload is a command result = one string:two string TEST: oload|one string oload is a command cmdException: usage: oload string1 string2 | oload float1 float2 float3, numeric format error on "one string" TEST: oload|1.2|1.3|1.4 oload is a command result = 3.9 TEST: oload|.2|1.|1 oload is a command result = 2.2 TEST: oload|.2|cat|1 oload is a command cmdException: usage: oload string1 string2 | oload float1 float2 float3, numeric format error on "cat" TEST: oload|.2|1.|1|5.6 oload is a command cmdException: usage: oload string1 string2 | oload float1 float2 float3 TEST: or2|true|false or2 is a command result = true TEST: or2|FALSE|TRUE or2 is a command result = true TEST: or2||false or2 is a command result = false TEST: or2|TRUE|TRUE or2 is a command result = true TEST: or2|1|2 or2 is a command cmdException: invalid usage : or2 TEST: and2|true|false and2 is a command result = false TEST: and2|FALSE|TRUE and2 is a command result = false TEST: and2||false and2 is a command result = false TEST: and2|TRUE|TRUE and2 is a command result = true TEST: and2|1|2 and2 is a command cmdException: invalid usage : and2 TEST: charlt|true|false charlt is a command result = f TEST: charlt|FALSE|TRUE charlt is a command result = F TEST: charlt||false charlt is a command cmdException: invalid usage : charlt TEST: charlt|TRUE|TRUE charlt is a command result = T TEST: charlt|1|2 charlt is a command result = 1 TEST: chargt|true|false chargt is a command result = t TEST: chargt|FALSE|TRUE chargt is a command result = T TEST: chargt||false chargt is a command cmdException: invalid usage : chargt TEST: chargt|TRUE|TRUE chargt is a command result = T TEST: chargt|1|2 chargt is a command result = 2 TEST: addbyte|1|-10 addbyte is a command result = -9 TEST: addbyte|10|-1 addbyte is a command result = 9 TEST: addbyte||0 addbyte is a command cmdException: invalid usage : addbyte, numeric format error on "" TEST: addbyte|0|TRUE addbyte is a command cmdException: invalid usage : addbyte, numeric format error on "TRUE" TEST: addByte|1|-10 addByte is a command result = -9 TEST: addByte|10|-1 addByte is a command result = 9 TEST: addByte||0 addByte is a command cmdException: invalid usage : addByte, numeric format error on "" TEST: addByte|0|TRUE addByte is a command cmdException: invalid usage : addByte, numeric format error on "TRUE" TEST: addshort|1|-10 addshort is a command result = -9 TEST: addshort|10|-1 addshort is a command result = 9 TEST: addshort||0 addshort is a command cmdException: invalid usage : addshort, numeric format error on "" TEST: addshort|0|TRUE addshort is a command cmdException: invalid usage : addshort, numeric format error on "TRUE" TEST: addShort|1|-10 addShort is a command result = -9 TEST: addShort|10|-1 addShort is a command result = 9 TEST: addShort||0 addShort is a command cmdException: invalid usage : addShort, numeric format error on "" TEST: addShort|0|TRUE addShort is a command cmdException: invalid usage : addShort, numeric format error on "TRUE" TEST: addint|1|-10 addint is a command result = -9 TEST: addint|10|-1 addint is a command result = 9 TEST: addint||0 addint is a command cmdException: invalid usage : addint, numeric format error on "" TEST: addint|0|TRUE addint is a command cmdException: invalid usage : addint, numeric format error on "TRUE" TEST: addInteger|1|-10 addInteger is a command result = -9 TEST: addInteger|10|-1 addInteger is a command result = 9 TEST: addInteger||0 addInteger is a command cmdException: invalid usage : addInteger, numeric format error on "" TEST: addInteger|0|TRUE addInteger is a command cmdException: invalid usage : addInteger, numeric format error on "TRUE" TEST: addlong|1|-10 addlong is a command result = -9 TEST: addlong|10|-1 addlong is a command result = 9 TEST: addlong||0 addlong is a command cmdException: invalid usage : addlong, numeric format error on "" TEST: addlong|0|TRUE addlong is a command cmdException: invalid usage : addlong, numeric format error on "TRUE" TEST: addLong|1|-10 addLong is a command result = -9 TEST: addLong|10|-1 addLong is a command result = 9 TEST: addLong||0 addLong is a command cmdException: invalid usage : addLong, numeric format error on "" TEST: addLong|0|TRUE addLong is a command cmdException: invalid usage : addLong, numeric format error on "TRUE" TEST: addfloat|1.2|-10.4 addfloat is a command result = -9.2 TEST: addfloat|10.4|-1.2 addfloat is a command result = 9.2 TEST: addfloat||0 addfloat is a command cmdException: invalid usage : addfloat, numeric format error on "" TEST: addfloat|0|TRUE addfloat is a command cmdException: invalid usage : addfloat, numeric format error on "TRUE" TEST: addFloat|1.2|-10.4 addFloat is a command result = -9.2 TEST: addFloat|10.4|-1.2 addFloat is a command result = 9.2 TEST: addFloat||0 addFloat is a command cmdException: invalid usage : addFloat, numeric format error on "" TEST: addFloat|0|TRUE addFloat is a command cmdException: invalid usage : addFloat, numeric format error on "TRUE" TEST: adddouble|1.2|-10.4 adddouble is a command result = -9.200000000000001 TEST: adddouble|10.4|-1.2 adddouble is a command result = 9.200000000000001 TEST: adddouble||0 adddouble is a command cmdException: invalid usage : adddouble, numeric format error on "" TEST: adddouble|0|TRUE adddouble is a command cmdException: invalid usage : adddouble, numeric format error on "TRUE" TEST: addDouble|1.2|-10.4 addDouble is a command result = -9.200000000000001 TEST: addDouble|10.4|-1.2 addDouble is a command result = 9.200000000000001 TEST: addDouble||0 addDouble is a command cmdException: invalid usage : addDouble, numeric format error on "" TEST: addDouble|0|TRUE addDouble is a command cmdException: invalid usage : addDouble, numeric format error on "TRUE" TEST: mrglist mrglist is a command result = EMPTY! TEST: mrglist|one string mrglist is a command result = one string TEST: mrglist|one string|another mrglist is a command result = one string another TEST: mrglist|one string|another|yet another mrglist is a command result = one string another yet another TEST: mrglist|one string|another|yet another|stop mrglist is a command result = one string another yet another stop TEST: sublist|a|nested sub list|z sublist is a command result = a;nested;sub;list:z TEST: catobjs|object1|object2 catobjs is a command result = object1::object2 TEST: allbut1|object1|object2|object3|object4 allbut1 is a command allbut1 final array gets 1 result = |object1||object2||object3|:::object4| TEST: allbut1|object1|object2|object3 allbut1 is a command allbut1 final array gets 1 result = |object1||object2|:::object3| TEST: allbut1|object1|object2 allbut1 is a command allbut1 final array gets 1 result = |object1|:::object2| TEST: allbut1|object1 allbut1 is a command cmdException: invalid usage : allbut1 TEST: allbut1 allbut1 is a command cmdException: invalid usage : allbut1 TEST: voidcmd voidcmd is a command inside voidcmd, no parms or return result = TEST: excvoid excvoid is a command cmdException: excvoid: dummy exception TEST: nogood nogood is NOT a command! cmdUnknownMethod: unknown command: nogood