mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Migrate mapstruct core tests to JUnit Jupiter
This commit is contained in:
parent
2d66f08ee5
commit
627be53088
@ -22,8 +22,8 @@
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -7,7 +7,7 @@ package org.mapstruct.factory;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.mapstruct.test.model.Foo;
|
||||
import org.mapstruct.test.model.SomeClass;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user