Class Where
- java.lang.Object
-
- ru.ispras.microtesk.test.template.Where
-
public final class Where extends java.lang.Object
TheWhere
class holds information about a position in a test template.
-
-
Constructor Summary
Constructors Constructor Description Where(java.lang.String file, int line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFile()
int
getLine()
java.lang.String
toString()
-