|
Groovy example source code file (UberTestCaseBugs.java)
The Groovy UberTestCaseBugs.java source code/** * Collects all Bug-related tests. * * @author <a href="mailto:jeremy.rayner@bigfoot.com">Jeremy Rayner * @version $Revision: 6190 $ */ import groovy.util.AllTestSuite; import junit.framework.Test; import junit.framework.TestCase; public class UberTestCaseBugs extends TestCase { public static Test suite() { return AllTestSuite.suite("./src/test", "groovy/**/*Bug.groovy"); } // no tests inside (should we have an AbstractGroovyTestCase???) // groovy.bugs.TestSupport.class // The following classes appear in target/test-classes but do not extend junit.framework.TestCase // groovy.bugs.Cheese.class // groovy.bugs.MyRange.class // groovy.bugs.Scholastic.class // groovy.bugs.SimpleModel.class } Other Groovy examples (source code examples)Here is a short list of links related to this Groovy UberTestCaseBugs.java source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.