Derby replacement for {@code junit.framework.TestSuite}. This version, when provided with a {@code Class} argument in a constructor or method,constructs a {@code TestSuite} with a lexicographically sorted set offixtures (i.e. test cases) to avoid random fixture ordering (after Java 6). Its usage is similar to the original JUnit {@code TestSuite} class.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.