Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Step01.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ public class FirstMockitoTest {

}
```

[Next Step 2](Step02.md)
2 changes: 2 additions & 0 deletions Step02.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ public class FirstMockitoTest {

}
```

[Next Step 3](Step03.md)
1 change: 1 addition & 0 deletions Step03.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,4 @@ public class FirstMockitoTest {

}
```
[Next Step 4](Step04.md)
1 change: 1 addition & 0 deletions Step04.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,4 @@ public class FirstMockitoTest {

}
```
[Next Step 5](Step05.md)
3 changes: 3 additions & 0 deletions Step05.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,6 @@ public class ListTest {

}
```

[Next Step 6](Step06.md)

1 change: 1 addition & 0 deletions Step06.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,4 @@ public class ListTest {
}
}
```
[Next Step 7](Step07.md)
2 changes: 2 additions & 0 deletions Step07.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,5 @@ public class ListTest {
}
}
```
[Next Step 8](Step08.md)

1 change: 1 addition & 0 deletions Step08.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,4 @@ public class ListTest {
}
}
```
[Next Step 9](Step09.md)
2 changes: 2 additions & 0 deletions Step09.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,3 +387,5 @@ public class ListTest {
}
}
```

[Next Step 10](Step10.md)
1 change: 1 addition & 0 deletions Step10.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,3 +461,4 @@ public class ListTest {
}
}
```
[Next Step 11](Step11.md)
1 change: 1 addition & 0 deletions Step11.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,3 +570,4 @@ public class ListTest {
}
}
```
[Next Step 12](Step12.md)
2 changes: 2 additions & 0 deletions Step12.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions Step13.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,3 +607,4 @@ public class SpyTest {

}
```
[Next Step 14](Step14.md)
2 changes: 2 additions & 0 deletions Step14.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions Step15.md
Original file line number Diff line number Diff line change
Expand Up @@ -1696,3 +1696,4 @@ public class PowerMockitoMockingStaticMethodTest {
}
}
```
[Next Step 16](Step16.md)
1 change: 1 addition & 0 deletions Step16.md
Original file line number Diff line number Diff line change
Expand Up @@ -1706,3 +1706,4 @@ public class PowerMockitoTestingPrivateMethodTest {
}
}
```
[Next Step 17](Step17.md)
1 change: 1 addition & 0 deletions Step17.md
Original file line number Diff line number Diff line change
Expand Up @@ -1749,3 +1749,4 @@ public class PowerMockitoTestingPrivateMethodTest {
}
}
```
[Next Step 18](Step18.md)
2 changes: 2 additions & 0 deletions Step18.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)