package org.onestepback.markiv; import junit.framework.TestCase; import junit.framework.TestSuite; public class TestCoffeeMakers extends TestCase { public static TestSuite suite() { TestSuite suite = new TestSuite(); suite.addTestSuite(TestManualCoffeeMaker.class); suite.addTestSuite(TestSpringCoffeeMaker.class); return suite; } } |
|
[ Index ][ Presentation ] | Generated by [ source2html ] |