freshcoders / discorki

MIT License
1 stars 0 forks source link

Add tests for all notifications #25

Open jessedezwart opened 1 year ago

jessedezwart commented 1 year ago

We'll probably want to use something like Mockito.

ikdekker commented 1 year ago

Mockito is a mocking framework, but the obvious choice for a testing framework is JUnit 5, which we want to use in combination with Mockito. I'll look into setting this up soon.

jessedezwart commented 1 year ago

The spring-boot-starter-test dependency uses JUnit 5. It also includes Mockito apparently!