|
Move Method private floatsAreEqual(value1 float, value2 float) : boolean from class org.junit.jupiter.api.Assertions to package floatsAreEqual(value1 float, value2 float) : boolean from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private assertIterableElementsEqual(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertIterableElementsEqual(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertIterableEquals |
From |
To |
|
Move Method private failActualArrayIsNull(indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private failActualArrayIsNull(indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private assertArrayEquals(expected byte[], actual byte[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayEquals(expected byte[], actual byte[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private buildPrefix(message String) : String from class org.junit.jupiter.api.Assertions to package buildPrefix(message String) : String from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private assertArrayEquals(expected double[], actual double[], delta double, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayEquals(expected double[], actual double[], delta double, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private floatsAreEqual(value1 float, value2 float, delta float) : boolean from class org.junit.jupiter.api.Assertions to package floatsAreEqual(value1 float, value2 float, delta float) : boolean from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private format(expected Object, actual Object, message String) : String from class org.junit.jupiter.api.Assertions to package format(expected Object, actual Object, message String) : String from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private failExpectedIterableIsNull(indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private failExpectedIterableIsNull(indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertIterableEquals |
From |
To |
|
Move Method private failNotNull(actual Object, message String) : void from class org.junit.jupiter.api.Assertions to private failNotNull(actual Object, message String) : void from class org.junit.jupiter.api.AssertNull |
From |
To |
|
Move Method private nullSafeGet(messageSupplier Supplier<String>) : String from class org.junit.jupiter.api.Assertions to package nullSafeGet(messageSupplier Supplier<String>) : String from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private failEqual(actual Object, message String) : void from class org.junit.jupiter.api.Assertions to private failEqual(actual Object, message String) : void from class org.junit.jupiter.api.AssertNotEquals |
From |
To |
|
Move Method private assertIterableEquals(expected Iterable<?>, actual Iterable<?>, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertIterableEquals(expected Iterable<?>, actual Iterable<?>, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertIterableEquals |
From |
To |
|
Move Method private assertArrayEquals(expected float[], actual float[], delta float, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayEquals(expected float[], actual float[], delta float, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private doublesAreEqual(value1 double, value2 double, delta double) : boolean from class org.junit.jupiter.api.Assertions to package doublesAreEqual(value1 double, value2 double, delta double) : boolean from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private failActualIterableIsNull(indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private failActualIterableIsNull(indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertIterableEquals |
From |
To |
|
Move Method private assertArrayEquals(expected long[], actual long[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayEquals(expected long[], actual long[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private failExpectedArrayIsNull(indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private failExpectedArrayIsNull(indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private fail(message String, expected Object, actual Object) : void from class org.junit.jupiter.api.Assertions to package fail(message String, expected Object, actual Object) : void from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private assertIteratorsAreEmpty(expected Iterator<?>, actual Iterator<?>, processed int, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertIteratorsAreEmpty(expected Iterator<?>, actual Iterator<?>, processed int, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertIterableEquals |
From |
To |
|
Move Method private failNotEqual(expected Object, actual Object, message String) : void from class org.junit.jupiter.api.Assertions to private failNotEqual(expected Object, actual Object, message String) : void from class org.junit.jupiter.api.AssertEquals |
From |
To |
|
Move Method private assertArrayEquals(expected Object[], actual Object[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayEquals(expected Object[], actual Object[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private assertArraysNotNull(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArraysNotNull(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private assertArrayEquals(expected int[], actual int[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayEquals(expected int[], actual int[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private failSame(actual Object, message String) : void from class org.junit.jupiter.api.Assertions to private failSame(actual Object, message String) : void from class org.junit.jupiter.api.AssertNotSame |
From |
To |
|
Move Method private failArraysNotEqual(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private failArraysNotEqual(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private assertArrayElementsEqual(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayElementsEqual(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private assertArraysHaveSameLength(expected int, actual int, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArraysHaveSameLength(expected int, actual int, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private assertArrayEquals(expected float[], actual float[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayEquals(expected float[], actual float[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private formatIndexes(indexes Deque<Integer>) : String from class org.junit.jupiter.api.Assertions to package formatIndexes(indexes Deque<Integer>) : String from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private assertValidDelta(delta double) : void from class org.junit.jupiter.api.Assertions to package assertValidDelta(delta double) : void from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private formatValues(expected Object, actual Object) : String from class org.junit.jupiter.api.Assertions to package formatValues(expected Object, actual Object) : String from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private doublesAreEqual(value1 double, value2 double) : boolean from class org.junit.jupiter.api.Assertions to package doublesAreEqual(value1 double, value2 double) : boolean from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private assertArrayEquals(expected boolean[], actual boolean[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayEquals(expected boolean[], actual boolean[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private failNotSame(expected Object, actual Object, message String) : void from class org.junit.jupiter.api.Assertions to private failNotSame(expected Object, actual Object, message String) : void from class org.junit.jupiter.api.AssertSame |
From |
To |
|
Move Method private failIllegalDelta(delta String) : void from class org.junit.jupiter.api.Assertions to private failIllegalDelta(delta String) : void from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private objectsAreEqual(obj1 Object, obj2 Object) : boolean from class org.junit.jupiter.api.Assertions to package objectsAreEqual(obj1 Object, obj2 Object) : boolean from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private assertIterablesNotNull(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertIterablesNotNull(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertIterableEquals |
From |
To |
|
Move Method private assertArrayEquals(expected double[], actual double[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayEquals(expected double[], actual double[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private assertValidDelta(delta float) : void from class org.junit.jupiter.api.Assertions to package assertValidDelta(delta float) : void from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private nullSafeIndexes(indexes Deque<Integer>, newIndex int) : Deque<Integer> from class org.junit.jupiter.api.Assertions to private nullSafeIndexes(indexes Deque<Integer>, newIndex int) : Deque<Integer> from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private assertArrayEquals(expected short[], actual short[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayEquals(expected short[], actual short[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private assertArrayEquals(expected char[], actual char[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private assertArrayEquals(expected char[], actual char[], indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertArrayEquals |
From |
To |
|
Move Method private failIterablesNotEqual(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.Assertions to private failIterablesNotEqual(expected Object, actual Object, indexes Deque<Integer>, messageSupplier Supplier<String>) : void from class org.junit.jupiter.api.AssertIterableEquals |
From |
To |
|
Move Method private formatClassAndValue(value Object, valueString String) : String from class org.junit.jupiter.api.Assertions to private formatClassAndValue(value Object, valueString String) : String from class org.junit.jupiter.api.AssertionUtils |
From |
To |
|
Move Method private failNull(message String) : void from class org.junit.jupiter.api.Assertions to private failNull(message String) : void from class org.junit.jupiter.api.AssertNotNull |
From |
To |