Uses of Class
org.fest.test.Name

Uses of Name in org.fest.test
 

Methods in org.fest.test that return Name
 Name Employee.getName()
           
 Name Player.getName()
           
 

Methods in org.fest.test with parameters of type Name
 void Employee.setName(Name name)
           
 void Player.setName(Name name)
           
 

Constructors in org.fest.test with parameters of type Name
Employee(long id, Name name, int age)
           
Player(Name name, String team)
           
 



Copyright © 2008-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.