1
0
şunun yansıması https://github.com/SonarSource/sonarqube.git eşitlendi 2024-07-29 20:17:57 +02:00

Add method AbstractDbUnitTestCase#getDatabase()

Bu işleme şunda yer alıyor:
Simon Brandhof 2013-01-02 17:46:01 +01:00
ebeveyn 0c5ba4a06c
işleme 0d57bab754

Dosyayı Görüntüle

@ -89,6 +89,10 @@ public abstract class AbstractDbUnitTestCase {
return session;
}
protected Database getDatabase() {
return database;
}
protected DatabaseSessionFactory getSessionFactory() {
return new DatabaseSessionFactory() {
public DatabaseSession getSession() {