|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.test.CrashTestServiceBeanImpl
Default implementation of the test service bean for unit tests
| Constructor Summary | |
CrashTestServiceBeanImpl()
Default constructor |
|
| Method Summary | |
java.lang.String |
getDescription()
Gets the description |
java.util.List |
getItemList()
Gets the itemList |
java.util.Map |
getItemMap()
Gets the itemMap |
java.util.Properties |
getItemProperties()
Gets the itemProperties |
java.util.Set |
getItemSet()
Gets the itemSet |
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 aText,
int aInt,
double aDouble)
Implements / overrides fundamental |
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. |
void |
setDescription(java.lang.String description)
Sets the description |
void |
setItemList(java.util.List dataList)
Sets the itemList |
void |
setItemMap(java.util.Map dataMap)
Sets the itemMap |
void |
setItemProperties(java.util.Properties itemProperties)
Sets the itemProperties |
void |
setItemSet(java.util.Set itemSet)
Sets the itemSet |
java.math.BigDecimal |
square(java.math.BigDecimal aDecimal)
Calculate the square of a number |
java.lang.String |
toString()
Gets debuggable string |
int |
wiretest(CrashTestDummy testDummy)
Wire method test for the IoC framework |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CrashTestServiceBeanImpl()
| Method Detail |
public int relativelyEasy(java.lang.String text1,
java.lang.String text2)
ICrashTestServiceBean
relativelyEasy in interface ICrashTestServiceBeantext1 - text2 -
ICrashTestServiceBean.relativelyEasy(java.lang.String, java.lang.String)
public int reallyHard(java.lang.String aText,
int aInt,
double aDouble)
reallyHard in interface ICrashTestServiceBeanaText - aInt - aDouble -
com.xenonsoft.bridgetown.test.ICrashTestServiceBean#fundamental(java.lang.String, int, double, java.math.BigDecimal)public java.math.BigDecimal square(java.math.BigDecimal aDecimal)
ICrashTestServiceBean
square in interface ICrashTestServiceBeanaDecimal -
ICrashTestServiceBean.square(java.math.BigDecimal)public int wiretest(CrashTestDummy testDummy)
ICrashTestServiceBean
wiretest in interface ICrashTestServiceBeantestDummy -
ICrashTestServiceBean.wiretest(com.xenonsoft.bridgetown.test.CrashTestDummy)public java.util.List getItemList()
getItemList in interface ICrashTestServiceBeanpublic void setItemList(java.util.List dataList)
public java.util.Map getItemMap()
getItemMap in interface ICrashTestServiceBeanpublic void setItemMap(java.util.Map dataMap)
public java.util.Properties getItemProperties()
getItemProperties in interface ICrashTestServiceBeanpublic void setItemProperties(java.util.Properties itemProperties)
itemProperties - The itemProperties to set.public java.util.Set getItemSet()
getItemSet in interface ICrashTestServiceBeanpublic void setItemSet(java.util.Set itemSet)
itemSet - The itemSet to set.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to set.public int getReallyHardStatus()
ICrashTestServiceBean
getReallyHardStatus in interface ICrashTestServiceBeanICrashTestServiceBean.getReallyHardStatus()public int getRelativeEasyStatus()
ICrashTestServiceBean
getRelativeEasyStatus in interface ICrashTestServiceBeanICrashTestServiceBean.getRelativeEasyStatus()public int getWiretestStatus()
ICrashTestServiceBean
getWiretestStatus in interface ICrashTestServiceBeanICrashTestServiceBean.getWiretestStatus()public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||