Skip to content

NTD-AUT: A Non-Test Driver Concolic-Based Unit Testing Method for Java Projects

Notifications You must be signed in to change notification settings

ndtd128/NTD-AUT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTD-AUT: A Non-Test Driver Concolic-Based Unit Testing Method for Java Projects

For Dev

Requirements

How to Run?

  1. Clone and Open the project in IntelliJ IDEA
  2. Add JavaFX SDK to the project (File -> Project Structure -> Libraries -> Add -> Java -> Select the lib folder of JavaFX SDK)
  3. Edit Configuration
    • New Configuration -> Application
    • Main class: gui.Main
    • Modify options -> Add VM options: --module-path <path-to-lib-folder-of-javafx-sdk> --add-modules javafx.controls,javafx.fxml (TODO: Change the path to your JavaFX SDK lib folder)
  4. Run the project

How to using Scene Builder to edit GUI?

  1. For the first time, you need to add the path to Scene Builder: File -> Settings -> Languages & Frameworks -> JavaFX -> Scene Builder executable path (TODO: Change the path to your SceneBuilder.exe file)
  2. Choosing the .fxml file that you want to edit in the project
  3. Open context menu and select Open in Scene Builder

About

NTD-AUT: A Non-Test Driver Concolic-Based Unit Testing Method for Java Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages