mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
13 lines
228 B
Java
13 lines
228 B
Java
package com.mysema.query;
|
|
|
|
import org.junit.BeforeClass;
|
|
|
|
public class ExportSQLiteTest extends ExportBaseTest{
|
|
|
|
@BeforeClass
|
|
public static void setUpClass() throws Exception {
|
|
Connections.initSQLite();
|
|
}
|
|
|
|
}
|