Class ErrorReportingTestListener.TestKey
- java.lang.Object
-
- com.carrotsearch.gradle.randomizedtesting.ErrorReportingTestListener.TestKey
-
- Enclosing class:
- ErrorReportingTestListener
public static class ErrorReportingTestListener.TestKey extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()static ErrorReportingTestListener.TestKeyof(org.gradle.api.tasks.testing.TestDescriptor d)java.lang.StringtoString()
-
-
-
Method Detail
-
of
public static ErrorReportingTestListener.TestKey of(org.gradle.api.tasks.testing.TestDescriptor d)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-