Mockito and JUnit in Java for beginners
Learn JUnit and Mockito by working along with me through the examples
Description
In this course I take you through the full process of Mockito and JUnit and how to use it which will get you up to speed quickly.
We'll cover the basic fundamentals of Mockito and JUnit by going through examples of real code to give you a solid understanding of the frameworks.
The course aims to take complete beginners through everything thats needed in Mockito and JUnit from IDE setup to working through examples.
This course will help get you quickly up to speed in one of the most overlooked but essential areas of Java development which features highly in job requirements and is commonly featured in first and second stage interviews.
What You Will Learn!
- Learn to use JUnit and Mockito to develop higher quality, fully tested code
- Learn to use Mockito verification to confirm method calls
- Learn to use Mockito stubbing to interact with mock objects
- Learn to use stubbing and verification together to develop fully tested code
Who Should Attend!
- Beginner Java developers wanting to quickly get up to speed using JUnit and Mockito