Skip to content

Commit

Permalink
commit beforge merge
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/EMResearch/EvoMaster into sql
  • Loading branch information
jgaleotti committed Sep 18, 2018
2 parents 931c8cf + 316c737 commit 2206eeb
Showing 1 changed file with 14 additions and 0 deletions.
Expand Up @@ -28,6 +28,20 @@

public class DbDirectIntWithSqlEMTest extends DbDirectIntWithSqlTestBase{

/*
In the SUT, there are 2 endpoints:
1) a POST that generates some data into the DB
2) a GET that search for such data, specified by parameters
To cover all statements, we first need to create data with a POST,
and then search for it with a GET.
However, in contrast to DbDirectInt, here we disable the call to POST.
This is done in the EM Driver.
This makes the SUT "read-only".
Therefore, the only way to have the right data in the DB for the GET to
find it, is to write such data directly with SQL commands.
*/

@Disabled
@Test
Expand Down

0 comments on commit 2206eeb

Please sign in to comment.