Package org.jboss.arquillian.test.impl
Class TestExecutionDeciderComparator
java.lang.Object
org.jboss.arquillian.test.impl.TestExecutionDeciderComparator
- All Implemented Interfaces:
Comparator<TestExecutionDecider>
public class TestExecutionDeciderComparator
extends Object
implements Comparator<TestExecutionDecider>
- Author:
- Stefan Miklosovic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(TestExecutionDecider decider1, TestExecutionDecider decider2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TestExecutionDeciderComparator
public TestExecutionDeciderComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<TestExecutionDecider>
-