BakeoutController  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
unit.ui.controllers.devices_controller.DisplayNewDeviceForm Class Reference
Inheritance diagram for unit.ui.controllers.devices_controller.DisplayNewDeviceForm:
Inheritance graph
[legend]
Collaboration diagram for unit.ui.controllers.devices_controller.DisplayNewDeviceForm:
Collaboration graph
[legend]

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
 

Detailed Description

contains unit tests for DevicesController#displayNewDeviceForm()

Definition at line 14 of file DisplayNewDeviceForm.java.

Member Function Documentation

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.

22  {
23  clickOn(newDeviceButton);
24  assertNotNull(lookupNewDeviceForm());
25  }

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