On Saturday, February 16, 2013 10:36:06 AM UTC+1, Lukas Eder wrote: Good news, these artefacts are implemented on Github master for jOOQ 3.0: >
That was fast :-) JDBC implementations: > - MockConnection: > https://github.com/jOOQ/jOOQ/blob/master/jOOQ/src/main/java/org/jooq/tools/jdbc/MockConnection.java > - MockStatement: > https://github.com/jOOQ/jOOQ/blob/master/jOOQ/src/main/java/org/jooq/tools/jdbc/MockStatement.java > - MockResultSet: > https://github.com/jOOQ/jOOQ/blob/master/jOOQ/src/main/java/org/jooq/tools/jdbc/MockResultSet.java > - MockResultSetMetaData: > https://github.com/jOOQ/jOOQ/blob/master/jOOQ/src/main/java/org/jooq/tools/jdbc/MockResultSetMetaData.java > > (ResultSet and ResultSetMetaData already existed. They were previously > known as org.jooq.impl.ResultSetImpl) > The code doesn't compile with Java 7. This is intentional, I guess? Usage examples can be seen here: > > https://github.com/jOOQ/jOOQ/blob/master/jOOQ/src/test/java/org/jooq/test/MockTest.java > I looked through the code. There is no fluent API to build test data. Is that planned? Regards, A. Digulla -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
