tech.ydb.yoj.repository.test.sample.TestDb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yoj-repository-test Show documentation
Show all versions of yoj-repository-test Show documentation
Basic tests which all YOJ Repository implementations must pass.
The newest version!
package tech.ydb.yoj.repository.test.sample;
import tech.ydb.yoj.repository.db.TxManager;
public interface TestDb extends TxManager, TestEntityOperations {
}