Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit c899710

Browse files
committed
DisplayNameを追加
1 parent faf5346 commit c899710

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/kotlin/com/mapk/krowmapper/UseDBMappingTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ import org.h2.jdbcx.JdbcDataSource
66
import org.junit.jupiter.api.AfterAll
77
import org.junit.jupiter.api.Assertions.assertEquals
88
import org.junit.jupiter.api.BeforeAll
9+
import org.junit.jupiter.api.DisplayName
910
import org.junit.jupiter.api.Test
1011
import org.junit.jupiter.api.TestInstance
1112
import org.springframework.jdbc.core.JdbcTemplate
1213
import org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
1314
import org.springframework.jdbc.core.simple.SimpleJdbcInsert
1415

1516
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
17+
@DisplayName("DBを用いてマッピングを行うテスト")
1618
class UseDBMappingTest {
1719
enum class FooStatus {
1820
active, archive, deleted

0 commit comments

Comments
 (0)