-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: #185 backend service test setup
- Loading branch information
1 parent
9c474e5
commit f05c908
Showing
9 changed files
with
18 additions
and
387 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import spock.lang.Specification | ||
|
||
class TSpec extends Specification { | ||
def "shouldTrue"() { | ||
given: | ||
def email = "" | ||
when: | ||
email = "" | ||
then: | ||
verifyAll { | ||
email == "" | ||
} | ||
} | ||
} |
13 changes: 0 additions & 13 deletions
13
kodemy-backend/src/test/java/pl/sknikod/kodemybackend/MvcSuperclassTest.java
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
kodemy-backend/src/test/java/pl/sknikod/kodemybackend/SuperclassTest.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
...a/pl/sknikod/kodemybackend/infrastructure/event/producer/MaterialCreatedProducerTest.java
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
.../java/pl/sknikod/kodemybackend/infrastructure/module/category/CategoryControllerTest.java
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
...est/java/pl/sknikod/kodemybackend/infrastructure/module/category/CategoryServiceTest.java
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
...ackend/src/test/java/pl/sknikod/kodemybackend/infrastructure/store/CategoryStoreTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.