-
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.
Merge pull request #247 from Genti2024/feat/241-service-unit-test
Feat/241 service unit test
- Loading branch information
Showing
19 changed files
with
560 additions
and
199 deletions.
There are no files selected for viewing
58 changes: 0 additions & 58 deletions
58
genti-api/src/main/java/com/gt/genti/responseexample/api/AdminExampleApi.java
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
genti-api/src/main/java/com/gt/genti/responseexample/controller/AdminExampleController.java
This file was deleted.
Oops, something went wrong.
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
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
26 changes: 13 additions & 13 deletions
26
genti-api/src/test/java/com/gt/genti/GentiApiApplicationTests.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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
// package com.gt.genti; | ||
// | ||
// import org.junit.jupiter.api.Test; | ||
// import org.springframework.boot.test.context.SpringBootTest; | ||
// | ||
// @SpringBootTest | ||
// class GentiApiApplicationTests { | ||
// | ||
// @Test | ||
// void contextLoads() { | ||
// } | ||
// | ||
// } | ||
package com.gt.genti; | ||
|
||
import org.junit.jupiter.api.Test; | ||
import org.springframework.boot.test.context.SpringBootTest; | ||
|
||
@SpringBootTest | ||
class GentiApiApplicationTests { | ||
|
||
@Test | ||
void contextLoads() { | ||
} | ||
|
||
} |
3 changes: 1 addition & 2 deletions
3
.../src/test/java/com/gt/genti/BaseTest.java → ...st/java/com/gt/genti/config/BaseTest.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
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
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
4 changes: 2 additions & 2 deletions
4
...src/test/java/com/gt/genti/TestUtils.java → ...t/java/com/gt/genti/config/TestUtils.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
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
Oops, something went wrong.