We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e978b commit cb1c771Copy full SHA for cb1c771
docs/recommendations.md
@@ -0,0 +1,18 @@
1
+# Recommendations
2
+
3
+## 1. Unit vs Integration Tests
4
+//TODO;
5
6
+## 2. Mockito vs In-Memory Implementation for Mocking
7
8
9
10
+## 3. Should I aim for 100% Test Coverage?
11
12
13
+## 4. Testcontainers tests are taking too much time. What should I do?
14
15
16
17
+## 5. How to enforce a common coding style in a team?
18
mkdocs.yml
@@ -15,6 +15,7 @@ theme:
nav:
- Home: index.md
- Concepts: concepts.md
+ - Recommendations: recommendations.md
19
- Implementations:
20
- Spring Boot: spring-boot-impl.md
21
- FAQs: faq.md
0 commit comments