BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
GetDeviceAddress.java
1 package unit.devices.tdk_lambda_power_supply;
2 
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 }
Git Repo