public abstract class NodeInfo<P extends NodeInfo,R extends java.lang.reflect.AnnotatedElement>
extends java.lang.Object
Constructor and Description |
---|
NodeInfo() |
Modifier and Type | Method and Description |
---|---|
org.junit.runner.Description |
getDescription() |
int |
getLine() |
java.lang.Object |
getMetadata() |
java.lang.String |
getName() |
P |
getParent() |
R |
getReflection() |
boolean |
isStub() |
void |
setDescription(org.junit.runner.Description description) |
void |
setLine(int line) |
void |
setMetadata(java.lang.Object metadata) |
void |
setName(java.lang.String name) |
void |
setParent(P parent) |
void |
setReflection(R reflection) |
public java.lang.String getName()
public void setName(java.lang.String name)
public int getLine()
public void setLine(int line)
public P getParent()
public void setParent(P parent)
public R getReflection()
public void setReflection(R reflection)
public java.lang.Object getMetadata()
public void setMetadata(java.lang.Object metadata)
public org.junit.runner.Description getDescription()
public void setDescription(org.junit.runner.Description description)
public boolean isStub()
Copyright © 2017. All rights reserved