Practical Test Driven Development for Java Programmers
- 4.5
Brief Introduction
A truly practical approach to the fundamentals of test driven development in Java, featuring JUnit and Mockito,Description
This course covers the fundamentals of test driven development for Java programmers... not just the theory, but how to use it in real world project examples. This includes mocking with Mockito. This includes some hands on exercises and how to deal with legacy code that doesn't have tests in place.
IMPORTANT NOTE ABOUT JAVA VERSIONS - This course covers JUnit4 and JUnit5 and is compatible with Java versions 7,8 and 11+.
Requirements
- Requirements
- Basic Java knowledge and at least some experience in programming. No experience of JUnit or writing tests is needed.