My project is not Spring based .Its a java with Hibernate.Building tool – Maven. I am loading data from one database to HSQL DB before running junits. My DB util class: public class DatabaseUtil { SchemaLoad schemaLoad = new SchemaLoad(); DataLoad dataLoad = new DataLoad(); boolean dataLoaded = false; static final String filename1 = "test1.txt"; […]
The post How to load the HSQL DB once before running all junit in Java project appeared first on BlogoSfera.