From ee1caef211529035323b18165680ca0c9f6541e2 Mon Sep 17 00:00:00 2001 From: Irma1111 Date: Sun, 5 Nov 2023 18:55:35 +0100 Subject: [PATCH] add failing test with RuntimeException --- src/test/java/de/htwberlin/webtech/WebtechApplicationTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/de/htwberlin/webtech/WebtechApplicationTests.java b/src/test/java/de/htwberlin/webtech/WebtechApplicationTests.java index 9d56932..902cdf5 100644 --- a/src/test/java/de/htwberlin/webtech/WebtechApplicationTests.java +++ b/src/test/java/de/htwberlin/webtech/WebtechApplicationTests.java @@ -8,6 +8,7 @@ class WebtechApplicationTests { @Test void contextLoads() { + throw new RuntimeException("only for test"); } }