org.jboss.osgi.husky
Interface Request

All Superinterfaces:
java.io.Serializable

public interface Request
extends java.io.Serializable

An abstraction of a test request.

Since:
16-May-2009
Author:
Thomas.Diesler@jboss.com

Method Summary
 java.lang.String getClassName()
          Get the test case name
 java.lang.String getMethodName()
          Get the test method name
 

Method Detail

getClassName

java.lang.String getClassName()
Get the test case name


getMethodName

java.lang.String getMethodName()
Get the test method name



Copyright © 2009. All Rights Reserved.