01: package experiments; 02: 03: import junit.framework.TestCase; 04: 05: /** 06: * NoMutationPoints test class. 07: * 08: * @author Tin Pavlinic 09: * @version $Revision: 414 $ 10: */ 11: public class NoMutationPointsTest extends TestCase { 12: public void testNothing() { 13: } 14: }