require('luaunit') TestToto = {} --class function TestToto:setUp() -- set up tests self.a = 1 self.s = 'hop' end function TestToto:test1_withFailure() ...
確定! 回上一頁