Package-level declarations

Types

Link copied to clipboard
@Sql(scripts = ["/sql/load-test-data.sql"])
abstract class DbTestBase
Link copied to clipboard
object DebugUtils
Link copied to clipboard
data class TestContainersConfig(val postgresDbDockerImage: String, val postgresDbStartTimeout: Int, val kafkaDockerImage: String, val artemisDockerImage: String)

Functions

Link copied to clipboard
fun assertEqualsMultiStrings(expected: String, actual: String)
Link copied to clipboard
fun assertJsonsMatch(mapper: ObjectMapper, json1: String, json2: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T> readTestDataFile(cls: Class<T>, filename: String, trim: Boolean = true): String