Uses of Interface
junitx.ddtunit.IDDTTestCase

Packages that use IDDTTestCase
junitx.ddtunit   
 

Uses of IDDTTestCase in junitx.ddtunit
 

Classes in junitx.ddtunit that implement IDDTTestCase
 class DDTTestCase
          This class is derived from TestCasefrom JUnit.
 

Methods in junitx.ddtunit with parameters of type IDDTTestCase
 void DDTTestResult.endMethodTest(IDDTTestCase test, String methodName)
          Notify about end of method test
 void DDTTestListener.endMethodTest(IDDTTestCase test, String testName)
          A test inside of a testmethod with a given dataset is started.
 void DDTRunMonitor.endMethodTest(IDDTTestCase test, String testName)
          Notify about end of method test execution
 void DDTTestResult.startMethodTest(IDDTTestCase test, String methodName)
          Notify about start of method test
 void DDTTestListener.startMethodTest(IDDTTestCase test, String testName)
          A test inside of a testmethod with a given dataset is started.
 void DDTRunMonitor.startMethodTest(IDDTTestCase test, String testName)
          Notify about start of method test execution
 



Copyright © 2004-2011. All Rights Reserved.