-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Devrath edited this page Oct 24, 2023
·
35 revisions
Concepts |
---|
Why testing is needed |
Structure of a test case |
Types of tests |
What makes a good test |
Ambigious questions on tests |
How to know what to test |
Setup Junit5 Contents |
---|
Junit5 - Setup |
Junit5 - Repeated tests |
Junit5 - Parameterized tests |
Junit5 - Testing private function |
Test Doubles |
---|
What is a test double |
Test double - Dummy |
Test double - Stub |
Test double - Mock |
Test double - Spy |
Test double - Fake |
Libraries Contents |
---|
assertk |
UnitTest Contents |
---|
Test Structure |