File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
tests/objectbox-java-test/src/test/java/io/objectbox Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
package io .objectbox ;
18
18
19
- import org .junit .runner .RunWith ;
20
- import org .junit .runners .Suite ;
21
- import org .junit .runners .Suite .SuiteClasses ;
22
-
23
19
import io .objectbox .index .IndexReaderRenewTest ;
24
20
import io .objectbox .query .LazyListTest ;
25
21
import io .objectbox .query .QueryObserverTest ;
26
22
import io .objectbox .query .QueryTest ;
27
23
import io .objectbox .relation .RelationEagerTest ;
28
24
import io .objectbox .relation .RelationTest ;
25
+ import io .objectbox .relation .ToManyStandaloneTest ;
26
+ import io .objectbox .relation .ToManyTest ;
29
27
import io .objectbox .relation .ToOneTest ;
28
+ import org .junit .runner .RunWith ;
29
+ import org .junit .runners .Suite ;
30
+ import org .junit .runners .Suite .SuiteClasses ;
30
31
31
32
@ RunWith (Suite .class )
32
33
@ SuiteClasses ({
43
44
QueryTest .class ,
44
45
RelationTest .class ,
45
46
RelationEagerTest .class ,
47
+ ToManyStandaloneTest .class ,
48
+ ToManyTest .class ,
46
49
ToOneTest .class ,
47
50
TransactionTest .class ,
48
51
})
You can’t perform that action at this time.
0 commit comments