1 package unit.devices.tdk_lambda_power_supply;
4 import org.junit.Before;
7 import java.io.IOException;
9 import static org.junit.Assert.assertEquals;
15 private final Double measuredVoltage = 3.0;
18 public void setUpCommunicator(){
23 public void getMeasuredVoltage()
throws IOException {
25 assertEquals(measuredVoltage, voltage);
void setInputStreamData(String dataForDeviceToRead)
Double getMeasuredVoltage()