{type:'testFailure',value:'Greater than uint int fail test',filename: __dirname+'/examples_0/assert_greaterThan_test.sol',errMsg:'greaterThanUintIntFailTest fails',context:'AssertGreaterThanTest',assertMethod:'greaterThan',location:'845:71:0',expected:'2',returned:'1'},
{type:'testPass',value:'Greater than int uint pass test',filename: __dirname+'/examples_0/assert_greaterThan_test.sol',context:'AssertGreaterThanTest'},
{type:'testFailure',value:'Greater than int uint fail test',filename: __dirname+'/examples_0/assert_greaterThan_test.sol',errMsg:'greaterThanIntUintFailTest fails',context:'AssertGreaterThanTest',assertMethod:'greaterThan',location:'1125:76:0',expected:'115792089237316195423570985008687907853269984665640564039457584007913129639836',returned:'100'}
],['time'])
],['time','web3'])
})
})
@ -278,7 +278,7 @@ describe('testRunner', () => {
{type:'testFailure',value:'Lesser than uint int fail test',filename: __dirname+'/examples_0/assert_lesserThan_test.sol',errMsg:'lesserThanUintIntFailTest fails',context:'AssertLesserThanTest',assertMethod:'lesserThan',location:'826:71:0',expected:'-1',returned:'115792089237316195423570985008687907853269984665640564039457584007913129639935'},
{type:'testPass',value:'Lesser than int uint pass test',filename: __dirname+'/examples_0/assert_lesserThan_test.sol',context:'AssertLesserThanTest'},
{type:'testFailure',value:'Lesser than int uint fail test',filename: __dirname+'/examples_0/assert_lesserThan_test.sol',errMsg:'lesserThanIntUintFailTest fails',context:'AssertLesserThanTest',assertMethod:'lesserThan',location:'1105:69:0',expected:'1',returned:'1'},
],['time'])
],['time','web3'])
})
})
@ -309,7 +309,7 @@ describe('testRunner', () => {
{type:'testPass',value:'Initial value should not be200',filename: __dirname+'/examples_1/simple_storage_test.sol',context:'MyTest'},
{type:'testFailure',value:'Should trigger one fail',filename: __dirname+'/examples_1/simple_storage_test.sol',errMsg:'uint test 1 fails',context:'MyTest',assertMethod:'equal',location:'532:51:1',expected:'2',returned:'1'},
{type:'testPass',value:'Should trigger one pass',filename: __dirname+'/examples_1/simple_storage_test.sol',context:'MyTest'}