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

Public Member Functions

void navigateToSequenceTab ()
 
- 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 queryForVoltageTextField
 
static final String queryForVoltageSlider
 
- 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 testing ui.controllers.SequenceController

Definition at line 9 of file SequenceControllerTestCase.java.

Member Data Documentation

final String unit.ui.controllers.sequence_controller.SequenceControllerTestCase.queryForVoltageSlider
staticprotected
Initial value:
=
"#voltage-slider"

Definition at line 15 of file SequenceControllerTestCase.java.

final String unit.ui.controllers.sequence_controller.SequenceControllerTestCase.queryForVoltageTextField
staticprotected
Initial value:
=
"#voltage-text-field"

Definition at line 12 of file SequenceControllerTestCase.java.


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