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
GetDeviceAddress.java
1
package
unit.devices.tdk_lambda_power_supply;
2
3
import
devices
.
TDKLambdaPowerSupply
;
4
import
org.junit.Test;
5
6
import
static
org.junit.Assert.assertEquals;
7
11
public
final
class
GetDeviceAddress
extends
TDKLambdaPowerSupplyTestCase
{
12
@Test
13
public
void
getDeviceAddress(){
14
assertEquals(
15
this.deviceAddress, this.powerSupply.
getDeviceAddress
()
16
);
17
}
18
}
unit.devices.tdk_lambda_power_supply.TDKLambdaPowerSupplyTestCase
Definition:
TDKLambdaPowerSupplyTestCase.java:16
devices.TDKLambdaPowerSupply
Definition:
TDKLambdaPowerSupply.java:15
devices
Definition:
AbstractRS232Device.java:1
devices.PowerSupply.getDeviceAddress
int getDeviceAddress()
unit.devices.tdk_lambda_power_supply.GetDeviceAddress
Definition:
GetDeviceAddress.java:11
Git Repo