public interface TestSpecification
Container
runtime.Modifier and Type | Method and Description |
---|---|
byte |
getByte() |
Byte |
getByteObject() |
char |
getChar() |
Character |
getCharacterObject() |
MultitonSpecification |
getDependency() |
double |
getDouble() |
Double |
getDoubleObject() |
float |
getFloat() |
Float |
getFloatObject() |
int |
getInt() |
Integer |
getIntegerObject() |
long |
getLong() |
Long |
getLongObject() |
short |
getShort() |
Short |
getShortObject() |
String |
getStringObject() |
boolean |
isBoolean() |
Boolean |
isBooleanObject() |
boolean |
isInitialized()
Flag indicating if the
ContainerInitializer contract is
implemented correctly by a Container implementation. |
byte getByte()
Byte getByteObject()
char getChar()
Character getCharacterObject()
MultitonSpecification getDependency()
double getDouble()
Double getDoubleObject()
float getFloat()
Float getFloatObject()
int getInt()
Integer getIntegerObject()
long getLong()
Long getLongObject()
short getShort()
Short getShortObject()
String getStringObject()
boolean isBoolean()
Boolean isBooleanObject()
boolean isInitialized()
ContainerInitializer
contract is
implemented correctly by a Container
implementation.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.