Unit testing
Mocking
Mocking
  • What and why mocks?
  • Mocking Demo
  • Exercise
  • Learn to mock, the right way
  • Shortcomings
Powered by GitBook
On this page
  • Mocking demo application
  • C# Demo (with NUnit and Moq)
  • Java Demo (with JUnit 5, Mockito 3 on Gradle)

Mocking Demo

Mocking demo application

Let us discuss mocking with the help of a demo application called EazyLoan.

C# Demo (with NUnit and Moq)

LogoGitHub - raviramorg/EazyLoan: To understand need and ways of mockingGitHub

Java Demo (with JUnit 5, Mockito 3 on Gradle)

LogoGitHub - ravirammysore/MockingDemoJUnitGitHub

PreviousWhat and why mocks?NextExercise

Last updated 2 years ago