File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ id : tools
3+ title : Tools and Libraries
4+ sidebar_label : Tools and Libraries
5+ ---
6+
7+ ### Formatters
8+
9+ * [ Google java Style] ( https://github.com/google/google-java-format )
10+
11+ ### Dependency Management
12+
13+ * [ Gradle] ( https://gradle.org ) (* recommended* )
14+ * [ Maven] ( https://maven.apache.org )
15+
16+ ### Testing
17+
18+ * [ JUnit 5] ( https://junit.org/junit5/ )
19+ * [ Mock Tool] ( https://github.com/mockito/mockito )
20+ * [ Code Coverage] ( https://github.com/jacoco/jacoco )
Original file line number Diff line number Diff line change @@ -30,8 +30,10 @@ module.exports =
3030 "java/interfaces" ,
3131 "java/variables" ,
3232 "java/functions"
33- ]
33+ ] ,
3434 } ,
35+ "java/logging" ,
36+ "java/tools" ,
3537 {
3638 "type" : "category" ,
3739 "label" : "Effective Java" ,
You can’t perform that action at this time.
0 commit comments