-
- Downloads
Add some integration testing
using Feign
Showing
- api.iml 3 additions, 3 deletionsapi.iml
- pom.xml 3 additions, 3 deletionspom.xml
- src/main/kotlin/io/realworld/client/ProfileClient.kt 8 additions, 5 deletionssrc/main/kotlin/io/realworld/client/ProfileClient.kt
- src/main/kotlin/io/realworld/client/TagClient.kt 4 additions, 2 deletionssrc/main/kotlin/io/realworld/client/TagClient.kt
- src/main/kotlin/io/realworld/client/UserClient.kt 7 additions, 5 deletionssrc/main/kotlin/io/realworld/client/UserClient.kt
- src/main/kotlin/io/realworld/client/response/InLogin.kt 5 additions, 0 deletionssrc/main/kotlin/io/realworld/client/response/InLogin.kt
- src/main/kotlin/io/realworld/client/response/InRegister.kt 5 additions, 0 deletionssrc/main/kotlin/io/realworld/client/response/InRegister.kt
- src/main/kotlin/io/realworld/client/response/OutProfile.kt 5 additions, 0 deletionssrc/main/kotlin/io/realworld/client/response/OutProfile.kt
- src/main/kotlin/io/realworld/client/response/OutTag.kt 3 additions, 0 deletionssrc/main/kotlin/io/realworld/client/response/OutTag.kt
- src/main/kotlin/io/realworld/client/response/OutUser.kt 5 additions, 0 deletionssrc/main/kotlin/io/realworld/client/response/OutUser.kt
- src/test/kotlin/io/realworld/ApiApplicationTests.kt 68 additions, 32 deletionssrc/test/kotlin/io/realworld/ApiApplicationTests.kt
Please register or sign in to comment