A B F G I O S

A

assertBundleAvailable(long) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with bundleId is available in OSGi framework.
assertBundleAvailable(String, long) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with bundleId is available in OSGi framework.
assertBundleAvailable(String) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name is available in OSGi framework.
assertBundleAvailable(String, String) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name is available in OSGi framework.
assertBundleAvailable(String, Version) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name and version is available in OSGi framework.
assertBundleAvailable(String, String, Version) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name and version is available in OSGi framework.
assertBundleState(int, long) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with bundleId has given state value.
assertBundleState(String, int, long) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with bundleId has given state value.
assertBundleState(int, String) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name has given state value.
assertBundleState(String, int, String) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name has given state value.
assertBundleState(int, String, Version) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name and version has given state value.
assertBundleState(String, int, String, Version) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name and version has given state value.
assertBundleUnavailable(long) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with bundleId is unavailable in OSGi framework.
assertBundleUnavailable(String, long) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with bundleId is unavailable in OSGi framework.
assertBundleUnavailable(String) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name is unavailable in OSGi framework.
assertBundleUnavailable(String, String) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name is unavailable in OSGi framework.
assertBundleUnavailable(String, Version) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name and version is unavailable in OSGi framework.
assertBundleUnavailable(String, String, Version) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name and version is unavailable in OSGi framework.
assertFilterCorrect(String) - Static method in class org.knowhowlab.osgi.testing.assertions.FilterAssert
Asserts that given filter is correct.
assertFilterCorrect(String, String) - Static method in class org.knowhowlab.osgi.testing.assertions.FilterAssert
Asserts that given filter is correct.
assertFilterIncorrect(String) - Static method in class org.knowhowlab.osgi.testing.assertions.FilterAssert
Asserts that given filter is incorrect.
assertFilterIncorrect(String, String) - Static method in class org.knowhowlab.osgi.testing.assertions.FilterAssert
Asserts that given filter is incorrect.
assertFragment(long) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with bundleId is fragment bundle.
assertFragment(String, long) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with bundleId is fragment bundle.
assertFragment(String) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name is fragment bundle.
assertFragment(String, String) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name is fragment bundle.
assertFragment(String, Version) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name and version is fragment bundle.
assertFragment(String, String, Version) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name and version is fragment bundle.
assertNotFragment(long) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with bundleId is not a fragment bundle.
assertNotFragment(String, long) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with bundleId is not a fragment bundle.
assertNotFragment(String) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name is not a fragment bundle.
assertNotFragment(String, String) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name is not a fragment bundle.
assertNotFragment(String, Version) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name and version is not a fragment bundle.
assertNotFragment(String, String, Version) - Static method in class org.knowhowlab.osgi.testing.assertions.BundleAssert
Asserts that Bundle with symbolic name and version is not a fragment bundle.
assertServiceAvailable(Class) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is available in OSGi registry.
assertServiceAvailable(String, Class) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is available in OSGi registry.
assertServiceAvailable(Class, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is available in OSGi registry within given timeout.
assertServiceAvailable(String, Class, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is available in OSGi registry within given timeout.
assertServiceAvailable(Class, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is available in OSGi registry within given timeout.
assertServiceAvailable(String, Class, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is available in OSGi registry within given timeout.
assertServiceAvailable(String) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is available in OSGi registry.
assertServiceAvailable(String, String) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is available in OSGi registry.
assertServiceAvailable(String, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is available in OSGi registry within given timeout.
assertServiceAvailable(String, String, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is available in OSGi registry within given timeout.
assertServiceAvailable(String, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is available in OSGi registry within given timeout.
assertServiceAvailable(String, String, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is available in OSGi registry within given timeout.
assertServiceAvailable(Filter) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is available in OSGi registry.
assertServiceAvailable(String, Filter) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is available in OSGi registry.
assertServiceAvailable(Filter, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is available in OSGi registry within given timeout.
assertServiceAvailable(String, Filter, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is available in OSGi registry within given timeout.
assertServiceAvailable(Filter, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is available in OSGi registry within given timeout.
assertServiceAvailable(String, Filter, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is available in OSGi registry within given timeout.
assertServiceUnavailable(Class) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is unavailable in OSGi registry.
assertServiceUnavailable(String, Class) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is unavailable in OSGi registry.
assertServiceUnavailable(Class, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is unavailable in OSGi registry within given timeout.
assertServiceUnavailable(String, Class, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is unavailable in OSGi registry within given timeout.
assertServiceUnavailable(Class, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is unavailable in OSGi registry within given timeout.
assertServiceUnavailable(String, Class, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class is unavailable in OSGi registry within given timeout.
assertServiceUnavailable(String) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is unavailable in OSGi registry.
assertServiceUnavailable(String, String) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is unavailable in OSGi registry.
assertServiceUnavailable(String, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is unavailable in OSGi registry within given timeout.
assertServiceUnavailable(String, String, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is unavailable in OSGi registry within given timeout.
assertServiceUnavailable(String, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is unavailable in OSGi registry within given timeout.
assertServiceUnavailable(String, String, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with class name is unavailable in OSGi registry within given timeout.
assertServiceUnavailable(Filter) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is unavailable in OSGi registry.
assertServiceUnavailable(String, Filter) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is unavailable in OSGi registry.
assertServiceUnavailable(Filter, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is unavailable in OSGi registry within given timeout.
assertServiceUnavailable(String, Filter, long) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is unavailable in OSGi registry within given timeout.
assertServiceUnavailable(Filter, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is unavailable in OSGi registry within given timeout.
assertServiceUnavailable(String, Filter, long, TimeUnit) - Static method in class org.knowhowlab.osgi.testing.assertions.ServiceAssert
Asserts that service with filter is unavailable in OSGi registry within given timeout.

B

BundleAssert - Class in org.knowhowlab.osgi.testing.assertions
A set of OSGi Bundle specific assertion methods useful for writing tests.

F

FilterAssert - Class in org.knowhowlab.osgi.testing.assertions
A set of OSGi Filter specific assertion methods useful for writing tests.

G

getBundleContext() - Static method in class org.knowhowlab.osgi.testing.assertions.OSGiAssert
Asserts BundleContext before return.

I

init(BundleContext) - Static method in class org.knowhowlab.osgi.testing.assertions.OSGiAssert
Initialize all OSGi assertions with BundleContext value

O

org.knowhowlab.osgi.testing.assertions - package org.knowhowlab.osgi.testing.assertions
OSGi Testing Assertions Version 1.0.
OSGiAssert - Class in org.knowhowlab.osgi.testing.assertions
Abstract OSGi Asset class with BundleContext Handling
OSGiAssert() - Constructor for class org.knowhowlab.osgi.testing.assertions.OSGiAssert
 

S

ServiceAssert - Class in org.knowhowlab.osgi.testing.assertions
A set of OSGi services specific assertion methods useful for writing tests.

A B F G I O S

Copyright © 2012 Know-How Lab. All Rights Reserved.