com.agimatec.annotations.jam
Class JAMTestMethod

java.lang.Object
  extended by com.agimatec.annotations.jam.JAMTestAnnotatedElement
      extended by com.agimatec.annotations.jam.JAMTestMethod

public class JAMTestMethod
extends JAMTestAnnotatedElement

Description:
User: roman.stumm
Date: 13.06.2007
Time: 14:55:23
Copyright: Agimatec GmbH


Constructor Summary
JAMTestMethod(org.codehaus.jam.JMethod jmethod, JAMTestClass TestClass)
           
 
Method Summary
protected  org.codehaus.jam.JAnnotatedElement element()
           
 String getName()
           
 JAMTestClass getTestClass()
           
 String getType()
           
 String getType(String path)
           
 org.codehaus.jam.JClass getTypeJClass()
           
 boolean isEnumType()
           
protected  String multiAnnotation()
           
protected  String singleAnnotation()
           
 
Methods inherited from class com.agimatec.annotations.jam.JAMTestAnnotatedElement
findField, findField, getAnnotation, getComment, getTestAnnotation, getTestAnnotations, isCurrentlyActive, isTestCurrentlyActive, stringValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAMTestMethod

public JAMTestMethod(org.codehaus.jam.JMethod jmethod,
                     JAMTestClass TestClass)
Method Detail

getTestClass

public JAMTestClass getTestClass()
Specified by:
getTestClass in class JAMTestAnnotatedElement

element

protected org.codehaus.jam.JAnnotatedElement element()
Specified by:
element in class JAMTestAnnotatedElement

singleAnnotation

protected String singleAnnotation()
Specified by:
singleAnnotation in class JAMTestAnnotatedElement

multiAnnotation

protected String multiAnnotation()
Specified by:
multiAnnotation in class JAMTestAnnotatedElement

getName

public String getName()
Specified by:
getName in class JAMTestAnnotatedElement

getType

public String getType()
Specified by:
getType in class JAMTestAnnotatedElement

getTypeJClass

public org.codehaus.jam.JClass getTypeJClass()
Specified by:
getTypeJClass in class JAMTestAnnotatedElement

getType

public String getType(String path)
Specified by:
getType in class JAMTestAnnotatedElement

isEnumType

public boolean isEnumType()


Copyright © 2008-2012. All Rights Reserved.