Initial Development #1
@ -6,7 +6,7 @@ import kotlin.test.Test
|
|||||||
/**
|
/**
|
||||||
* PostgreSQL integration tests for the `Count` object / `count*` connection extension functions
|
* PostgreSQL integration tests for the `Count` object / `count*` connection extension functions
|
||||||
*/
|
*/
|
||||||
@DisplayName("Java | Kotlin | PostgreSQL: Count")
|
@DisplayName("Core | Kotlin | PostgreSQL: Count")
|
||||||
class PostgreSQLCountIT {
|
class PostgreSQLCountIT {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -8,7 +8,7 @@ import kotlin.test.Test
|
|||||||
/**
|
/**
|
||||||
* SQLite integration tests for the `Count` object / `count*` connection extension functions
|
* SQLite integration tests for the `Count` object / `count*` connection extension functions
|
||||||
*/
|
*/
|
||||||
@DisplayName("Java | Kotlin | SQLite: Count")
|
@DisplayName("Core | Kotlin | SQLite: Count")
|
||||||
class SQLiteCountIT {
|
class SQLiteCountIT {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user