|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTestCase
jhomenet.hw.driver.test.X10Test
public class X10Test
| Constructor Summary | |
|---|---|
X10Test()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
functionAllLightsOff(FunctionEvent e)
|
void |
functionAllLightsOn(FunctionEvent e)
|
void |
functionAllUnitsOff(FunctionEvent e)
|
void |
functionBright(FunctionEvent e)
|
void |
functionDim(FunctionEvent e)
|
void |
functionHailAcknowledge(FunctionEvent e)
|
void |
functionHailRequest(FunctionEvent e)
|
void |
functionOff(FunctionEvent e)
|
void |
functionOn(FunctionEvent e)
|
void |
functionPresetDim1(FunctionEvent e)
|
void |
functionPresetDim2(FunctionEvent e)
|
void |
functionStatusOff(FunctionEvent e)
|
void |
functionStatusOn(FunctionEvent e)
|
void |
functionStatusRequest(FunctionEvent e)
|
protected void |
setUp()
Setup the test. |
protected void |
tearDown()
Tear down the test. |
void |
testHail()
|
void |
testOff()
|
void |
testOn()
|
void |
transmit(java.lang.String command,
char p_houseCode,
int p_deviceCode)
Transmit a command |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public X10Test()
arg0 - | Method Detail |
|---|
protected void setUp()
throws java.lang.Exception
java.lang.Exceptionjunit.framework.TestCase#setUp()
protected void tearDown()
throws java.lang.Exception
java.lang.Exceptionjunit.framework.TestCase#tearDown()public void testHail()
public void testOn()
public void testOff()
public void transmit(java.lang.String command,
char p_houseCode,
int p_deviceCode)
arg - Argument index of command in the command line argumentsarg - Arguments from command linepublic void functionAllLightsOff(FunctionEvent e)
public void functionAllLightsOn(FunctionEvent e)
public void functionAllUnitsOff(FunctionEvent e)
public void functionBright(FunctionEvent e)
public void functionDim(FunctionEvent e)
public void functionHailAcknowledge(FunctionEvent e)
public void functionHailRequest(FunctionEvent e)
public void functionOff(FunctionEvent e)
public void functionOn(FunctionEvent e)
public void functionPresetDim1(FunctionEvent e)
public void functionPresetDim2(FunctionEvent e)
public void functionStatusOff(FunctionEvent e)
public void functionStatusOn(FunctionEvent e)
public void functionStatusRequest(FunctionEvent e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||