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