de.smartics.util.source
Interface 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.

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–2013 smartics. All rights reserved.