Forum Post: RE: Understanding ABLUnit ...

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top