jdomainapp / jda

the root source code project of the JDA framework
MIT License
3 stars 1 forks source link

jda-test #63

Open ducmle opened 2 years ago

ducmle commented 2 years ago

Overview

This module is responsible for generating and executing the test cases for a software constructed using JDA.

Given a software specification written in the annotation-based DSLs of JDA (DCSL, MCCL), the module automatically generates a set of test cases for the software and the test driver programs that execute the test cases.

The software specification used by this module is the same as the one used by SwGen to generate the software.

Tasks