Skip to content

Commit 9fada38

Browse files
committed
Merge branch 'master' of https://github.com/EMResearch/EMB into develop
2 parents d057f8b + 56fe809 commit 9fada38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

joss/paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bibliography: paper.bib
4949
In this repository,
5050
we collected several different systems, in different programming languages, like
5151
Java, Kotlin, JavaScript and C#.
52-
In this documentation, we will refer to these projects as System Under Test (SUT).
52+
In this documentation, we will refer to these projects as Systems Under Test (SUTs).
5353
Currently, the SUTs are either _REST_ or _GraphQL_ APIs.
5454

5555
For each SUT, we implemented _driver_ classes, which can programmatically _start_, _stop_ and _reset_ the state of SUT (e.g., data in SQL databases).
@@ -76,7 +76,7 @@ Note that some of these open-source projects might be no longer supported, where
7676
Once a system is added to EMB, we do not modify nor keep it updated with its current version under development.
7777
The reason is that we want to keep an easy to use, constant set of case studies for experimentation that can be reliably used throughout the years.
7878

79-
The SUTs called _NCS_ (Numerical Case Study) and _SCS_ (String Case Study) are artificial, developed by us.
79+
The SUTs called _NCS_ (Numerical Case Study) and _SCS_ (String Case Study) are artificial, written by the authors.
8080
They are based on numerical and string-based functions previously used in the literature of unit test generation.
8181
We just re-implemented in different languages, and put them behind a web service.
8282

0 commit comments

Comments
 (0)