-
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.
- Loading branch information
Showing
22 changed files
with
358 additions
and
332 deletions.
There are no files selected for viewing
Binary file modified
BIN
+63 Bytes
(100%)
backend/target/classes/com/omery/projectAtm/domain/dto/AccountDto$AccountDtoBuilder.class
Binary file not shown.
Binary file modified
BIN
+63 Bytes
(100%)
backend/target/classes/com/omery/projectAtm/domain/dto/AccountDto.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
backend/target/classes/com/omery/projectAtm/domain/dto/UserDto$UserDtoBuilder.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
backend/target/classes/com/omery/projectAtm/domain/dto/UserDto.class
Binary file not shown.
Binary file modified
BIN
+55 Bytes
(100%)
...get/classes/com/omery/projectAtm/domain/entities/AccountEntity$AccountEntityBuilder.class
Binary file not shown.
Binary file modified
BIN
+55 Bytes
(100%)
backend/target/classes/com/omery/projectAtm/domain/entities/AccountEntity.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...nd/target/classes/com/omery/projectAtm/domain/entities/UserEntity$UserEntityBuilder.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
backend/target/classes/com/omery/projectAtm/domain/entities/UserEntity.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
backend/target/classes/com/omery/projectAtm/services/impl/AccountServiceImpl.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
backend/target/classes/com/omery/projectAtm/services/impl/UserServiceImpl.class
Binary file not shown.
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
36 changes: 18 additions & 18 deletions
36
backend/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
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,18 +1,18 @@ | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/mappers/impl/UserMapperImpl.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/domain/entities/UserEntity.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/services/AccountService.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/controller/UserController.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/mappers/impl/AccountMapperImpl.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/domain/dto/AccountDto.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/controller/AccountController.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/services/impl/UserServiceImpl.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/config/CorsConfig.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/mappers/Mapper.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/repositories/UserRepository.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/domain/dto/UserDto.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/config/MapperConfig.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/services/UserService.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/ProjectAtmApplication.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/services/impl/AccountServiceImpl.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/repositories/AccountRepository.java | ||
/root/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/domain/entities/AccountEntity.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/mappers/Mapper.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/controller/UserController.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/mappers/impl/UserMapperImpl.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/services/impl/AccountServiceImpl.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/domain/dto/UserDto.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/services/AccountService.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/config/CorsConfig.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/ProjectAtmApplication.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/repositories/AccountRepository.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/services/UserService.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/mappers/impl/AccountMapperImpl.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/domain/entities/UserEntity.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/repositories/UserRepository.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/controller/AccountController.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/config/MapperConfig.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/services/impl/UserServiceImpl.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/domain/dto/AccountDto.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/main/java/com/omery/projectAtm/domain/entities/AccountEntity.java |
10 changes: 5 additions & 5 deletions
10
.../target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
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,5 +1,5 @@ | ||
/root/spring-boot-atmProject/backend/src/test/java/com/omery/projectAtm/controller/UserControllerIntegrationTest.java | ||
/root/spring-boot-atmProject/backend/src/test/java/com/omery/projectAtm/controller/AccountControllerIntegrationtest.java | ||
/root/spring-boot-atmProject/backend/src/test/java/com/omery/projectAtm/ProjectAtmApplicationTests.java | ||
/root/spring-boot-atmProject/backend/src/test/java/com/omery/projectAtm/repositories/UserRepoIntegrationTest.java | ||
/root/spring-boot-atmProject/backend/src/test/java/com/omery/projectAtm/TestDataUtil.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/test/java/com/omery/projectAtm/controller/AccountControllerIntegrationtest.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/test/java/com/omery/projectAtm/TestDataUtil.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/test/java/com/omery/projectAtm/ProjectAtmApplicationTests.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/test/java/com/omery/projectAtm/repositories/UserRepoIntegrationTest.java | ||
/Users/omeryildiz/Documents/GitHub/spring-boot-atmProject/backend/src/test/java/com/omery/projectAtm/controller/UserControllerIntegrationTest.java |
Binary file not shown.
Binary file not shown.
113 changes: 60 additions & 53 deletions
113
backend/target/surefire-reports/TEST-com.omery.projectAtm.ProjectAtmApplicationTests.xml
Large diffs are not rendered by default.
Oops, something went wrong.
393 changes: 199 additions & 194 deletions
393
...t/surefire-reports/TEST-com.omery.projectAtm.controller.UserControllerIntegrationTest.xml
Large diffs are not rendered by default.
Oops, something went wrong.
128 changes: 71 additions & 57 deletions
128
...arget/surefire-reports/TEST-com.omery.projectAtm.repositories.UserRepoIntegrationTest.xml
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
backend/target/surefire-reports/com.omery.projectAtm.ProjectAtmApplicationTests.txt
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,4 +1,4 @@ | ||
------------------------------------------------------------------------------- | ||
Test set: com.omery.projectAtm.ProjectAtmApplicationTests | ||
------------------------------------------------------------------------------- | ||
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.470 s -- in com.omery.projectAtm.ProjectAtmApplicationTests | ||
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in com.omery.projectAtm.ProjectAtmApplicationTests |
2 changes: 1 addition & 1 deletion
2
...target/surefire-reports/com.omery.projectAtm.controller.UserControllerIntegrationTest.txt
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,4 +1,4 @@ | ||
------------------------------------------------------------------------------- | ||
Test set: com.omery.projectAtm.controller.UserControllerIntegrationTest | ||
------------------------------------------------------------------------------- | ||
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.43 s -- in com.omery.projectAtm.controller.UserControllerIntegrationTest | ||
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.162 s -- in com.omery.projectAtm.controller.UserControllerIntegrationTest |
2 changes: 1 addition & 1 deletion
2
...end/target/surefire-reports/com.omery.projectAtm.repositories.UserRepoIntegrationTest.txt
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,4 +1,4 @@ | ||
------------------------------------------------------------------------------- | ||
Test set: com.omery.projectAtm.repositories.UserRepoIntegrationTest | ||
------------------------------------------------------------------------------- | ||
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.533 s -- in com.omery.projectAtm.repositories.UserRepoIntegrationTest | ||
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.408 s -- in com.omery.projectAtm.repositories.UserRepoIntegrationTest |
Binary file modified
BIN
+0 Bytes
(100%)
...arget/test-classes/com/omery/projectAtm/controller/AccountControllerIntegrationtest.class
Binary file not shown.