cmdline/tool/test/unit/src/org/netbeans/modules/jackpot30/cmdline/DoRunTests.javax
branchdonation_review
changeset 1043 57843026e60b
parent 1027 205b7632914c
parent 1040 f7b6892fd754
child 1044 7feb751ba76b
     1.1 --- a/cmdline/tool/test/unit/src/org/netbeans/modules/jackpot30/cmdline/DoRunTests.javax	Mon Dec 19 11:37:36 2016 +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 -}