mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-12-27 09:29:10 +00:00
add template for unittest abstraction layer
This commit is contained in:
parent
99dd52ad43
commit
9a9fe0c5d7
7
unittest/unittest.js
Normal file
7
unittest/unittest.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
function environment(name, tests) {}
|
||||||
|
|
||||||
|
function test(name, items) {}
|
||||||
|
|
||||||
|
function item(name, method) {}
|
||||||
|
|
||||||
|
function assert(result, expected) {}
|
Loading…
Reference in New Issue
Block a user