|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface contract for a unit test service bean
| Method Summary | |
java.util.List |
getItemList()
Gets the anonymous item List collection for testing |
java.util.Map |
getItemMap()
Gets the anonymous item Map collection for testing |
java.util.Properties |
getItemProperties()
Gets the anonymous item Properties collection for testing |
java.util.Set |
getItemSet()
Gets the anonymous item Set collection for testing |
int |
getReallyHardStatus()
Get the last called status value |
int |
getRelativeEasyStatus()
Get the last called status value |
int |
getWiretestStatus()
Get the last called status value |
int |
reallyHard(java.lang.String text,
int aInt,
double aDouble)
A method that is invoked by the assembly inversion-of-control framework for purpose of a unit test. |
int |
relativelyEasy(java.lang.String text1,
java.lang.String text2)
A method that is invoked by the assembly inversion-of-control framework for purpose of a unit test. |
java.math.BigDecimal |
square(java.math.BigDecimal aDecimal)
Calculate the square of a number |
int |
wiretest(CrashTestDummy testDummy)
Wire method test for the IoC framework |
| Method Detail |
public int relativelyEasy(java.lang.String text1,
java.lang.String text2)
text1 - first stringtext2 - second string
public int getRelativeEasyStatus()
public int reallyHard(java.lang.String text,
int aInt,
double aDouble)
text - aInt - aDouble -
public int getReallyHardStatus()
public java.math.BigDecimal square(java.math.BigDecimal aDecimal)
aDecimal - the square
public int wiretest(CrashTestDummy testDummy)
testDummy - test dummy object to wire in to this method
public int getWiretestStatus()
public java.util.List getItemList()
public java.util.Map getItemMap()
public java.util.Set getItemSet()
public java.util.Properties getItemProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||