edu.utep.cs.et.gui.tester
Class JUnitExporter.SimpleVarGenerator
java.lang.Object
edu.utep.cs.et.gui.tester.JUnitExporter.SimpleVarGenerator
- All Implemented Interfaces:
- VarGenerator
- Enclosing class:
- JUnitExporter
private static class JUnitExporter.SimpleVarGenerator
- extends Object
- implements VarGenerator
A class to generate unique variable names.
|
Field Summary |
private static int |
i
|
|
Method Summary |
String |
genVar()
Returns a unique variable name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i
private static int i
JUnitExporter.SimpleVarGenerator
private JUnitExporter.SimpleVarGenerator()
genVar
public String genVar()
- Returns a unique variable name.
- Specified by:
genVar in interface VarGenerator
JET is Copyright (C) 2005-2007 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.