Class MainUIController

java.lang.Object
net.bjmsw.hda.vs.testing.ui.controller.MainUIController

public class MainUIController extends Object
The MainUIController class is responsible for controlling the main user interface of the application. It contains references to the buttons used for launching different types of tests.

This class initializes the buttons and assigns event handlers to them, which create instances of the corresponding test classes and call their create() methods when clicked.

Note: This class uses JavaFX and assumes that the corresponding FXML file has been properly configured with the FXML controllers.