test generated by insertUTestCase

This commit is contained in:
2022-06-18 18:12:43 +00:00
parent f3de20d696
commit daf527735e
2 changed files with 10 additions and 1 deletions

View File

@@ -355,6 +355,11 @@ class BasicTestCase extends Test {
function testTrace() {
_testTrace();
}
function testInsertUTestCase() {
_testInsertUTestCase();
}
}
class BasicObject {

View File

@@ -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))