unitee.client
Class RemoteTestCaseHolderStub

java.lang.Object
  |
  +--unitee.client.AbstractStreamable
        |
        +--unitee.client.RemoteTestStub
              |
              +--unitee.client.RemoteTestCaseHolderStub

public class RemoteTestCaseHolderStub
extends RemoteTestStub
implements TestCaseHolder


Fields inherited from class unitee.client.AbstractStreamable
objectID
 
Constructor Summary
RemoteTestCaseHolderStub()
           
 
Method Summary
 java.lang.String getTestCaseName()
           
 
Methods inherited from class unitee.client.RemoteTestStub
asSuite, asTestCase, getName, getParent, getQualifiedName, getTestParameters, init, setName, setParent, setTestParameters, test
 
Methods inherited from class unitee.client.AbstractStreamable
read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTestCaseHolderStub

public RemoteTestCaseHolderStub()
Method Detail

getTestCaseName

public java.lang.String getTestCaseName()
Specified by:
getTestCaseName in interface TestCaseHolder