From 464c4a9b2da6c020e0c8625b887da2d59e817a8e Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 23 Nov 2020 10:25:31 +0300 Subject: [PATCH 1/2] Update Step01.md --- Step01.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Step01.md b/Step01.md index 2fa52d4..9e2e1e5 100644 --- a/Step01.md +++ b/Step01.md @@ -65,3 +65,5 @@ public class FirstMockitoTest { } ``` + +[Next Step 2](Step02.md) From 8980c556c31000429129ae0b3aa46c4218b0ec92 Mon Sep 17 00:00:00 2001 From: Victor Z Date: Tue, 24 Nov 2020 09:08:42 +0300 Subject: [PATCH 2/2] Link Steps ) --- Step02.md | 2 ++ Step03.md | 1 + Step04.md | 1 + Step05.md | 3 +++ Step06.md | 1 + Step07.md | 2 ++ Step08.md | 1 + Step09.md | 2 ++ Step10.md | 1 + Step11.md | 1 + Step12.md | 2 ++ Step13.md | 1 + Step14.md | 2 ++ Step15.md | 1 + Step16.md | 1 + Step17.md | 1 + Step18.md | 2 ++ 17 files changed, 25 insertions(+) diff --git a/Step02.md b/Step02.md index 6f1816d..6a629db 100644 --- a/Step02.md +++ b/Step02.md @@ -84,3 +84,5 @@ public class FirstMockitoTest { } ``` + +[Next Step 3](Step03.md) diff --git a/Step03.md b/Step03.md index 01ffe38..f3d2057 100644 --- a/Step03.md +++ b/Step03.md @@ -128,3 +128,4 @@ public class FirstMockitoTest { } ``` +[Next Step 4](Step04.md) diff --git a/Step04.md b/Step04.md index b228cc7..770090c 100644 --- a/Step04.md +++ b/Step04.md @@ -169,3 +169,4 @@ public class FirstMockitoTest { } ``` +[Next Step 5](Step05.md) diff --git a/Step05.md b/Step05.md index 36ddaf5..de15eb2 100644 --- a/Step05.md +++ b/Step05.md @@ -213,3 +213,6 @@ public class ListTest { } ``` + +[Next Step 6](Step06.md) + diff --git a/Step06.md b/Step06.md index b95711d..7e0d1eb 100644 --- a/Step06.md +++ b/Step06.md @@ -247,3 +247,4 @@ public class ListTest { } } ``` +[Next Step 7](Step07.md) diff --git a/Step07.md b/Step07.md index be63357..cb3f665 100644 --- a/Step07.md +++ b/Step07.md @@ -299,3 +299,5 @@ public class ListTest { } } ``` +[Next Step 8](Step08.md) + diff --git a/Step08.md b/Step08.md index 6d7f188..81b5d06 100644 --- a/Step08.md +++ b/Step08.md @@ -329,3 +329,4 @@ public class ListTest { } } ``` +[Next Step 9](Step09.md) \ No newline at end of file diff --git a/Step09.md b/Step09.md index b60fd23..c96b552 100644 --- a/Step09.md +++ b/Step09.md @@ -387,3 +387,5 @@ public class ListTest { } } ``` + +[Next Step 10](Step10.md) diff --git a/Step10.md b/Step10.md index 3b2a5d9..b62c4df 100644 --- a/Step10.md +++ b/Step10.md @@ -461,3 +461,4 @@ public class ListTest { } } ``` +[Next Step 11](Step11.md) diff --git a/Step11.md b/Step11.md index 6c19326..1c4ce40 100644 --- a/Step11.md +++ b/Step11.md @@ -570,3 +570,4 @@ public class ListTest { } } ``` +[Next Step 12](Step12.md) \ No newline at end of file diff --git a/Step12.md b/Step12.md index 69f3271..9b8d198 100644 --- a/Step12.md +++ b/Step12.md @@ -6,3 +6,5 @@ - Download the zip mockito-real-world-example-with-spring.zip and setup this maven project - For help : use our installation guide - https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf & https://www.youtube.com/watch?v=DLPjCZ5n_SM & https://www.youtube.com/watch?v=-xFzftkdycI + +[Next Step 13](Step13.md) \ No newline at end of file diff --git a/Step13.md b/Step13.md index 64bf2bd..30a46f8 100644 --- a/Step13.md +++ b/Step13.md @@ -607,3 +607,4 @@ public class SpyTest { } ``` +[Next Step 14](Step14.md) diff --git a/Step14.md b/Step14.md index fbc8319..2f58d93 100644 --- a/Step14.md +++ b/Step14.md @@ -4,3 +4,5 @@ ## Useful Snippets and References - [https://github.com/mockito/mockito/wiki/Mockito-And-Private-Methods](https://github.com/mockito/mockito/wiki/Mockito-And-Private-Methods) - [https://github.com/mockito/mockito/wiki/FAQ](https://github.com/mockito/mockito/wiki/FAQ) + +[Next Step 15](Step15.md) \ No newline at end of file diff --git a/Step15.md b/Step15.md index 3af559e..a650f32 100644 --- a/Step15.md +++ b/Step15.md @@ -1696,3 +1696,4 @@ public class PowerMockitoMockingStaticMethodTest { } } ``` +[Next Step 16](Step16.md) diff --git a/Step16.md b/Step16.md index 1e3800b..91f89f3 100644 --- a/Step16.md +++ b/Step16.md @@ -1706,3 +1706,4 @@ public class PowerMockitoTestingPrivateMethodTest { } } ``` +[Next Step 17](Step17.md) \ No newline at end of file diff --git a/Step17.md b/Step17.md index 80fd744..6b632e1 100644 --- a/Step17.md +++ b/Step17.md @@ -1749,3 +1749,4 @@ public class PowerMockitoTestingPrivateMethodTest { } } ``` +[Next Step 18](Step18.md) \ No newline at end of file diff --git a/Step18.md b/Step18.md index 883bfc8..010426b 100644 --- a/Step18.md +++ b/Step18.md @@ -8,3 +8,5 @@ - FIRST. [https://pragprog.com/magazines/2012-01/unit-tests-are-first](https://pragprog.com/magazines/2012-01/unit-tests-are-first) - Patterns - [http://xunitpatterns.com](http://xunitpatterns.com) - [https://github.com/mockito/mockito/wiki/How-to-write-good-tests](https://github.com/mockito/mockito/wiki/How-to-write-good-tests) + +[Step Reference](StepReference.md) \ No newline at end of file