From 3c3b71154d51a23b6e52c4328267547ac49c2ed7 Mon Sep 17 00:00:00 2001 From: Max Israelsson Date: Tue, 3 Sep 2024 14:22:26 +0200 Subject: [PATCH] Week 2: Presentation proposal (maxisr & jbiorck) (#2375) --- .../week2/maxisr-jbiorck/README.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 contributions/presentation/week2/maxisr-jbiorck/README.md diff --git a/contributions/presentation/week2/maxisr-jbiorck/README.md b/contributions/presentation/week2/maxisr-jbiorck/README.md new file mode 100644 index 0000000000..d9864646ae --- /dev/null +++ b/contributions/presentation/week2/maxisr-jbiorck/README.md @@ -0,0 +1,28 @@ +# Assignment Proposal + +## Title + +Mockito: What it is, how it works, and how it improves automated testing in Java + + +## Names and KTH ID + + - Johann Biƶrck (jbiorck@kth.se) + - Max Israelsson (maxisr@kth.se) + + +## Deadline + +- Week 2 + +## Category + - Presentation + + +## Description + +We want to talk about Mockito, a Java-based mocking framework, to enhance the testing automation process, specifically within the context of Continuous Integration (CI). Mockito allows developers to create mock objects for unit tests. It enables simulation of complex interactions without requiring actual dependencies. + +**Relevance** + +This proposal is relevant as it improves automated testing by using Mockito to simplify test development through mocking external dependencies.