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 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 interface Comparator<org.junit.runner.Description>