Uses of Class
org.faktorips.runtime.test.IpsTest2

Packages that use IpsTest2
org.faktorips.runtime   
org.faktorips.runtime.internal   
org.faktorips.runtime.test   
 

Uses of IpsTest2 in org.faktorips.runtime
 

Methods in org.faktorips.runtime that return IpsTest2
 IpsTest2 IRuntimeRepository.getIpsTest(String qName)
          Returns the test (either test case or suite) for the given qualified name.
 IpsTest2 IRuntimeRepository.getIpsTest(String qName, IRuntimeRepository runtimeRepository)
          Returns the test (either test case or suite) for the given qualified name.
 

Methods in org.faktorips.runtime that return types with arguments of type IpsTest2
 List<IpsTest2> IRuntimeRepository.getAllIpsTestCases(IRuntimeRepository runtimeRepository)
          Returns a list of all test cases stored in the repository and all repositories this one references.
 List<IpsTest2> IRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix, IRuntimeRepository runtimeRepository)
          Returns a list of test cases starting with the given qualified name prefix stored in the repository and all repositories this one references.
 

Method parameters in org.faktorips.runtime with type arguments of type IpsTest2
protected  void InMemoryRuntimeRepository.getAllIpsTestCases(List<IpsTest2> result, IRuntimeRepository runtimeRepository)
           
protected  void InMemoryRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix, List<IpsTest2> result, IRuntimeRepository runtimeRepository)
           
 

Uses of IpsTest2 in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal that return IpsTest2
 IpsTest2 AbstractRuntimeRepository.getIpsTest(String qName)
           
 IpsTest2 AbstractRuntimeRepository.getIpsTest(String qName, IRuntimeRepository runtimeRepository)
           
 

Methods in org.faktorips.runtime.internal that return types with arguments of type IpsTest2
 List<IpsTest2> AbstractRuntimeRepository.getAllIpsTestCases(IRuntimeRepository runtimeRepository)
           
 List<IpsTest2> AbstractRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix, IRuntimeRepository runtimeRepository)
           
 

Method parameters in org.faktorips.runtime.internal with type arguments of type IpsTest2
protected  void AbstractTocBasedRuntimeRepository.getAllIpsTestCases(List<IpsTest2> result, IRuntimeRepository runtimeRepository)
           
protected abstract  void AbstractRuntimeRepository.getAllIpsTestCases(List<IpsTest2> result, IRuntimeRepository runtimeRepository)
          Same as AbstractRuntimeRepository.getAllIpsTestCases(IRuntimeRepository) but searches only in this repository and not the ones, this repository depends on.
protected  void AbstractTocBasedRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix, List<IpsTest2> result, IRuntimeRepository runtimeRepository)
           
protected abstract  void AbstractRuntimeRepository.getIpsTestCasesStartingWith(String qNamePrefix, List<IpsTest2> result, IRuntimeRepository runtimeRepository)
          Gets all ips test cases starting with the given qualified name prefix.
 

Uses of IpsTest2 in org.faktorips.runtime.test
 

Subclasses of IpsTest2 in org.faktorips.runtime.test
 class IpsFormulaTestCase
          Class to execute and test formulas on product cmpts.
 class IpsTestCase2
          An ips test case defines the fixture to run a test.
 class IpsTestCaseBase
           
 class IpsTestSuite
          A test suite is a container for tests.
 

Methods in org.faktorips.runtime.test that return IpsTest2
 IpsTest2 IpsTestSuite.getTest(String name)
          Returns the test with the given name.
 

Methods in org.faktorips.runtime.test that return types with arguments of type IpsTest2
 List<IpsTest2> IpsTestSuite.getTests()
          Returns all tests in the suite.
 List<IpsTest2> AbstractIpsTestRunner.getTests()
          Returns all tests.
 

Methods in org.faktorips.runtime.test with parameters of type IpsTest2
 void IpsTestSuite.addTest(IpsTest2 test)
          Adds the test to the suite.
static junit.framework.Test IpsTestSuiteJUnitAdapter.createJUnitTest(IpsTest2 ipsTest)
          Creates an adapter test for the given ips test.
 void IpsTestSuite.removeTest(IpsTest2 test)
          Removes the test from the suite.
 void IpsTestResult.run(IpsTest2 test)
           
 void SocketIpsTestRunner.testFinished(IpsTest2 test)
           
 void IpsTestCaseJUnitAdapter.testFinished(IpsTest2 arg0)
           
 void CmdLineIpsTestRunner.testFinished(IpsTest2 test)
           
 void IpsTestListener.testFinished(IpsTest2 test)
           
 void SocketIpsTestRunner.testStarted(IpsTest2 test)
           
 void IpsTestCaseJUnitAdapter.testStarted(IpsTest2 test)
           
 void CmdLineIpsTestRunner.testStarted(IpsTest2 test)
           
 void IpsTestListener.testStarted(IpsTest2 test)
           
 



Copyright © 2015. All rights reserved.