-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start testing with Junit5 (setup + first tests) #84
Comments
rsteph-de
added a commit
that referenced
this issue
Sep 20, 2024
rsteph-de
added a commit
that referenced
this issue
Sep 20, 2024
rsteph-de
added a commit
that referenced
this issue
Sep 20, 2024
rsteph-de
added a commit
that referenced
this issue
Sep 20, 2024
rsteph-de
added a commit
that referenced
this issue
Sep 20, 2024
rsteph-de
added a commit
that referenced
this issue
Sep 20, 2024
rsteph-de
added a commit
that referenced
this issue
Sep 20, 2024
rsteph-de
added a commit
that referenced
this issue
Sep 20, 2024
h2database/h2database#2581 Workaround: Use the complete table name
rsteph-de
added a commit
that referenced
this issue
Sep 20, 2024
rsteph-de
changed the title
Testing with Junit5
Start testing with Junit5 (setup + first tests)
Sep 20, 2024
rsteph-de
added a commit
that referenced
this issue
Sep 20, 2024
rsteph-de
added a commit
that referenced
this issue
Sep 24, 2024
* Update Bootstrap to 5.3.3 and remove JQuery #82 * test properties, fix SQL create table statements for H2 #84 * user is a reserved word in H2 -> quote in SQL #84 * use GreenMail as Mailserver during tests #84 * first Unit for create Domain #84 * first test for domains * use Test-Profile - allows reuse of default application.properties #84 * H2 does not support table aliases in JOINs #84 h2database/h2database#2581 Workaround: Use the complete table name * start rewrite of PurlRestAPITest #84 * let retrieveUserFromRequest() return an Optional<User> #85 * fix visibility of Test classes and methods (Sonacloud) #84
skasten-de
added a commit
that referenced
this issue
Oct 11, 2024
skasten-de
added a commit
that referenced
this issue
Oct 11, 2024
skasten-de
added a commit
that referenced
this issue
Oct 11, 2024
skasten-de
added a commit
that referenced
this issue
Oct 22, 2024
skasten-de
added a commit
that referenced
this issue
Oct 22, 2024
skasten-de
added a commit
that referenced
this issue
Oct 22, 2024
skasten-de
added a commit
that referenced
this issue
Oct 23, 2024
skasten-de
added a commit
that referenced
this issue
Oct 23, 2024
rsteph-de
added a commit
that referenced
this issue
Oct 23, 2024
rsteph-de
pushed a commit
that referenced
this issue
Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need more Junit Tests.
They should run independent of a database server (use H2-InMemory-DB).
The text was updated successfully, but these errors were encountered: