|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsystem.framework.sut.SutFactory
A factory that manage the SUTs
Method Summary | |
static SutFactory |
getInstance()
Get an instance of the factory (not the SUT). |
Vector |
getOptionalSuts()
|
Sut |
getSutInstance()
Get an instance of the used SUT. |
void |
init()
Init the SUT. |
void |
setSutByIndex(int index)
|
void |
setSutInstance(Sut sut)
Set the SUT to be used. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static SutFactory getInstance()
public Sut getSutInstance()
public void init()
public void setSutInstance(Sut sut)
sut
- The SUT to use.public Vector getOptionalSuts()
public void setSutByIndex(int index) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |