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

Public Member Functions

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

Static Protected Attributes

static final String queryForRefreshButton = "#refresh-button"
 
static final String queryForNoPowerSupply
 
static final String queryForPowerSupply
 
static final String queryForDeviceListTab
 
static final String queryForPressureGaugeMessage
 
- Static Protected Attributes inherited from unit.ui.UserInterfaceTestCase
static final ApplicationContext applicationContext
 
static volatile JavaFXGraphicalUserInterfaceLauncher application
 

Additional Inherited Members

- Protected Attributes inherited from unit.UnitTestCase
final Mockery context = new UnitTestingMockery()
 

Detailed Description

Base class for unit tests of ui.controllers.DeviceListController

Definition at line 9 of file DeviceListControllerTestCase.java.

Member Data Documentation

final String unit.ui.controllers.device_list_controller.DeviceListControllerTestCase.queryForDeviceListTab
staticprotected
Initial value:
=
"#device-list"

Definition at line 16 of file DeviceListControllerTestCase.java.

final String unit.ui.controllers.device_list_controller.DeviceListControllerTestCase.queryForNoPowerSupply
staticprotected
Initial value:
=
"#no-power-supply-message"

Definition at line 12 of file DeviceListControllerTestCase.java.

final String unit.ui.controllers.device_list_controller.DeviceListControllerTestCase.queryForPowerSupply
staticprotected
Initial value:
=
"#power-supply-message"

Definition at line 14 of file DeviceListControllerTestCase.java.

final String unit.ui.controllers.device_list_controller.DeviceListControllerTestCase.queryForPressureGaugeMessage
staticprotected
Initial value:
=
"#pressure-gauge-message"

Definition at line 19 of file DeviceListControllerTestCase.java.


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