- Basics
- OOP
- Compiler
- Collections
- Threads
- Design patterns
- Swing
- I/O
- Effective
-
Junit
-
About
*
♣
-
Test Case
*
-
Suite Test
*
-
Annotations
*
-
Exceptions
*
-
About
*
♣
- Lambdas
- JavaFX
- Maven
- Spring Boot
Junit ♣ About Junit
Unit testing, programmer writes tests code Methods that start with @Test executed as tests @Test public void sum() { assertEquals(squares.sum(), 34); // passed
b4