public class TestImplementation extends Object implements MultitonSpecification, ContainerInitializer
Container
runtime.Constructor and Description |
---|
TestImplementation()
Standard implementation constructor
org.jdtaus.core.container.ri.client.test.TestImplementation . |
Modifier and Type | Method and Description |
---|---|
byte |
getByte()
Gets the value of property
byte . |
Byte |
getByteObject()
Gets the value of property
byteObject . |
char |
getChar()
Gets the value of property
char . |
Character |
getCharacterObject()
Gets the value of property
characterObject . |
protected CycleTestSpecification |
getCycleTestSpecification()
Gets the configured
CycleTestSpecification implementation. |
MultitonSpecification |
getDependency() |
double |
getDouble()
Gets the value of property
double . |
Double |
getDoubleObject()
Gets the value of property
doubleObject . |
float |
getFloat()
Gets the value of property
float . |
Float |
getFloatObject()
Gets the value of property
floatObject . |
int |
getInt()
Gets the value of property
int . |
Integer |
getIntegerObject()
Gets the value of property
integerObject . |
long |
getLong()
Gets the value of property
long . |
Long |
getLongObject()
Gets the value of property
longObject . |
protected MultitonSpecification |
getMultitonSpecification()
Gets the configured
MultitonSpecification implementation. |
short |
getShort()
Gets the value of property
short . |
Short |
getShortObject()
Gets the value of property
shortObject . |
String |
getStringObject()
Gets the value of property
stringObject . |
void |
initialize() |
boolean |
isBoolean()
Gets the value of property
boolean . |
Boolean |
isBooleanObject()
Gets the value of property
booleanObject . |
boolean |
isInitialized()
Flag indicating if the
ContainerInitializer contract is
implemented correctly by a Container implementation. |
public TestImplementation()
org.jdtaus.core.container.ri.client.test.TestImplementation
.public byte getByte()
byte
.getByte
in interface TestSpecification
public Byte getByteObject()
byteObject
.getByteObject
in interface TestSpecification
public char getChar()
char
.getChar
in interface TestSpecification
public Character getCharacterObject()
characterObject
.getCharacterObject
in interface TestSpecification
protected CycleTestSpecification getCycleTestSpecification()
CycleTestSpecification
implementation.CycleTestSpecification
implementation.public MultitonSpecification getDependency()
getDependency
in interface MultitonSpecification
getDependency
in interface TestSpecification
public double getDouble()
double
.getDouble
in interface TestSpecification
public Double getDoubleObject()
doubleObject
.getDoubleObject
in interface TestSpecification
public float getFloat()
float
.getFloat
in interface TestSpecification
public Float getFloatObject()
floatObject
.getFloatObject
in interface TestSpecification
public int getInt()
int
.getInt
in interface TestSpecification
public Integer getIntegerObject()
integerObject
.getIntegerObject
in interface TestSpecification
public long getLong()
long
.getLong
in interface TestSpecification
public Long getLongObject()
longObject
.getLongObject
in interface TestSpecification
protected MultitonSpecification getMultitonSpecification()
MultitonSpecification
implementation.MultitonSpecification
implementation.public short getShort()
short
.getShort
in interface TestSpecification
public Short getShortObject()
shortObject
.getShortObject
in interface TestSpecification
public String getStringObject()
stringObject
.getStringObject
in interface TestSpecification
public void initialize()
initialize
in interface ContainerInitializer
public boolean isBoolean()
boolean
.isBoolean
in interface TestSpecification
public Boolean isBooleanObject()
booleanObject
.isBooleanObject
in interface TestSpecification
public boolean isInitialized()
TestSpecification
ContainerInitializer
contract is
implemented correctly by a Container
implementation.isInitialized
in interface TestSpecification
true
if the ContainerInitializer
contract is
implemented correctly by a Container
implementation;
false
if no initialization is implemented by the
Container
.Copyright © 2005-2012 jDTAUS. All Rights Reserved.