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

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

Uses of IpsTestCaseBase in org.faktorips.runtime
 

Methods in org.faktorips.runtime that return IpsTestCaseBase
 IpsTestCaseBase IRuntimeRepository.getIpsTestCase(String qName)
          Returns the test case for the given qualified name.
 IpsTestCaseBase IRuntimeRepository.getIpsTestCase(String qName, IRuntimeRepository runtimeRepository)
          Returns the test case for the given qualified name.
protected  IpsTestCaseBase InMemoryRuntimeRepository.getIpsTestCaseInternal(String qName, IRuntimeRepository runtimeRepository)
           
 

Methods in org.faktorips.runtime with parameters of type IpsTestCaseBase
 void InMemoryRuntimeRepository.putIpsTestCase(IpsTestCaseBase test)
          Puts the test case into the repository.
 

Uses of IpsTestCaseBase in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal that return IpsTestCaseBase
protected  IpsTestCaseBase AbstractClassLoadingRuntimeRepository.createTestCase(TestCaseTocEntry tocEntry, IRuntimeRepository runtimeRepository)
           
protected abstract  IpsTestCaseBase AbstractTocBasedRuntimeRepository.createTestCase(TestCaseTocEntry tocEntry, IRuntimeRepository runtimeRepository)
          Creates the test case object for the given toc entry.
 IpsTestCaseBase AbstractRuntimeRepository.getIpsTestCase(String qName)
           
 IpsTestCaseBase AbstractRuntimeRepository.getIpsTestCase(String qName, IRuntimeRepository runtimeRepository)
           
protected  IpsTestCaseBase AbstractTocBasedRuntimeRepository.getIpsTestCaseInternal(String qName, IRuntimeRepository runtimeRepository)
          IpsTestCases are created new every time and should not be cached because the test data could change for every test creation.
protected abstract  IpsTestCaseBase AbstractRuntimeRepository.getIpsTestCaseInternal(String qName, IRuntimeRepository runtimeRepository)
          Same as AbstractRuntimeRepository.getIpsTestCase(String, IRuntimeRepository) but searches only in this repository and not the ones, this repository depends on.
 

Uses of IpsTestCaseBase in org.faktorips.runtime.test
 

Subclasses of IpsTestCaseBase 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.
 

Methods in org.faktorips.runtime.test that return IpsTestCaseBase
 IpsTestCaseBase IpsTestFailure.getTestCase()
          Returns the test case that has failed.
 

Constructors in org.faktorips.runtime.test with parameters of type IpsTestCaseBase
IpsTestCaseJUnitAdapter(IpsTestCaseBase ipsTestCase)
           
IpsTestFailure(IpsTestCaseBase test)
          Creates a new test failure that was caused because an assertion has failed.
IpsTestFailure(IpsTestCaseBase test, Object expectedValue, Object actualValue)
          Creates a new test failure that was caused because the given actual value is not equal to the expected value.
IpsTestFailure(IpsTestCaseBase test, Object expectedValue, Object actualValue, String testObject, String testedAttribute, String message)
          Creates a new test failure that was caused because the given actual value is not equal to the expected value.
IpsTestFailure(IpsTestCaseBase test, Throwable t)
          Creates a new test error.
 



Copyright © 2015. All rights reserved.