de.smartics.util.source
Interface MethodInfo

Package class diagram package MethodInfo
All Known Implementing Classes:
DefaultMethodInfo

public interface MethodInfo

Provides access to method information.


Method Summary
 SourceCodeLocation getLocation()
          Returns the location of the test.
 String getMethodSignature()
          Returns the signature of the test method.
 

Method Detail

getMethodSignature

String getMethodSignature()
Returns the signature of the test method. This includes the test name and the parameter types list (with brackets).

Returns:
the signature of the test method.
To Do:
Currently assumes that the test method has no arguments.

getLocation

SourceCodeLocation getLocation()
Returns the location of the test. This is the location of the test method.

Returns:
the location of the test.


Copyright © 2011-2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.