BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
Main Page
Related Pages
Packages
Classes
Files
File List
src
test
java
unit
devices
tdk_lambda_power_supply
Reset.java
1
package
unit.devices.tdk_lambda_power_supply;
2
3
import
devices
.
PowerSupply
;
4
import
devices
.
TDKLambdaPowerSupply
;
5
import
org.junit.Test;
6
7
import
java.io.IOException;
8
12
public
final
class
Reset
extends
TDKLambdaPowerSupplyTestCase
{
13
@Test
14
public
void
testReset()
throws
IOException {
15
this.powerSupply.
reset
();
16
assertCorrectMessage(
PowerSupply
.
RESET_COMMAND
);
17
}
18
}
devices.PowerSupply
Definition:
PowerSupply.java:8
devices.PowerSupply.RESET_COMMAND
String RESET_COMMAND
Definition:
PowerSupply.java:54
unit.devices.tdk_lambda_power_supply.TDKLambdaPowerSupplyTestCase
Definition:
TDKLambdaPowerSupplyTestCase.java:16
devices.TDKLambdaPowerSupply
Definition:
TDKLambdaPowerSupply.java:15
devices.PowerSupply.reset
void reset()
devices
Definition:
AbstractRS232Device.java:1
unit.devices.tdk_lambda_power_supply.Reset
Definition:
Reset.java:12
Git Repo