BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Classes | Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
unit.devices.pvci_pressure_gauge.PVCiPressureGaugeTestCase Class Referenceabstract
Inheritance diagram for unit.devices.pvci_pressure_gauge.PVCiPressureGaugeTestCase:
Inheritance graph
[legend]
Collaboration diagram for unit.devices.pvci_pressure_gauge.PVCiPressureGaugeTestCase:
Collaboration graph
[legend]

Public Member Functions

void createPressureGauge () throws Exception
 
- Public Member Functions inherited from unit.devices.DevicesTestCase
void setUpDevicesTestCase () throws IOException
 
- Public Member Functions inherited from unit.UnitTestCase
void assertGoodContext ()
 
void init () throws TimeoutException
 
void start (Stage stage) throws Exception
 
void stop () throws TimeoutException
 

Protected Attributes

final ModbusConnector mockModbusConnector
 
final ModbusTransaction mockTransaction = new MockTransaction()
 
final ModbusResponse mockResponse
 
PressureGauge pressureGauge
 
- Protected Attributes inherited from unit.devices.DevicesTestCase
DeviceCommunicator communicatorForDevice
 
- Protected Attributes inherited from unit.UnitTestCase
final Mockery context = new UnitTestingMockery()
 

Static Protected Attributes

static final Integer address = 11
 

Detailed Description

Base class for unit tests of devices.PVCiPressureGauge

Definition at line 18 of file PVCiPressureGaugeTestCase.java.

Member Data Documentation

final ModbusConnector unit.devices.pvci_pressure_gauge.PVCiPressureGaugeTestCase.mockModbusConnector
protected
Initial value:
= context.mock(
ModbusConnector.class
)

Definition at line 19 of file PVCiPressureGaugeTestCase.java.

final ModbusResponse unit.devices.pvci_pressure_gauge.PVCiPressureGaugeTestCase.mockResponse
protected
Initial value:
= new
ReadMultipleRegistersResponse()

Definition at line 25 of file PVCiPressureGaugeTestCase.java.


The documentation for this class was generated from the following file:
Git Repo