P
Peter Judge
Guest
A suite is a set of test cases. A test case is a set of individual tests. A test case can be a class or a procedure. A test is a method or function/procedure, depending on that. -- peter From: Tim Kuehn [mailto:bounce-timk519@community.progress.com] Sent: Tuesday, 03 March, 2015 14:31 To: TU.OE.Development@community.progress.com Subject: RE: [Technical Users - OE Development] Understanding ABLUnit ... RE: Understanding ABLUnit ... Reply by Tim Kuehn 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? Stop receiving emails on this subject. Flag this post as spam/abuse.
Continue reading...
Continue reading...