JWW-Tesing » История » Версия 3
Александр Александров, 12.05.2021 18:40
1 | 1 | Александр Александров | h1. Тестирование |
---|---|---|---|
2 | |||
3 | h2. Общая информация |
||
4 | |||
5 | # "Unit-тесты, пытаемся писать правильно, чтобы потом не было мучительно больно":https://habr.com/ru/post/116372/ |
||
6 | # "Все о Unit testing: методики, понятия, практика":https://javarush.ru/groups/posts/2500-vse-o-unit-testing-metodiki-ponjatija-praktika |
||
7 | # "Spring boot – @TestConfiguration":https://howtodoinjava.com/spring-boot2/testing/springboot-test-configuration/ |
||
8 | # "Юнит-тестирование для чайников":https://habr.com/ru/post/169381/ |
||
9 | # "A Quick Guide to @TestPropertySource":https://www.baeldung.com/spring-test-property-source |
||
10 | # "Testcontainers":https://www.testcontainers.org/ |
||
11 | # "Интеграционные тесты для Java с помощью TestContainers. Меньше безумия, больше порядка, и всё это автоматически":https://habr.com/ru/company/jugru/blog/343298/ |
||
12 | # "Docker Test Containers in Java Tests":https://www.baeldung.com/docker-test-containers |
||
13 | |||
14 | h2. Mock тесты |
||
15 | |||
16 | # "Mockito JAVADOC":https://www.javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html |
||
17 | # "[SOF] throw checked Exceptions from mocks with Mockito":https://stackoverflow.com/questions/3762047/throw-checked-exceptions-from-mocks-with-mockito |
||
18 | # "Mockito и как его готовить":https://habr.com/ru/post/444982/ |
||
19 | # "PowerMock (+Mockito): новый взгляд на unit-тестирование":https://habr.com/ru/post/172239/ |
||
20 | # "Injecting Mockito Mocks into Spring Beans":https://www.baeldung.com/injecting-mocks-in-spring |
||
21 | # "Quick Guide to BDDMockito":https://www.baeldung.com/bdd-mockito |
||
22 | 2 | Александр Александров | # "Using MockRestServiceServer to Test a REST Client":https://examples.javacodegeeks.com/enterprise-java/spring/using-mockrestserviceserver-test-rest-client/ |
23 | # "JUnit 5 Tutorial":https://howtodoinjava.com/junit-5-tutorial/ |
||
24 | 3 | Александр Александров | # "Mocking a RestTemplate in Spring":https://www.baeldung.com/spring-mock-rest-template |