All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.producement.test.fixture.TestFixture.kt Maven / Gradle / Ivy

The newest version!
package com.producement.test.fixture

import org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate

interface TestFixture {
  fun apply(jdbcTemplate: NamedParameterJdbcTemplate)
  fun cleanup(jdbcTemplate: NamedParameterJdbcTemplate) {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy