Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

morf1us/tcg-java

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCGenerator

TCGenerator is a tool to compute test cases covering different coverage properties. It takes output from Modelinho (https://modelinho.ist.tugraz.at/v1/) in form of constraints stored in a .smt2 file as input and prints the computed test cases. If desired, it also writes them to a .csv file. Currently the tool provides implementations for branch coverage and path coverage.

Usage

The tool expects 3 command line parameters:

  1. PATH: path of .smt2 input file
  2. COVERAGE PROPERTY: desired coverage property, e.g. -bc for branch coverage, -pc for path coverage
  3. EXPORT (optional): the -export flag specifies whether the test cases should also be exported to a .csv file in addition to printing them as per default. This flag is optional.

Requirements

The tool was implemented in Java with OpenJDK 17 and requires Z3 (https://github.com/Z3Prover/z3) as the only external library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.