| org.netbeans.junit.NbTestCase org.netbeans.junit.ide.ProjectSupportTest
ProjectSupportTest | public class ProjectSupportTest extends NbTestCase (Code) | | Test of ProjectSupport class.
author: Jiri Skrivanek |
ProjectSupportTest | public ProjectSupportTest(String testName)(Code) | | Creates a new test.
Parameters: testName - name of test |
setUp | protected void setUp()(Code) | | Set up.
|
suite | public static NbTestSuite suite()(Code) | | Creates a new test suite.
returns a new suite. |
testCloseProject | public void testCloseProject()(Code) | | Test closeProject method.
|
testCreateProject | public void testCreateProject() throws Exception(Code) | | Test createProject method.
|
testOpenProject | public void testOpenProject() throws Exception(Code) | | Test openProject method.
|
testWaitScanFinished | public void testWaitScanFinished()(Code) | | Test waitScanFinished method.
|
Methods inherited from org.netbeans.junit.NbTestCase | public static void assertFile(String message, String test, String pass, String diff, Diff externalDiff)(Code)(Java Doc) public static void assertFile(String test, String pass, String diff, Diff externalDiff)(Code)(Java Doc) public static void assertFile(String message, String test, String pass, String diff)(Code)(Java Doc) public static void assertFile(String test, String pass, String diff)(Code)(Java Doc) public static void assertFile(String test, String pass)(Code)(Java Doc) public static void assertFile(String message, File test, File pass, File diff, Diff externalDiff)(Code)(Java Doc) public static void assertFile(File test, File pass, File diff, Diff externalDiff)(Code)(Java Doc) public static void assertFile(String message, File test, File pass, File diff)(Code)(Java Doc) public static void assertFile(File test, File pass, File diff)(Code)(Java Doc) public static void assertFile(File test, File pass)(Code)(Java Doc) public static void assertGC(String text, Reference> ref)(Code)(Java Doc) public static void assertGC(String text, Reference> ref, Set> rootsHint)(Code)(Java Doc) public static void assertSize(String message, int limit, Object root)(Code)(Java Doc) public static void assertSize(String message, Collection> roots, int limit)(Code)(Java Doc) public static void assertSize(String message, Collection> roots, int limit, Object[] skip)(Code)(Java Doc) public static int assertSize(String message, Collection> roots, int limit, MemoryFilter skip)(Code)(Java Doc) public boolean canRun()(Code)(Java Doc) public void clearWorkDir() throws IOException(Code)(Java Doc) public void compareReferenceFiles(String testFilename, String goldenFilename, String diffFilename)(Code)(Java Doc) public void compareReferenceFiles()(Code)(Java Doc) public static String convertNBFSURL(URL url)(Code)(Java Doc) public static void failByBug(int bugID)(Code)(Java Doc) public static void failByBug(int bugID, String message)(Code)(Java Doc) public File getDataDir()(Code)(Java Doc) public String getExpectedFail()(Code)(Java Doc) public File getGoldenFile(String filename)(Code)(Java Doc) public File getGoldenFile()(Code)(Java Doc) public PrintStream getLog(String logName)(Code)(Java Doc) public PrintStream getLog()(Code)(Java Doc) public PrintStream getRef()(Code)(Java Doc) final protected int getTestNumber()(Code)(Java Doc) public File getWorkDir() throws IOException(Code)(Java Doc) public String getWorkDirPath()(Code)(Java Doc) public void log(String message)(Code)(Java Doc) public void log(String log, String message)(Code)(Java Doc) protected Level logLevel()(Code)(Java Doc) public void ref(String message)(Code)(Java Doc) public void run(TestResult result)(Code)(Java Doc) public void runBare() throws Throwable(Code)(Java Doc) protected boolean runInEQ()(Code)(Java Doc) public void setFilter(Filter filter)(Code)(Java Doc) protected int timeOut()(Code)(Java Doc)
|
|
|