Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guy Bilgerig
HSR SW Testing Code Uebung
Commits
f4941319
Commit
f4941319
authored
Sep 23, 2020
by
Thomas Briner
Browse files
change import to junit5 Test
parent
79f295de
Pipeline
#46764
failed with stages
in 3 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/ch/hsr/testing/unittest/mocking/AddressRetrieverTestBadExample.java
View file @
f4941319
...
...
@@ -2,7 +2,7 @@ package ch.hsr.testing.unittest.mocking;
import
ch.hsr.testing.unittest.testbuilderpattern.Address
;
import
org.assertj.core.api.Assertions
;
import
org.junit.Test
;
import
org.junit.
jupiter.api.
Test
;
public
class
AddressRetrieverTestBadExample
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment