|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InsertStatementTest | Line # 5 | 1 | 0% | 1 | 0 | 100% |
1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
(2) | |||
Result | |||
1.0
|
liquibase.statement.core.AbstractSqStatementTest.hasAtLeastOneGenerator
![]() |
1 PASS | |
1.0
|
liquibase.statement.core.AbstractSqStatementTest.hasAtLeastOneGenerator
![]() |
1 PASS | |
1 | package liquibase.statement.core; | |
2 | ||
3 | import liquibase.statement.SqlStatement; | |
4 | ||
5 | public class InsertStatementTest extends AbstractSqStatementTest { | |
6 | ||
7 | 2 |
![]() |
8 | protected SqlStatement createStatementUnderTest() { | |
9 | 2 | return new InsertStatement(null, null); |
10 | } | |
11 | ||
12 | } |
|