test generated by insertUTestCase
This commit is contained in:
@@ -355,6 +355,11 @@ class BasicTestCase extends Test {
|
||||
function testTrace() {
|
||||
_testTrace();
|
||||
}
|
||||
|
||||
function testInsertUTestCase() {
|
||||
_testInsertUTestCase();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class BasicObject {
|
||||
|
@@ -651,4 +651,8 @@ From:[(assert false (+ \"false \" \"should \" \"have \" \"been \" \"true\"))]" m
|
||||
|
||||
(function _testTrace []
|
||||
(Assert.equals 5 (trace 5 "num"))
|
||||
(Assert.equals 5 ~5))
|
||||
(Assert.equals 5 ~5))
|
||||
|
||||
// The test here is that this was inserted by insertUTestCase :)
|
||||
(function _testInsertUTestCase []
|
||||
(Assert.pass))
|
||||
|
Reference in New Issue
Block a user