org.jboss.osgi.husky
Interface Request

All Superinterfaces:
Serializable

public interface Request
extends Serializable

An abstraction of a test request.

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

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

Method Detail

getClassName

String getClassName()
Get the test case name


getMethodName

String getMethodName()
Get the test method name



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.