Package nz.ac.waikato.modeljunit.gui

A GUI for ModelJUnit

See:
          Description

Interface Summary
IAlgorithmParameter  
IView IView.java
 

Class Summary
AlgorithmPanel  
ClassFileLoader  
DialogAbout  
DialogCoverageLineColor  
ErrorMessage  
FileChooserFilter  
Indentation  
LineColor  
ModelJUnitGUI The main ModelJUnit GUI class.
ModelJUnitMenuBar The application window Menu Bar.
OptionPanelAdapter  
OptionPanelCreator  
OptionPanelDefault  
OptionPanelGreedy  
OptionPanelLookahead  
OptionPanelRandomWalk  
PanelAbstract The superclass of all top-level tabs of the GUI.
PanelAnimator This gets the current Model object and builds a GUI based upon the actions it contains.
PanelCodeViewer  
PanelCoverage  
PanelExecuteActions  
PanelResultViewer  
PanelTestDesign  
Parameter  
Project A container class for projects.
ProjectDialog A dialogue to create or edit a ModelJUnit project, including selection of a class file for the SUT.
ResultDetails  
TestExeModel  
Toolbar The toolbar class for ModelJUnit.
 

Package nz.ac.waikato.modeljunit.gui Description

A GUI for ModelJUnit

This package contains a simple graphical user interface for ModelJUnit. After you have written your model, it allows you to generate and execute tests by pointing and clicking. You can also use this GUI to generate the code that does this, and then you can copy that code into a JUnit test method so that your model-based testing will be done every time your unit tests are run.


marku@cs.waikato.ac.nz
Last modified: Fri Aug 31 14:55:46 NZST 2007



Copyright © 2009 ModelJUnit Project. All Rights Reserved.