JET

edu.utep.cs.et.gui.tester
Class JUnitExporter.NameGenerator

java.lang.Object
  extended by 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.


Field Summary
private  Map<String,Integer> names
           
 
Constructor Summary
private JUnitExporter.NameGenerator()
           
 
Method Summary
 String nameFor(String name)
          Returns a unique name for the given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

names

private Map<String,Integer> names
Constructor Detail

JUnitExporter.NameGenerator

private JUnitExporter.NameGenerator()
Method Detail

nameFor

public String nameFor(String name)
Returns a unique name for the given name.


JET

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.