com.eviware.soapui.model.testsuite
Interface ProjectRunContext

All Superinterfaces:
PropertyExpansionContext, SubmitContext, TestRunContext
All Known Implementing Classes:
MockProjectRunContext, WsdlProjectRunContext

public interface ProjectRunContext
extends TestRunContext

Context information for a testcase run session


Field Summary
 
Fields inherited from interface com.eviware.soapui.model.testsuite.TestRunContext
INTERACTIVE, LOAD_TEST_CONTEXT, LOAD_TEST_RUNNER, RUN_COUNT, THREAD_INDEX, TOTAL_RUN_COUNT
 
Fields inherited from interface com.eviware.soapui.model.iface.SubmitContext
HTTP_STATE_PROPERTY, PROPERTY_SEPARATOR
 
Method Summary
 Project getProject()
           
 ProjectRunner getProjectRunner()
           
 
Methods inherited from interface com.eviware.soapui.model.testsuite.TestRunContext
expand, getTestRunner
 
Methods inherited from interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContext
getModelItem, getProperties, getProperty, getPropertyNames, hasProperty, removeProperty, setProperty
 

Method Detail

getProjectRunner

ProjectRunner getProjectRunner()

getProject

Project getProject()


Copyright © 2005-2009 eviware.com. All Rights Reserved.