Package com.liferay.portal.kernel.test
Class DescriptionComparator
Object
com.liferay.portal.kernel.test.DescriptionComparator
- All Implemented Interfaces:
Comparator<org.junit.runner.Description>
@Deprecated
public class DescriptionComparator
extends Object
implements Comparator<org.junit.runner.Description>
Deprecated.
As of Mueller (7.2.x), with no direct replacement
- Author:
- Shuyang Zhou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(org.junit.runner.Description description1, org.junit.runner.Description description2) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
DescriptionComparator
public DescriptionComparator()Deprecated.
-
-
Method Details
-
compare
public int compare(org.junit.runner.Description description1, org.junit.runner.Description description2) Deprecated.- Specified by:
compare
in interfaceComparator<org.junit.runner.Description>
-