Skip to content

Commit

Permalink
Review comments in TestPetstore0 - Live
Browse files Browse the repository at this point in the history
  • Loading branch information
cabaluniovi committed Dec 12, 2024
1 parent 71c7318 commit 358f7be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package test4giis.tdrules.tdg.st.test.petstore;

/**
* Proof of concept of Test Data generation for APIs (TDG)
* 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.
* into a running (live) SUT backend.
*/
public class TestPetstore0DatagenLive extends TestPetstore0DatagenLocal {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package test4giis.tdrules.tdg.st.test.petstore;

/**
* Proof of concept of Test Data generation for APIs (TDG)
* Proof of concept of Test Data Generation for APIs (TDG)
* using simplified entities from the Swagger Petstore.
*
* Tests in this class Automatically generates the test data
* Tests in this class automatically generate the test data
* and load the data in a running (live) SUT backend.
*
* This is the true system test that integrates all main components:
Expand Down

0 comments on commit 358f7be

Please sign in to comment.