Content deleted Content added
Danmichaelo (talk | contribs) No edit summary |
Danmichaelo (talk | contribs) No edit summary |
||
Line 6:
-- Test assertEquals
local function
local out = msg .. ' '
local errmsg = ''
Line 31:
function p.testAssertEqualsWithEqualStrings()
return
'Testing that assertEquals does not throw error for equal strings...',
'abc',
Line 42:
function p.testAssertEqualsWithUnequalStrings()
return
'Testing that assertEquals throws error for unequal strings...',
'abc',
|