Skip to content

Commit 4c53289

Browse files
committed
UnitTestSuite: expose UnitTest and UnitTestClass classes to the API
1 parent ddcfb89 commit 4c53289

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/DependencyControl/UnitTestSuite.moon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,9 @@ class UnitTestSuite
752752
}
753753
}
754754

755+
@UnitTest = UnitTest
756+
@UnitTestClass = UnitTestClass
757+
755758
--- Creates a complete unit test suite for a module or automation script.
756759
-- Using this constructor will create all test classes and tests automatically.
757760
-- @tparam string namespace the namespace of the module or automation script to test.

0 commit comments

Comments
 (0)