File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
marklogic-client-api/src/test/java/com/marklogic/client/test/rows Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 88import com .marklogic .client .row .RawQueryDSLPlan ;
99import com .marklogic .client .row .RowManager ;
1010import com .marklogic .client .test .Common ;
11+ import com .marklogic .client .test .junit5 .RequiresML11 ;
1112import org .junit .jupiter .api .BeforeEach ;
1213import org .junit .jupiter .api .Test ;
14+ import org .junit .jupiter .api .extension .ExtendWith ;
1315import org .skyscreamer .jsonassert .JSONAssert ;
1416import org .springframework .core .io .ClassPathResource ;
1517
1618import static org .junit .jupiter .api .Assertions .assertEquals ;
1719import static org .junit .jupiter .api .Assertions .assertTrue ;
1820
21+ @ ExtendWith (RequiresML11 .class )
1922public class ColumnInfoTest {
2023
2124 private RowManager rowManager ;
You can’t perform that action at this time.
0 commit comments