1 package unit.devices.tdk_lambda_power_supply;
5 import org.junit.Before;
8 import java.io.IOException;
10 import static org.junit.Assert.fail;
17 private final Double newVoltage = 5.0;
20 public void setUpCommunicator(){
25 public void testSetVoltage(){
32 catch (IOException error) {
33 fail(error.getMessage());
37 private void happyPath()
throws IOException {
42 public void testSetVoltageError()
throws IOException {
void setVoltage(double newVoltage)
String SET_VOLTAGE_COMMAND
void setInputStreamData(String dataForDeviceToRead)