org.apache.felix.ipojo.junit4osgi.test
Class TestOSGiTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.apache.felix.ipojo.junit4osgi.test.TestOSGiTestSuite
All Implemented Interfaces:
junit.framework.Test

public class TestOSGiTestSuite
extends junit.framework.TestSuite

Simple OSGi Test suite.

Author:
Felix Project Team

Constructor Summary
TestOSGiTestSuite()
           
 
Method Summary
static junit.framework.Test suite(BundleContext bc)
          Suite method.
 
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

TestOSGiTestSuite

public TestOSGiTestSuite()
Method Detail

suite

public static junit.framework.Test suite(BundleContext bc)
Suite method.

Parameters:
bc - the bundle context
Returns:
the Test Suite.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.