File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/test/java/com/eternalcode/parcellockers/database Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 13
13
import org .junit .jupiter .api .io .TempDir ;
14
14
import org .testcontainers .containers .MySQLContainer ;
15
15
import org .testcontainers .junit .jupiter .Container ;
16
+ import org .testcontainers .junit .jupiter .Testcontainers ;
16
17
import org .testcontainers .utility .DockerImageName ;
17
18
18
19
import java .io .File ;
24
25
25
26
import static org .junit .jupiter .api .Assertions .assertTrue ;
26
27
28
+ @ Testcontainers
27
29
class ItemStorageRepositoryIntegrationTest extends IntegrationTestSpec {
28
30
29
31
@ Container
Original file line number Diff line number Diff line change 11
11
import org .junit .jupiter .api .AfterEach ;
12
12
import org .junit .jupiter .api .Test ;
13
13
import org .junit .jupiter .api .io .TempDir ;
14
+ import org .testcontainers .junit .jupiter .Testcontainers ;
14
15
15
16
import java .io .File ;
16
17
import java .nio .file .Path ;
22
23
import static org .junit .jupiter .api .Assertions .assertFalse ;
23
24
import static org .junit .jupiter .api .Assertions .assertTrue ;
24
25
26
+ @ Testcontainers
25
27
class ParcelContentRepositoryIntegrationTest extends IntegrationTestSpec {
26
28
27
29
@ TempDir
You can’t perform that action at this time.
0 commit comments