Package net.bjmsw.hda.vs.testing.ui
Class MqttTests
java.lang.Object
net.bjmsw.hda.vs.testing.ui.MqttTests
The MqttTests class represents a class that handles MQTT tests. It provides functionalities to create the GUI for MQTT tests,
get the database connection, and get the controller for the tests.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Connectionprivate MqttTestControllerprivate Stringprivate static MqttTestsprivate javafx.stage.Stage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate()Creates the GUI for MQTT tests.static MqttTestsvoidsetDbConnectionString(String dbConnectionString)
-
Field Details
-
instance
-
stage
private javafx.stage.Stage stage -
controller
-
connection
-
dbConnectionString
-
-
Constructor Details
-
MqttTests
public MqttTests()
-
-
Method Details
-
create
public void create()Creates the GUI for MQTT tests. -
getInstance
-
setDbConnectionString
-
getConnection
-
getController
-