Quantcast
Channel: BlogoSfera » need
Viewing all articles
Browse latest Browse all 40

How to load the HSQL DB once before running all junit in Java project

$
0
0

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.


Viewing all articles
Browse latest Browse all 40

Trending Articles