-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1405d99
commit bb63bef
Showing
14 changed files
with
378 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
...g-test/src/test/java/test4giis/tdrules/tdg/st/test/petstore/TestPetstore0DatagenLive.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
package test4giis.tdrules.tdg.st.test.petstore; | ||
|
||
/** | ||
* Proof of concept of Test Data generation for APIs (TDG) | ||
* using simplified entities from the Swagger Petstore. | ||
* | ||
* Tests in this class simulate the data generation by specifying | ||
* the commands sent to the Data Loader and load the data | ||
* in a running (live) SUT backend. | ||
*/ | ||
public class TestPetstore0DatagenLive extends TestPetstore0DatagenLocal { | ||
|
||
@Override | ||
protected boolean isLiveBackend() { | ||
return true; | ||
} | ||
|
||
// all test methods are inherited | ||
|
||
} |
Oops, something went wrong.