cmdline/tool/test/unit/src/org/netbeans/modules/jackpot30/cmdline/DoRunTests.javax
changeset 1037 55c0650c5969
parent 1036 3b6996b67a7c
child 1038 1e294e9e1ef4
     1.1 --- a/cmdline/tool/test/unit/src/org/netbeans/modules/jackpot30/cmdline/DoRunTests.javax	Sun Jan 08 20:11:29 2017 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,16 +0,0 @@
     1.4 -package org.netbeans.modules.jackpot30.cmdline.testtool;
     1.5 -
     1.6 -import junit.framework.TestSuite;
     1.7 -import org.netbeans.modules.java.hints.declarative.test.api.DeclarativeHintsTestBase;
     1.8 -
     1.9 -/**
    1.10 - *
    1.11 - * @author lahvac
    1.12 - */
    1.13 -public class DoRunTests extends DeclarativeHintsTestBase {
    1.14 -
    1.15 -    public static TestSuite suite() {
    1.16 -        return suite(DoRunTests.class);
    1.17 -    }
    1.18 -
    1.19 -}