org.netbeans.modules.nbjunit/1 1.75

org.netbeans.junit
Class MultiTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.netbeans.junit.NbTestCase
              extended by org.netbeans.junit.MultiTestCase
All Implemented Interfaces:
junit.framework.Test, NbTest
Direct Known Subclasses:
ParametricTestCase

public abstract class MultiTestCase
extends NbTestCase


Constructor Summary
MultiTestCase()
          Creates a new instance of MultiTestCase.
MultiTestCase(String name)
          Creates a new instance of MultiTestCase with the given name.
 
Method Summary
protected abstract  void execute()
          Is a method to be executed to perform testing.
protected  void runTest()
          Internal method overriding the method of the TestCase class.
 
Methods inherited from class org.netbeans.junit.NbTestCase
assertFile, assertFile, assertFile, assertFile, assertFile, assertFile, assertFile, assertFile, assertFile, assertFile, assertGC, assertGC, assertSize, assertSize, assertSize, assertSize, canRun, clearWorkDir, compareReferenceFiles, compareReferenceFiles, convertNBFSURL, failByBug, failByBug, getDataDir, getExpectedFail, getGoldenFile, getGoldenFile, getLog, getLog, getRef, getTestNumber, getWorkDir, getWorkDirPath, log, log, logLevel, logRoot, ref, run, runBare, runInEQ, setFilter, timeOut
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface junit.framework.Test
countTestCases
 

Constructor Detail

MultiTestCase

public MultiTestCase()
Creates a new instance of MultiTestCase. Set the class name as a name of the testcase.


MultiTestCase

public MultiTestCase(String name)
Creates a new instance of MultiTestCase with the given name.

Method Detail

runTest

protected void runTest()
                throws Throwable
Internal method overriding the method of the TestCase class.

Overrides:
runTest in class junit.framework.TestCase
Throws:
Throwable - if any exception is thrown

execute

protected abstract void execute()
Is a method to be executed to perform testing.


org.netbeans.modules.nbjunit/1 1.75

Built on May 24 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.