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 8
8
import com .marklogic .client .row .RawQueryDSLPlan ;
9
9
import com .marklogic .client .row .RowManager ;
10
10
import com .marklogic .client .test .Common ;
11
+ import com .marklogic .client .test .junit5 .RequiresML11 ;
11
12
import org .junit .jupiter .api .BeforeEach ;
12
13
import org .junit .jupiter .api .Test ;
14
+ import org .junit .jupiter .api .extension .ExtendWith ;
13
15
import org .skyscreamer .jsonassert .JSONAssert ;
14
16
import org .springframework .core .io .ClassPathResource ;
15
17
16
18
import static org .junit .jupiter .api .Assertions .assertEquals ;
17
19
import static org .junit .jupiter .api .Assertions .assertTrue ;
18
20
21
+ @ ExtendWith (RequiresML11 .class )
19
22
public class ColumnInfoTest {
20
23
21
24
private RowManager rowManager ;
You can’t perform that action at this time.
0 commit comments