test generated by insertUTestCase
This commit is contained in:
@@ -355,6 +355,11 @@ class BasicTestCase extends Test {
|
|||||||
function testTrace() {
|
function testTrace() {
|
||||||
_testTrace();
|
_testTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function testInsertUTestCase() {
|
||||||
|
_testInsertUTestCase();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class BasicObject {
|
class BasicObject {
|
||||||
|
@@ -652,3 +652,7 @@ From:[(assert false (+ \"false \" \"should \" \"have \" \"been \" \"true\"))]" m
|
|||||||
(function _testTrace []
|
(function _testTrace []
|
||||||
(Assert.equals 5 (trace 5 "num"))
|
(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