From 76d2b2c59bc81456bdd15af811f5eb97e6df1694 Mon Sep 17 00:00:00 2001 From: 3009594 Date: Thu, 7 Nov 2024 21:55:56 +0100 Subject: [PATCH] Java-Projekt mit allen erforderlichen Dateien und Ordnern pushen --- Bibliotheksverwaltungssystem/fragen.txt | 0 .../ki-ChatGPT/prompt1.txt | 0 .../ki-ChatGPT/prompt2.txt | 0 .../src/domain/ExceptionsKlassen/Test.java | 5 +++++ .../src/domain/JTests/Test.java | 18 ++++++++++++++++++ .../src/domain/Test.java | 5 +++++ .../src/main/Main.java | 10 ++++++++++ Bibliotheksverwaltungssystem/src/tui/Tui.java | 5 +++++ Bibliotheksverwaltungssystem/vorgehen.txt | 0 9 files changed, 43 insertions(+) create mode 100644 Bibliotheksverwaltungssystem/fragen.txt create mode 100644 Bibliotheksverwaltungssystem/ki-ChatGPT/prompt1.txt create mode 100644 Bibliotheksverwaltungssystem/ki-ChatGPT/prompt2.txt create mode 100644 Bibliotheksverwaltungssystem/src/domain/ExceptionsKlassen/Test.java create mode 100644 Bibliotheksverwaltungssystem/src/domain/JTests/Test.java create mode 100644 Bibliotheksverwaltungssystem/src/domain/Test.java create mode 100644 Bibliotheksverwaltungssystem/src/main/Main.java create mode 100644 Bibliotheksverwaltungssystem/src/tui/Tui.java create mode 100644 Bibliotheksverwaltungssystem/vorgehen.txt diff --git a/Bibliotheksverwaltungssystem/fragen.txt b/Bibliotheksverwaltungssystem/fragen.txt new file mode 100644 index 0000000..e69de29 diff --git a/Bibliotheksverwaltungssystem/ki-ChatGPT/prompt1.txt b/Bibliotheksverwaltungssystem/ki-ChatGPT/prompt1.txt new file mode 100644 index 0000000..e69de29 diff --git a/Bibliotheksverwaltungssystem/ki-ChatGPT/prompt2.txt b/Bibliotheksverwaltungssystem/ki-ChatGPT/prompt2.txt new file mode 100644 index 0000000..e69de29 diff --git a/Bibliotheksverwaltungssystem/src/domain/ExceptionsKlassen/Test.java b/Bibliotheksverwaltungssystem/src/domain/ExceptionsKlassen/Test.java new file mode 100644 index 0000000..3165998 --- /dev/null +++ b/Bibliotheksverwaltungssystem/src/domain/ExceptionsKlassen/Test.java @@ -0,0 +1,5 @@ +package domain.ExceptionsKlassen; + +public class Test { + +} diff --git a/Bibliotheksverwaltungssystem/src/domain/JTests/Test.java b/Bibliotheksverwaltungssystem/src/domain/JTests/Test.java new file mode 100644 index 0000000..77bb1dd --- /dev/null +++ b/Bibliotheksverwaltungssystem/src/domain/JTests/Test.java @@ -0,0 +1,18 @@ +package domain.JTests; + +import static org.junit.jupiter.api.Assertions.*; + +import org.junit.jupiter.api.BeforeEach; + +class Test { + + @BeforeEach + void setUp() throws Exception { + } + + @org.junit.jupiter.api.Test + void test() { + fail("Not yet implemented"); + } + +} diff --git a/Bibliotheksverwaltungssystem/src/domain/Test.java b/Bibliotheksverwaltungssystem/src/domain/Test.java new file mode 100644 index 0000000..f30e190 --- /dev/null +++ b/Bibliotheksverwaltungssystem/src/domain/Test.java @@ -0,0 +1,5 @@ +package domain; + +public class Test { + +} diff --git a/Bibliotheksverwaltungssystem/src/main/Main.java b/Bibliotheksverwaltungssystem/src/main/Main.java new file mode 100644 index 0000000..f3ec08e --- /dev/null +++ b/Bibliotheksverwaltungssystem/src/main/Main.java @@ -0,0 +1,10 @@ +package main; + +public class Main { + + public static void main(String[] args) { + // TODO Auto-generated method stub + + } + +} diff --git a/Bibliotheksverwaltungssystem/src/tui/Tui.java b/Bibliotheksverwaltungssystem/src/tui/Tui.java new file mode 100644 index 0000000..f329806 --- /dev/null +++ b/Bibliotheksverwaltungssystem/src/tui/Tui.java @@ -0,0 +1,5 @@ +package tui; + +public class Tui { + +} diff --git a/Bibliotheksverwaltungssystem/vorgehen.txt b/Bibliotheksverwaltungssystem/vorgehen.txt new file mode 100644 index 0000000..e69de29