1 19 20 package org.netbeans.core; 21 22 import org.netbeans.junit.*; 23 import junit.textui.TestRunner; 24 25 29 public class NbClipboardDelayedTest extends NbClipboardNativeTest { 30 31 public NbClipboardDelayedTest(String name) { 32 super(name); 33 } 34 35 public static void main(String [] args) { 36 TestRunner.run(new NbTestSuite(NbClipboardDelayedTest.class)); 37 } 38 39 protected boolean slowClipboardHack() { 40 return true; 41 } 42 43 } 44 | Popular Tags |