![]() |
BakeoutController
0.1
A Controller for the Omicron vacuum chamber
|


Public Member Functions | |
| void | newDeviceForm () |
| void | closeDialog () |
Public Member Functions inherited from unit.ui.controllers.devices_controller.DevicesControllerTestCase | |
| void | navigateToDevicesTab () |
| void | setNewDeviceButton () |
Public Member Functions inherited from unit.ui.UserInterfaceTestCase | |
| void | start (Stage stage) 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 |
Additional Inherited Members | |
Protected Attributes inherited from unit.ui.controllers.devices_controller.DevicesControllerTestCase | |
| Button | newDeviceButton |
Protected Attributes inherited from unit.UnitTestCase | |
| final Mockery | context = new UnitTestingMockery() |
Static Protected Attributes inherited from unit.ui.controllers.devices_controller.DevicesControllerTestCase | |
| static final String | queryForNewDeviceButton = "#newDeviceButton" |
| static final String | queryForNewDeviceForm = "#newDeviceForm" |
Static Protected Attributes inherited from unit.ui.UserInterfaceTestCase | |
| static final ApplicationContext | applicationContext |
| static volatile UserInterfaceLauncher | application |
contains unit tests for DevicesController#displayNewDeviceForm()
Definition at line 14 of file DisplayNewDeviceForm.java.
| void unit.ui.controllers.devices_controller.DisplayNewDeviceForm.newDeviceForm | ( | ) |
Test that clicking the button for a new device will bring up the form
Definition at line 22 of file DisplayNewDeviceForm.java.
| Git Repo |