Class FieldSelector
java.lang.Object
com.tngtech.archunit.junit.engine_api.FieldSelector
- All Implemented Interfaces:
org.junit.platform.engine.DiscoverySelector
@PublicAPI(usage=ACCESS)
public final class FieldSelector
extends Object
implements org.junit.platform.engine.DiscoverySelector
-
Method Summary
Modifier and TypeMethodDescriptionbooleanClass<?> inthashCode()static FieldSelectorselectField(Class<?> javaClass, Field field) static FieldSelectorselectField(Class<?> javaClass, String fieldName) static FieldSelectorselectField(String className, String fieldName) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.junit.platform.engine.DiscoverySelector
toIdentifier
-
Method Details
-
getJavaClass
-
getJavaField
-
hashCode
public int hashCode() -
equals
-
toString
-
selectField
@PublicAPI(usage=ACCESS) public static FieldSelector selectField(String className, String fieldName) -
selectField
@PublicAPI(usage=ACCESS) public static FieldSelector selectField(Class<?> javaClass, String fieldName) -
selectField
-