Version

UpdateTestData Method (UltraPivotGridTestObject)

Syntax
'Declaration
 
Public Overridable Function UpdateTestData( _
   ByVal testDataType As String, _
   ByVal testData As Rational.Test.Ft.Vp.ITestData _
) As Rational.Test.Ft.Vp.ITestData
public virtual Rational.Test.Ft.Vp.ITestData UpdateTestData( 
   string testDataType,
   Rational.Test.Ft.Vp.ITestData testData
)

Parameters

testDataType
testData
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also