-
Notifications
You must be signed in to change notification settings - Fork 126
chore: refactor test data models #1552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2284844
to
1b313af
Compare
core/src/test/java/ai/timefold/solver/core/api/solver/SolutionManagerTest.java
Show resolved
Hide resolved
41c3eac
to
b3852b1
Compare
b3852b1
to
d02ce8a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't expect any changes to assertions. Changes to assertions need to be explained first, except where:
- the assertion changes because it references a package name.
- the assertion changes compatibly (
isEqualTo(0)
v.isZero()
).
It also looks like the Enterprise bits need an update.
...rc/test/java/ai/timefold/solver/core/impl/domain/entity/descriptor/EntityDescriptorTest.java
Outdated
Show resolved
Hide resolved
...est/java/ai/timefold/solver/core/impl/domain/solution/cloner/AbstractSolutionClonerTest.java
Show resolved
Hide resolved
...est/java/ai/timefold/solver/core/impl/domain/solution/cloner/AbstractSolutionClonerTest.java
Show resolved
Hide resolved
...est/java/ai/timefold/solver/core/impl/domain/solution/descriptor/SolutionDescriptorTest.java
Show resolved
Hide resolved
...src/test/java/ai/timefold/solver/core/impl/domain/solution/mutation/MutationCounterTest.java
Show resolved
Hide resolved
core/src/test/java/ai/timefold/solver/core/impl/solver/SolverSolutionInheritanceTest.java
Show resolved
Hide resolved
.../timefold/solver/quarkus/inheritance/solution/TimefoldProcessorBothClassesAnnotatedTest.java
Show resolved
Hide resolved
8ec1241
to
04808a7
Compare
|
No description provided.