mirror of
https://github.com/flynx/test.js.git
synced 2025-10-28 10:20:09 +00:00
cleanup..
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5b96d46398
commit
17de67ba26
11
test.js
11
test.js
@ -375,19 +375,8 @@ object.Constructor('TestSet', {
|
|||||||
Case: null,
|
Case: null,
|
||||||
cases: null,
|
cases: null,
|
||||||
|
|
||||||
// merge one or more test sets as cases...
|
|
||||||
//
|
|
||||||
// .merge({ <name>: <test-set>, .. })
|
|
||||||
// -> this
|
|
||||||
//
|
|
||||||
// XXX do we need this as a proxy to .Cases???
|
|
||||||
merge: function(){
|
|
||||||
this.cases(...arguments)
|
|
||||||
return this },
|
|
||||||
|
|
||||||
__assert__: Assert,
|
__assert__: Assert,
|
||||||
|
|
||||||
// XXX run the local tests...
|
|
||||||
// XXX need to be able to use external assert...
|
// XXX need to be able to use external assert...
|
||||||
// - from context...
|
// - from context...
|
||||||
// - from arg...
|
// - from arg...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user