public class OSGiTestConfigurationUtils extends Object
| Constructor and Description |
|---|
OSGiTestConfigurationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<org.ops4j.pax.exam.Option> |
getConfiguration()
Returns an array of PAX Exam configuration options which are required to boot up a PAX Exam OSGi environment
with Carbon Kernel.
|
static List<org.ops4j.pax.exam.Option> |
getConfiguration(List<org.ops4j.pax.exam.Option> customOptions,
CarbonSysPropConfiguration sysPropConfiguration)
Returns an array of PAX Exam configuration options which are required to boot up a PAX Exam OSGi environment
with Carbon Kernel.
|
public static List<org.ops4j.pax.exam.Option> getConfiguration()
Option array.public static List<org.ops4j.pax.exam.Option> getConfiguration(List<org.ops4j.pax.exam.Option> customOptions, CarbonSysPropConfiguration sysPropConfiguration)
customOptions - Option list defined by the user. These options will be merged to
default set of options.sysPropConfiguration - Contains system properties required to boot up Carbon Kernel.Option array.Copyright © 2017 WSO2. All rights reserved.