From 1540bbff25061883a36de1c918d5df419db93fb9 Mon Sep 17 00:00:00 2001 From: Max Israelsson <34983449+Blezie@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:51:19 +0200 Subject: [PATCH] Create README.md --- .../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.