com.sic.bb.jenkins.plugins.sicci_for_xcode.ocunit
Class OCUnitTestCase

java.lang.Object
  extended by com.sic.bb.jenkins.plugins.sicci_for_xcode.ocunit.OCUnitTestCase
All Implemented Interfaces:
java.io.Serializable

public class OCUnitTestCase
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OCUnitTestCase(java.lang.String testCaseName)
           
 
Method Summary
 void addTestCaseError(OCUnitTestCaseError testCaseError)
           
 double getTestCaseDuration()
           
 java.util.Vector<OCUnitTestCaseError> getTestCaseErrors()
           
 int getTestCaseErrorsCount()
           
 java.lang.String getTestCaseName()
           
 OCUnitTestCaseResult getTestCaseResult()
           
 void setTestCaseDuration(double testCaseDuration)
           
 void setTestCaseResult(OCUnitTestCaseResult testCaseResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCUnitTestCase

public OCUnitTestCase(java.lang.String testCaseName)
Method Detail

setTestCaseResult

public void setTestCaseResult(OCUnitTestCaseResult testCaseResult)

getTestCaseResult

public OCUnitTestCaseResult getTestCaseResult()

getTestCaseName

public java.lang.String getTestCaseName()

setTestCaseDuration

public void setTestCaseDuration(double testCaseDuration)

getTestCaseDuration

public double getTestCaseDuration()

addTestCaseError

public void addTestCaseError(OCUnitTestCaseError testCaseError)

getTestCaseErrorsCount

public int getTestCaseErrorsCount()

getTestCaseErrors

public java.util.Vector<OCUnitTestCaseError> getTestCaseErrors()


Copyright © 2004-2011. All Rights Reserved.