org.fest.test
Class Jedi

java.lang.Object
  extended by org.fest.test.Person
      extended by org.fest.test.Jedi
All Implemented Interfaces:
Comparable<Person>

public class Jedi
extends Person

Object for test.

Author:
Nicolas François, Joel Costigliola

Constructor Summary
Jedi(String name, String lightSaberColor)
           
 
Method Summary
 String getLightSaberColor()
           
 String toString()
           
 
Methods inherited from class org.fest.test.Person
compareTo, equals, getName, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Jedi

public Jedi(String name,
            String lightSaberColor)
Method Detail

getLightSaberColor

public String getLightSaberColor()

toString

public String toString()
Overrides:
toString in class Person


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