Interface ApplicationOptions
- All Superinterfaces:
Supplier<org.ops4j.pax.exam.Option>
- All Known Implementing Classes:
DdfBaseOptions,DdfComponentOptions
Interface implemented by Pax Exam test classes to provide application specific
Options.-
Method Summary
Modifier and TypeMethodDescriptionorg.ops4j.pax.exam.Optionget()Gets the Pax Exam configurationOptions for this application.
-
Method Details
-
get
org.ops4j.pax.exam.Option get()Gets the Pax Exam configurationOptions for this application. Implementers should use Pax Exam'sCoreOptions.composite(Option...)to combine multiple options into one if needed.
-