Class Configuration.Launcher
- java.lang.Object
-
- de.sormuras.junit.platform.isolator.Configuration.Launcher
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Configuration
public static class Configuration.Launcher extends java.lang.Object implements java.io.SerializableLauncher factory configuration.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanisTestEngineAutoRegistration()booleanisTestExecutionListenerAutoRegistration()java.lang.StringtoString()
-
-
-
Method Detail
-
isTestEngineAutoRegistration
public boolean isTestEngineAutoRegistration()
-
isTestExecutionListenerAutoRegistration
public boolean isTestExecutionListenerAutoRegistration()
-
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
-
-