File tree 2 files changed +5
-5
lines changed
core/src/test/java/ai/timefold/solver/core/impl/domain
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
import ai .timefold .solver .core .testdomain .TestdataEntity ;
9
9
import ai .timefold .solver .core .testdomain .immutable .TestdataSolution ;
10
+ import ai .timefold .solver .core .testdomain .inheritance .entity .single .baseannotated .classes .pinned .TestdataExtendedPinnedEntity ;
11
+ import ai .timefold .solver .core .testdomain .inheritance .entity .single .baseannotated .classes .pinned .TestdataExtendedPinnedSolution ;
10
12
import ai .timefold .solver .core .testdomain .inheritance .solution .baseannotated .childtoo .TestdataBothAnnotatedChildEntity ;
11
13
import ai .timefold .solver .core .testdomain .inheritance .solution .baseannotated .childtoo .TestdataBothAnnotatedExtendedSolution ;
12
14
import ai .timefold .solver .core .testdomain .invalid .noplanningvar .TestdataNoVariableSolution ;
13
15
import ai .timefold .solver .core .testdomain .pinned .TestdataPinnedEntity ;
14
- import ai .timefold .solver .core .testdomain .inheritance .entity .single .baseannotated .classes .pinned .TestdataExtendedPinnedEntity ;
15
- import ai .timefold .solver .core .testdomain .inheritance .entity .single .baseannotated .classes .pinned .TestdataExtendedPinnedSolution ;
16
16
17
17
import org .junit .jupiter .api .Test ;
18
18
Original file line number Diff line number Diff line change 11
11
import java .util .List ;
12
12
13
13
import ai .timefold .solver .core .testdomain .TestdataValue ;
14
- import ai .timefold .solver .core .testdomain .shadow .cyclic .TestdataSevenNonCyclicShadowedSolution ;
15
- import ai .timefold .solver .core .testdomain .shadow .cyclic .invalid .TestdataCyclicReferencedShadowedSolution ;
16
- import ai .timefold .solver .core .testdomain .shadow .cyclic .invalid .TestdataCyclicShadowedSolution ;
17
14
import ai .timefold .solver .core .testdomain .inheritance .entity .single .baseannotated .classes .shadow .TestdataExtendedShadowedChildEntity ;
18
15
import ai .timefold .solver .core .testdomain .inheritance .entity .single .baseannotated .classes .shadow .TestdataExtendedShadowedParentEntity ;
19
16
import ai .timefold .solver .core .testdomain .inheritance .entity .single .baseannotated .classes .shadow .TestdataExtendedShadowedSolution ;
17
+ import ai .timefold .solver .core .testdomain .shadow .cyclic .TestdataSevenNonCyclicShadowedSolution ;
18
+ import ai .timefold .solver .core .testdomain .shadow .cyclic .invalid .TestdataCyclicReferencedShadowedSolution ;
19
+ import ai .timefold .solver .core .testdomain .shadow .cyclic .invalid .TestdataCyclicShadowedSolution ;
20
20
import ai .timefold .solver .core .testdomain .shadow .manytomany .TestdataManyToManyShadowedEntity ;
21
21
import ai .timefold .solver .core .testdomain .shadow .manytomany .TestdataManyToManyShadowedEntityUniqueEvents ;
22
22
import ai .timefold .solver .core .testdomain .shadow .manytomany .TestdataManyToManyShadowedSolution ;
You can’t perform that action at this time.
0 commit comments