public abstract class FrameworkMember<T extends FrameworkMember<T>> extends Object implements Annotatable
FrameworkField
and FrameworkMethod
Constructor and Description |
---|
FrameworkMember() |
Modifier and Type | Method and Description |
---|---|
abstract Class<?> |
getDeclaringClass() |
protected abstract int |
getModifiers() |
abstract String |
getName() |
abstract Class<?> |
getType() |
boolean |
isPublic()
Returns true if this member is public, false if not.
|
boolean |
isStatic()
Returns true if this member is static, false if not.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAnnotation, getAnnotations
public FrameworkMember()
protected abstract int getModifiers()
public boolean isStatic()
public boolean isPublic()
public abstract Class<?> getDeclaringClass()
Copyright © 2002–2017 JUnit. All rights reserved.