Skip to content

Prototype CLI tool to perform MBMT between Networks of Timed Automata

Notifications You must be signed in to change notification settings

DavidC0rtes/ntamorphosis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTAMorphosis

Prototype CLI tool to perform Model-Based Mutation Testing between Networks of Timed Automata (NTA) in UPPAAL

Prerequisites

Usage

Usage: NTAMorphosis [-hV] [-dup] [-eq] [--[no-]gui] [-csv=<csvPath>]
                    [-csvb=<csvBisim>] [-dir=<outPath>] [--how=<strategy>]
                    [--model=<model>] [-op=<operators>]...
      -csv, --csv-path=<csvPath>
                           Name and path to csv with TraceMatcher's result.
      -csvb, --csv-bisim=<csvBisim>
                           Name and path to csv for bisimulation result.
      -dir, --mutants-dir=<outPath>
                           Path to directory where the mutants are.
      -dup, --duplicates   Compute bisimulation between each mutant.
      -eq, --equivalent    Compute bisimulation w/ respect to the original
                             model.
      --[no-]gui           Use the gui. True by default.
  -h, --help               Show this help message and exit.
      --how=<strategy>     How to generate traces, one of: random, biased
      --model=<model>      Path to model's file.
      -op, --operators=<operators>

  -V, --version            Print version information and exit.

About

Prototype CLI tool to perform MBMT between Networks of Timed Automata

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages