|
Rename Method public assertHard(constraintName String, hardLevel int, expectedWeight int, solution Solution_) : void renamed to public assertHardWeight(constraintName String, hardLevel int, expectedWeight int, solution Solution_) : void in class org.optaplanner.test.impl.score.buildin.bendable.BendableScoreVerifier |
From |
To |
|
Rename Method public assertSoft(constraintName String, expectedWeight int, solution Solution_) : void renamed to public assertSoftWeight(constraintName String, expectedWeight int, solution Solution_) : void in class org.optaplanner.test.impl.score.buildin.hardsoft.HardSoftScoreVerifier |
From |
To |
|
Rename Method protected assertConstraintWeight(constraintPackage String, constraintName String, scoreLevel int, expectedWeight Number, solution Solution_) : void renamed to protected assertWeight(constraintPackage String, constraintName String, scoreLevel int, expectedWeight Number, solution Solution_) : void in class org.optaplanner.test.impl.score.AbstractScoreVerifier |
From |
To |
|
Rename Method public assertSoft(constraintName String, softLevel int, expectedWeight int, solution Solution_) : void renamed to public assertSoftWeight(constraintName String, softLevel int, expectedWeight int, solution Solution_) : void in class org.optaplanner.test.impl.score.buildin.bendable.BendableScoreVerifier |
From |
To |
|
Rename Method public assertHard(constraintName String, expectedWeight int, solution Solution_) : void renamed to public assertHardWeight(constraintName String, expectedWeight int, solution Solution_) : void in class org.optaplanner.test.impl.score.buildin.hardsoft.HardSoftScoreVerifier |
From |
To |