Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Make TestMixin which would allow...
use to use a GroovyTestSuite to avoid the 'void' issue
allow other naming conventions - endsWith("Test" || "Bug")
allow a Groovy test to derive from any object!
class FooTest extends Cheese implements TestMixin {
normalOperationTest() {
}
nullPointerBug()
{ ... }}
Attachments
Issue Links
- is depended upon by
-
GROOVY-758 testcases
- Closed