@RunWith(JMock.class)
public class XTest{
private Mockery mm;
private static Session ss;
private X xx;
private final String string =...
Type: Posts; User: ravisankarvivek; Keyword(s):
@RunWith(JMock.class)
public class XTest{
private Mockery mm;
private static Session ss;
private X xx;
private final String string =...
Hi,
I am trying to create an in-mem database using HSQL. I have the Hibernate layer setup for all my tables in a .xml file.
I set up the schema using the CREATE SCHEMA command in HSQL
I am not...