edu.utep.cs.et.gui.tester
Class JUnitExporter.NameGenerator
java.lang.Object
edu.utep.cs.et.gui.tester.JUnitExporter.NameGenerator
- Enclosing class:
- JUnitExporter
private static class JUnitExporter.NameGenerator
- extends Object
A class to generate unique test method names.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
names
private Map<String,Integer> names
JUnitExporter.NameGenerator
private JUnitExporter.NameGenerator()
nameFor
public String nameFor(String name)
- Returns a unique name for the given name.
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.