public interface IProxyTest
extends junit.framework.Test
Test
that holds a reference to a delegate. Normally the
delegate will extend TestCase
to provide, possibly
persistent, implementation specific logic for establishing test
fixtures. The delegate is normally an instance of your concrete
implementation specific test harness with access to any required
configuration data, e.g., a properties file.Modifier and Type | Method and Description |
---|---|
junit.framework.Test |
getDelegate()
Returns the reference to the delegate or
null if
the delegate was not established. |
void |
setDelegate(junit.framework.Test delegate)
Sets the delegate.
|
void setDelegate(junit.framework.Test delegate)
ProxyTestSuite
uses this method to
set the delegate on each test class instance that it creates
that implements the IProxyTest
interface.junit.framework.Test getDelegate()
null
if
the delegate was not established.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.