Browse Source

added depencies in pom.xml

main
Richard Schmidt 11 months ago
parent
commit
1fb0efd3e9
  1. 1
      notizen.txt
  2. 7
      pom.xml
  3. 3
      src/test/java/ChatGUITest.java
  4. 19
      user.json

1
notizen.txt

@ -0,0 +1 @@
Äpfel & Birnen €

7
pom.xml

@ -17,6 +17,13 @@
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>

3
src/test/java/ChatGUITest.java

@ -1,3 +1,5 @@
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
@ -8,7 +10,6 @@ import java.text.SimpleDateFormat;
import java.util.Date;
import org.junit.Before;
import org.junit.Test;
public class ChatGUITest {

19
user.json

@ -1,3 +1,20 @@
[
{
"id": "20311680-1dbc-4a1d-af43-48462ab5dcef",
"userName": "existinguser",
"password": "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8",
"birthday": "1990-01-01",
"firstName": "John",
"surname": "Doe",
"stayLoggedIn": false
},
{
"id": "aed49698-89cd-4712-920f-e30f23793f46",
"userName": "testUser",
"password": "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8",
"birthday": "1990-01-01",
"firstName": "John",
"surname": "Doe",
"stayLoggedIn": false
}
]
Loading…
Cancel
Save