|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Denotable
An interface to uniformly represent various kinds of Java values
and objects that can be part of a test case. The contained
value may be a primitive value (e.g., int), a
reference (e.g., array and String), or a Java value or
reference represented as a method or constructor call.
| Method Summary | |
|---|---|
String |
toString()
Returns a string representation of this denotable. |
Class |
type()
Returns the type of this denotable. |
Object |
value()
Returns the represented value of this denotable. |
| Method Detail |
|---|
Object value()
null is returned. If the represented value is a
method or constructor call, the method or constructor is
evaluated and the result is returned.
Class type()
String toString()
toString in class Object
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||