public interface TestDriverSupplier extends com.google.common.base.Supplier<TestDriver>
Supplier interface to make it possible to specify
settings on a supplier and query programmatically whether it supplies a driver of the given
type.TestDriverBuilder| Modifier and Type | Method and Description |
|---|---|
OperaSettings |
getSettings()
Gets the settings used for this supplier.
|
void |
setSettings(OperaSettings settings)
Changes the settings for this supplier.
|
boolean |
supplies(Class<? extends TestDriver> klass)
Does this supplier supply a driver of the given class?
|
OperaSettings getSettings()
void setSettings(OperaSettings settings)
settings - new settingsboolean supplies(Class<? extends TestDriver> klass)
klass - class to to check if this supplier suppliesklass, false otherwiseCopyright © 2013. All Rights Reserved.