BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
unit.kernel.models.variables.pressure_provider.PressureProviderTestCase Class Referenceabstract
Inheritance diagram for unit.kernel.models.variables.pressure_provider.PressureProviderTestCase:
Inheritance graph
[legend]
Collaboration diagram for unit.kernel.models.variables.pressure_provider.PressureProviderTestCase:
Collaboration graph
[legend]

Classes

class  ExpectationsForPressureProvider
 

Public Member Functions

void setUp () throws Exception
 
- Public Member Functions inherited from unit.UnitTestCase
void assertGoodContext ()
 
void init () throws TimeoutException
 
void start (Stage stage) throws Exception
 
void stop () throws TimeoutException
 

Protected Member Functions

abstract ExpectationsForPressureProvider getExpectations () throws Exception
 

Protected Attributes

final PressureGauge pressureGauge
 
final Kernel mockKernel
 
final TaskRunner mockTaskRunner
 
VariableProvider< Pressureprovider
 
- Protected Attributes inherited from unit.UnitTestCase
final Mockery context = new UnitTestingMockery()
 

Detailed Description

Base class for unit tests of kernel.models.variables.PressureProvider

Definition at line 17 of file PressureProviderTestCase.java.

Member Data Documentation

final Kernel unit.kernel.models.variables.pressure_provider.PressureProviderTestCase.mockKernel
protected
Initial value:
= context.mock(
Kernel.class
)

Definition at line 22 of file PressureProviderTestCase.java.

final TaskRunner unit.kernel.models.variables.pressure_provider.PressureProviderTestCase.mockTaskRunner
protected
Initial value:
= context.mock(
TaskRunner.class
)

Definition at line 26 of file PressureProviderTestCase.java.

final PressureGauge unit.kernel.models.variables.pressure_provider.PressureProviderTestCase.pressureGauge
protected
Initial value:
= context.mock(
PressureGauge.class
)

Definition at line 18 of file PressureProviderTestCase.java.


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