T
Tim Kuehn
Guest
I have a "test suite" class that looks like this: USING Progress.Lang.*. BLOCK-LEVEL ON ERROR UNDO, THROW. CLASS TestSuite: @TestSuite(classes = "ABLUnit.TestClass.MyClass, MyTestClass"). END CLASS. and if I try to run that, I only get OE Mobile and OE Application. If I go to the class with the actual tests - like so: CLASS MyTestClass: @Test. METHOD PUBLIC VOID TestM1( ): I get the ABL Unit menu and I'm seeing some activity now. How does the "Test suite" class fit into things?
Continue reading...
Continue reading...