File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
mongodb-driver/src/test/java/org/eclipse/jnosql/communication/mongodb/document Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1515
1616package org .eclipse .jnosql .communication .mongodb .document ;
1717
18+ import jakarta .nosql .Sort ;
1819import jakarta .nosql .document .Document ;
1920import jakarta .nosql .document .DocumentCollectionManager ;
21+ import jakarta .nosql .document .DocumentCondition ;
2022import jakarta .nosql .document .DocumentDeleteQuery ;
2123import jakarta .nosql .document .DocumentEntity ;
2224import jakarta .nosql .document .DocumentQuery ;
2325import org .eclipse .jnosql .communication .document .Documents ;
2426import org .junit .jupiter .api .Assertions ;
2527import org .junit .jupiter .api .BeforeAll ;
28+ import org .junit .jupiter .api .DisplayName ;
2629import org .junit .jupiter .api .Test ;
2730
2831import java .io .IOException ;
2932import java .util .HashMap ;
3033import java .util .List ;
3134import java .util .Map ;
35+ import java .util .Optional ;
3236import java .util .stream .Stream ;
3337
3438import static jakarta .nosql .document .DocumentDeleteQuery .delete ;
@@ -45,6 +49,7 @@ public static void setUp() throws IOException {
4549 }
4650
4751 @ Test
52+ @ DisplayName ("The query should execute A or B" )
4853 public void shouldQuery () {
4954 DocumentEntity entity = getEntity ();
5055 entityManager .insert (entity );
You can’t perform that action at this time.
0 commit comments