| org.netbeans.junit.NbTestCase org.netbeans.junit.MultiTestCase
All known Subclasses: org.netbeans.junit.ParametricTestCase,
MultiTestCase | abstract public class MultiTestCase extends NbTestCase (Code) | | author: Alexander Pepin |
Constructor Summary | |
public | MultiTestCase() Creates a new instance of MultiTestCase.
Set the class name as a name of the testcase. | public | MultiTestCase(String name) Creates a new instance of MultiTestCase with the given name. |
Method Summary | |
abstract protected void | execute() Is a method to be executed to perform testing. | protected void | runTest() Internal method overriding the method of the TestCase class. | void | setError(Throwable e) Internal method to set an error occured while preparation for executing the testcase. |
MultiTestCase | public MultiTestCase()(Code) | | Creates a new instance of MultiTestCase.
Set the class name as a name of the testcase.
|
MultiTestCase | public MultiTestCase(String name)(Code) | | Creates a new instance of MultiTestCase with the given name.
|
execute | abstract protected void execute()(Code) | | Is a method to be executed to perform testing.
|
runTest | protected void runTest() throws Throwable(Code) | | Internal method overriding the method of the TestCase class.
exception: Throwable - if any exception is thrown |
setError | void setError(Throwable e)(Code) | | Internal method to set an error occured while preparation for executing the testcase.
|
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) static void deleteSubFiles(File file) throws IOException(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) final long getExecutionTime()(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)
|
|
|