org.faktorips.runtime.test
Class IpsTestSuiteJUnitAdapter

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.faktorips.runtime.test.IpsTestSuiteJUnitAdapter
All Implemented Interfaces:
junit.framework.Test

public class IpsTestSuiteJUnitAdapter
extends junit.framework.TestSuite

Ips test suite adapter. Adapter between JUnit test suites and ips test suites.

Author:
Joerg Ortmann

Constructor Summary
IpsTestSuiteJUnitAdapter()
           
IpsTestSuiteJUnitAdapter(IpsTestSuite suite)
           
IpsTestSuiteJUnitAdapter(String name)
           
 
Method Summary
static junit.framework.Test createJUnitTest(IpsTest2 ipsTest)
          Creates an adapter test for the given ips test.
 void testDummy()
          Dummy test method to avoid a warning when running all JUnit tests in this project.
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IpsTestSuiteJUnitAdapter

public IpsTestSuiteJUnitAdapter()

IpsTestSuiteJUnitAdapter

public IpsTestSuiteJUnitAdapter(String name)

IpsTestSuiteJUnitAdapter

public IpsTestSuiteJUnitAdapter(IpsTestSuite suite)
Method Detail

testDummy

public void testDummy()
Dummy test method to avoid a warning when running all JUnit tests in this project. Without this method, Eclpise's JUnit support would create a warning that his suite hasn't got any tests.


createJUnitTest

public static junit.framework.Test createJUnitTest(IpsTest2 ipsTest)
Creates an adapter test for the given ips test.



Copyright © 2015. All rights reserved.