Uses of Class
org.faktorips.runtime.test.IpsTestSuite
-
Packages that use IpsTestSuite Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.test -
-
Uses of IpsTestSuite in org.faktorips.runtime
Methods in org.faktorips.runtime that return IpsTestSuite Modifier and Type Method Description IpsTestSuiteIRuntimeRepository. getIpsTestSuite(java.lang.String qNamePrefix)Returns a test suite that contains all tests that have qualified names starting with the given prefix.IpsTestSuiteIRuntimeRepository. getIpsTestSuite(java.lang.String qNamePrefix, IRuntimeRepository runtimeRepository)Returns a test suite that contains all tests that have qualified names starting with the given prefix. -
Uses of IpsTestSuite in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return IpsTestSuite Modifier and Type Method Description IpsTestSuiteAbstractRuntimeRepository. getIpsTestSuite(java.lang.String qNamePrefix)IpsTestSuiteAbstractRuntimeRepository. getIpsTestSuite(java.lang.String qNamePrefix, IRuntimeRepository runtimeRepository) -
Uses of IpsTestSuite in org.faktorips.runtime.test
Constructors in org.faktorips.runtime.test with parameters of type IpsTestSuite Constructor Description IpsTestSuiteJUnitAdapter(IpsTestSuite suite)
-