Skip to content

Commit 8bb4502

Browse files
Merge pull request #710 from poseidontor/rename_example_prefix
ISSUE-708 # Rename the modules with prefix as -examples
2 parents 6cbf37d + 0acc80a commit 8bb4502

File tree

291 files changed

+55
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

291 files changed

+55
-103
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<groupId>org.jsmart</groupId>
11-
<artifactId>http-testing</artifactId>
11+
<artifactId>http-testing-examples</artifactId>
1212

1313
<packaging>jar</packaging>
1414
<name>Zerocode Http Testing With Simple YAML and JSON DSL</name>

http-testing/src/main/java/org/jsmart/zerocode/zerocodejavaexec/DbSqlExecutor.java renamed to http-testing-examples/src/main/java/org/jsmart/zerocode/zerocodejavaexec/DbSqlExecutor.java

File renamed without changes.

http-testing/src/main/java/org/jsmart/zerocode/zerocodejavaexec/OrderCreator.java renamed to http-testing-examples/src/main/java/org/jsmart/zerocode/zerocodejavaexec/OrderCreator.java

File renamed without changes.

http-testing/src/main/java/org/jsmart/zerocode/zerocodejavaexec/RetryTestUtility.java renamed to http-testing-examples/src/main/java/org/jsmart/zerocode/zerocodejavaexec/RetryTestUtility.java

File renamed without changes.

http-testing/src/main/java/org/jsmart/zerocode/zerocodejavaexec/SampleMethods.java renamed to http-testing-examples/src/main/java/org/jsmart/zerocode/zerocodejavaexec/SampleMethods.java

File renamed without changes.

http-testing/src/main/java/org/jsmart/zerocode/zerocodejavaexec/httpclient/CustomHttpClient.java renamed to http-testing-examples/src/main/java/org/jsmart/zerocode/zerocodejavaexec/httpclient/CustomHttpClient.java

File renamed without changes.

http-testing/src/main/java/org/jsmart/zerocode/zerocodejavaexec/httpclient/JustHelloWorldSuite.java renamed to http-testing-examples/src/main/java/org/jsmart/zerocode/zerocodejavaexec/httpclient/JustHelloWorldSuite.java

File renamed without changes.

http-testing/src/main/java/org/jsmart/zerocode/zerocodejavaexec/pojo/DbResult.java renamed to http-testing-examples/src/main/java/org/jsmart/zerocode/zerocodejavaexec/pojo/DbResult.java

File renamed without changes.

http-testing/src/main/java/org/jsmart/zerocode/zerocodejavaexec/pojo/Order.java renamed to http-testing-examples/src/main/java/org/jsmart/zerocode/zerocodejavaexec/pojo/Order.java

File renamed without changes.

0 commit comments

Comments
 (0)