fr.inria.peerunit.parser
Class MethodDescription

java.lang.Object
  extended by fr.inria.peerunit.parser.MethodDescription
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MethodDescription>

public class MethodDescription
extends java.lang.Object
implements java.lang.Comparable<MethodDescription>, java.io.Serializable

Author:
sunye
See Also:
Serialized Form

Constructor Summary
MethodDescription(AfterClassMethod method)
           
MethodDescription(BeforeClassMethod method)
           
MethodDescription(java.lang.String name, int order, int timeout)
           
MethodDescription(TestStepMethod method)
           
 
Method Summary
 int compareTo(MethodDescription other)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 int getOrder()
           
 int getTimeout()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodDescription

public MethodDescription(java.lang.String name,
                         int order,
                         int timeout)

MethodDescription

public MethodDescription(TestStepMethod method)

MethodDescription

public MethodDescription(BeforeClassMethod method)

MethodDescription

public MethodDescription(AfterClassMethod method)
Method Detail

compareTo

public int compareTo(MethodDescription other)
Specified by:
compareTo in interface java.lang.Comparable<MethodDescription>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

getName

public java.lang.String getName()

getTimeout

public int getTimeout()

getOrder

public int getOrder()


Copyright © 2010. All Rights Reserved.