C# Client Library
A C# Client Library for the AnalyzeRe REST API
AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload Class Reference

Classes

class  AsyncTestState
 
class  YELTStream
 

Public Member Functions

void BaseTest_Cleanup ()
 
void BaseTest_Initialize ()
 
AsyncParameters GetDefaultAsyncParameters (AsyncTestState async_state)
 Get default AsyncParameters for running Async Upload unit tests. More...
 
DateTime LogTimeElapsed (DateTime startTime, string actionName="Action")
 Logs the time elapsed since the specified DateTime and returns the current time. More...
 
void SleepUntilResultReady (AsyncTestState async_state, int max_sleep_seconds=5)
 Waits for an Async Upload thread to invoke a completion delegate by putting the main (test runner) thread to sleep. More...
 
void Test_BufferedBytesFromStreamProducer_BytesToReadRespected ()
 
void Test_LargeDataUpload_Async_BinaryThroughput ()
 
void Test_LargeDataUpload_Async_MultiSegmentFile ()
 
void Test_LargeDataUpload_Async_MultiSegmentString ()
 
void Test_LargeDataUpload_Async_MultiSegmentString_Error ()
 
void Test_LargeDataUpload_Async_MultiSegmentString_Error_NoHandler ()
 
void Test_LargeDataUpload_Binary_ErrorHandling ()
 
void Test_LargeDataUpload_Binary_YELT_Stream_Unknown_Length ()
 
void Test_LargeDataUpload_Compression_Conflict_CancelPrior ()
 
void Test_LargeDataUpload_Compression_Conflict_Error ()
 
void Test_LargeDataUpload_Compression_Conflict_Resume_FileMismatch ()
 
void Test_LargeDataUpload_Compression_Conflict_Resume_PartiallyUploaded ()
 
void Test_LargeDataUpload_Compression_Conflict_Resume_Uncommitted ()
 
void Test_LargeDataUpload_Compression_Conflict_Resume_ZeroBytesUploaded ()
 
void Test_LargeDataUpload_Conflict_DataExists ()
 
void Test_LargeDataUpload_Conflict_Resume_DataExists ()
 
void Test_LargeDataUpload_DifferentEncodings ()
 
void Test_LargeDataUpload_DifferentEncodings_Unicode ()
 
void Test_LargeDataUpload_FileLockedExternally ()
 
void Test_LargeDataUpload_FileOpenElsewhere ()
 
void Test_LargeDataUpload_FilePathError ()
 
void Test_LargeDataUpload_MultiSegmentFile ()
 
void Test_LargeDataUpload_MultiSegmentString ()
 
void Test_LargeDataUpload_MultiSegmentStringCompressed ()
 
void Test_LargeDataUpload_NoCompression_Conflict_CancelPrior ()
 
void Test_LargeDataUpload_NoCompression_Conflict_Error ()
 
void Test_LargeDataUpload_NoCompression_Conflict_Resume_FileMismatch ()
 
void Test_LargeDataUpload_NoCompression_Conflict_Resume_PartiallyUploaded ()
 
void Test_LargeDataUpload_NoCompression_Conflict_Resume_Uncommitted ()
 
void Test_LargeDataUpload_NoCompression_Conflict_Resume_ZeroBytesUploaded ()
 
void Test_LargeDataUpload_OneSegmentFile ()
 
void Test_LargeDataUpload_OneSegmentString ()
 
void Test_LargeDataUpload_Patch_MethodNotAllowed ()
 
void Test_LargeDataUpload_ReferenceExistingFile_OnPOST ()
 
void Test_LargeDataUpload_ReferenceExistingFile_OnPUT ()
 
void Test_LargeDataUpload_Stream_Unknown_Length ()
 
void Test_LargeStreamUpload_AlreadyBinaryYELTFile ()
 Test uploading a file that has already been converted to the binary format, but not yet zipped. More...
 
void Test_LargeStreamUpload_AlreadyBinaryZippedYELTFile ()
 Test uploading a file that has already been converted to the binary gzipped format. More...
 
void Test_LargeStreamUpload_ReUploadBinaryYELTFile ()
 Test that a binary file can be downloaded from a server and re-uploaded. More...
 
void TestAsyncSuccess (AsyncTestState async_state)
 Asserts that the async upload succeeded More...
 

Static Public Member Functions

static void ApplyConfiguredCredentials ()
 Apply the current configured API_URL and API_AuthenticationToken credentials to the static API. More...
 
static void CheckConnection ()
 Set the Client API Server URL to the configured API_URL. More...
 
static void TestSuiteCleanup ()
 Actions to run once when the C# Unit Tests finish. Note: This method will not automatically be inherited and run by tests suites in different assemblies that import this library. You will need to create your own method with the [AssemblyCleanup] attribute that calls this method. More...
 
static void TestSuiteInitialize (TestContext context)
 Actions to run once when the C# Unit Tests initialize. Note: This method will not automatically be inherited and run by tests suites in different assemblies that import this library. You will need to create your own method with the [AssemblyInitialize] attribute that calls this method. More...
 

Static Public Attributes

static Reflection Reflection
 Shared instance of a class for generating random resources. More...
 
static Samples Samples
 Shared instance of a class for generating reusable sample resources. More...
 

Protected Member Functions

void AddCommonTestCleanupAction (Action action)
 
void AddCommonTestInitializeAction (Action action)
 

Static Protected Member Functions

static void BaseClass_Cleanup (Action action)
 
static void BaseClass_Initialize (TestContext context, Action action)
 

Properties

static IAccessToken API_AuthenticationToken [get, set]
 Set the AuthenticationToken to supply to the server before every test (if applicable). More...
 
static string API_URL [get, set]
 Location of the REST API being tested against. This can be set using the API_URL environment variable. Default is https://localhost:8000/. More...
 
bool DeletingResourcesBetweenTests [get]
 Determines based on the EnvironmentSettings whether injected resources (such as Samples) are being deleted between each test. More...
 
TestContext TestContext [get, set]
 

Detailed Description

Definition at line 33 of file Test_LargeDataUpload.cs.

Inheritance diagram for AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload:
AnalyzeReTesting.Base.BaseServerTestSuite AnalyzeReTesting.Base.BaseClientTestSuite AnalyzeReTesting.Base.BaseTestSuite

Member Function Documentation

◆ AddCommonTestCleanupAction()

void AnalyzeReTesting.Base.BaseTestSuite.AddCommonTestCleanupAction ( Action  action)
inlineprotectedinherited

Definition at line 80 of file BaseTestSuite.cs.

◆ AddCommonTestInitializeAction()

void AnalyzeReTesting.Base.BaseTestSuite.AddCommonTestInitializeAction ( Action  action)
inlineprotectedinherited

Definition at line 75 of file BaseTestSuite.cs.

◆ ApplyConfiguredCredentials()

static void AnalyzeReTesting.Base.BaseServerTestSuite.ApplyConfiguredCredentials ( )
inlinestaticinherited

Apply the current configured API_URL and API_AuthenticationToken credentials to the static API.

Definition at line 226 of file BaseServerAPITestSuite.cs.

◆ BaseClass_Cleanup()

static void AnalyzeReTesting.Base.BaseTestSuite.BaseClass_Cleanup ( Action  action)
inlinestaticprotectedinherited

Definition at line 66 of file BaseTestSuite.cs.

◆ BaseClass_Initialize()

static void AnalyzeReTesting.Base.BaseTestSuite.BaseClass_Initialize ( TestContext  context,
Action  action 
)
inlinestaticprotectedinherited

Definition at line 56 of file BaseTestSuite.cs.

◆ BaseTest_Cleanup()

void AnalyzeReTesting.Base.BaseTestSuite.BaseTest_Cleanup ( )
inlineinherited

Definition at line 46 of file BaseTestSuite.cs.

◆ BaseTest_Initialize()

void AnalyzeReTesting.Base.BaseTestSuite.BaseTest_Initialize ( )
inlineinherited

Definition at line 35 of file BaseTestSuite.cs.

◆ CheckConnection()

static void AnalyzeReTesting.Base.BaseServerTestSuite.CheckConnection ( )
inlinestaticinherited

Set the Client API Server URL to the configured API_URL.

Definition at line 235 of file BaseServerAPITestSuite.cs.

◆ GetDefaultAsyncParameters()

AsyncParameters AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.GetDefaultAsyncParameters ( AsyncTestState  async_state)
inline

Get default AsyncParameters for running Async Upload unit tests.

Returns

Definition at line 568 of file Test_LargeDataUpload.cs.

◆ LogTimeElapsed()

DateTime AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.LogTimeElapsed ( DateTime  startTime,
string  actionName = "Action" 
)
inline

Logs the time elapsed since the specified DateTime and returns the current time.

Parameters
startTimeThe UTC time the action begun.
actionNameThe name of the action which will appear in the log.
Returns
The current time.

Definition at line 743 of file Test_LargeDataUpload.cs.

◆ SleepUntilResultReady()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.SleepUntilResultReady ( AsyncTestState  async_state,
int  max_sleep_seconds = 5 
)
inline

Waits for an Async Upload thread to invoke a completion delegate by putting the main (test runner) thread to sleep.

Definition at line 582 of file Test_LargeDataUpload.cs.

◆ Test_BufferedBytesFromStreamProducer_BytesToReadRespected()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_BufferedBytesFromStreamProducer_BytesToReadRespected ( )
inline

Definition at line 1262 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Async_BinaryThroughput()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Async_BinaryThroughput ( )
inline

Definition at line 753 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Async_MultiSegmentFile()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Async_MultiSegmentFile ( )
inline

Definition at line 620 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Async_MultiSegmentString()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Async_MultiSegmentString ( )
inline

Definition at line 635 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Async_MultiSegmentString_Error()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Async_MultiSegmentString_Error ( )
inline

Definition at line 650 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Async_MultiSegmentString_Error_NoHandler()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Async_MultiSegmentString_Error_NoHandler ( )
inline

Definition at line 668 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Binary_ErrorHandling()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Binary_ErrorHandling ( )
inline

Definition at line 1055 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Binary_YELT_Stream_Unknown_Length()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Binary_YELT_Stream_Unknown_Length ( )
inline

Definition at line 1236 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Compression_Conflict_CancelPrior()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Compression_Conflict_CancelPrior ( )
inline

Definition at line 292 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Compression_Conflict_Error()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Compression_Conflict_Error ( )
inline

Definition at line 274 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Compression_Conflict_Resume_FileMismatch()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Compression_Conflict_Resume_FileMismatch ( )
inline

Definition at line 388 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Compression_Conflict_Resume_PartiallyUploaded()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Compression_Conflict_Resume_PartiallyUploaded ( )
inline

Definition at line 306 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Compression_Conflict_Resume_Uncommitted()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Compression_Conflict_Resume_Uncommitted ( )
inline

Definition at line 374 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Compression_Conflict_Resume_ZeroBytesUploaded()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Compression_Conflict_Resume_ZeroBytesUploaded ( )
inline

Definition at line 360 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Conflict_DataExists()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Conflict_DataExists ( )
inline

Definition at line 499 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Conflict_Resume_DataExists()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Conflict_Resume_DataExists ( )
inline

Definition at line 514 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_DifferentEncodings()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_DifferentEncodings ( )
inline

Definition at line 682 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_DifferentEncodings_Unicode()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_DifferentEncodings_Unicode ( )
inline

Definition at line 695 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_FileLockedExternally()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_FileLockedExternally ( )
inline

Definition at line 241 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_FileOpenElsewhere()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_FileOpenElsewhere ( )
inline

Definition at line 224 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_FilePathError()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_FilePathError ( )
inline

Definition at line 216 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_MultiSegmentFile()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_MultiSegmentFile ( )
inline

Definition at line 204 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_MultiSegmentString()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_MultiSegmentString ( )
inline

Definition at line 130 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_MultiSegmentStringCompressed()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_MultiSegmentStringCompressed ( )
inline

Definition at line 142 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_NoCompression_Conflict_CancelPrior()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_NoCompression_Conflict_CancelPrior ( )
inline

Definition at line 425 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_NoCompression_Conflict_Error()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_NoCompression_Conflict_Error ( )
inline

Definition at line 407 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_NoCompression_Conflict_Resume_FileMismatch()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_NoCompression_Conflict_Resume_FileMismatch ( )
inline

Definition at line 481 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_NoCompression_Conflict_Resume_PartiallyUploaded()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_NoCompression_Conflict_Resume_PartiallyUploaded ( )
inline

Definition at line 439 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_NoCompression_Conflict_Resume_Uncommitted()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_NoCompression_Conflict_Resume_Uncommitted ( )
inline

Definition at line 467 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_NoCompression_Conflict_Resume_ZeroBytesUploaded()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_NoCompression_Conflict_Resume_ZeroBytesUploaded ( )
inline

Definition at line 453 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_OneSegmentFile()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_OneSegmentFile ( )
inline

Definition at line 193 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_OneSegmentString()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_OneSegmentString ( )
inline

Definition at line 119 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Patch_MethodNotAllowed()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Patch_MethodNotAllowed ( )
inline

Definition at line 321 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_ReferenceExistingFile_OnPOST()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_ReferenceExistingFile_OnPOST ( )
inline

Definition at line 159 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_ReferenceExistingFile_OnPUT()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_ReferenceExistingFile_OnPUT ( )
inline

Definition at line 174 of file Test_LargeDataUpload.cs.

◆ Test_LargeDataUpload_Stream_Unknown_Length()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeDataUpload_Stream_Unknown_Length ( )
inline

Definition at line 1106 of file Test_LargeDataUpload.cs.

◆ Test_LargeStreamUpload_AlreadyBinaryYELTFile()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeStreamUpload_AlreadyBinaryYELTFile ( )
inline

Test uploading a file that has already been converted to the binary format, but not yet zipped.

Definition at line 898 of file Test_LargeDataUpload.cs.

◆ Test_LargeStreamUpload_AlreadyBinaryZippedYELTFile()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeStreamUpload_AlreadyBinaryZippedYELTFile ( )
inline

Test uploading a file that has already been converted to the binary gzipped format.

Definition at line 935 of file Test_LargeDataUpload.cs.

◆ Test_LargeStreamUpload_ReUploadBinaryYELTFile()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.Test_LargeStreamUpload_ReUploadBinaryYELTFile ( )
inline

Test that a binary file can be downloaded from a server and re-uploaded.

Definition at line 999 of file Test_LargeDataUpload.cs.

◆ TestAsyncSuccess()

void AnalyzeReTesting.Tests.AnalyzeReAPI.TestSuite_LargeDataUpload.TestAsyncSuccess ( AsyncTestState  async_state)
inline

Asserts that the async upload succeeded

Definition at line 591 of file Test_LargeDataUpload.cs.

◆ TestSuiteCleanup()

static void AnalyzeReTesting.Base.BaseServerTestSuite.TestSuiteCleanup ( )
inlinestaticinherited

Actions to run once when the C# Unit Tests finish. Note: This method will not automatically be inherited and run by tests suites in different assemblies that import this library. You will need to create your own method with the [AssemblyCleanup] attribute that calls this method.

Definition at line 163 of file BaseServerAPITestSuite.cs.

◆ TestSuiteInitialize()

static void AnalyzeReTesting.Base.BaseServerTestSuite.TestSuiteInitialize ( TestContext  context)
inlinestaticinherited

Actions to run once when the C# Unit Tests initialize. Note: This method will not automatically be inherited and run by tests suites in different assemblies that import this library. You will need to create your own method with the [AssemblyInitialize] attribute that calls this method.

Definition at line 84 of file BaseServerAPITestSuite.cs.

Member Data Documentation

◆ Reflection

Reflection AnalyzeReTesting.Base.BaseClientTestSuite.Reflection
staticinherited

Shared instance of a class for generating random resources.

Definition at line 18 of file BaseClientTestSuite.cs.

◆ Samples

Samples AnalyzeReTesting.Base.BaseClientTestSuite.Samples
staticinherited

Shared instance of a class for generating reusable sample resources.

Definition at line 15 of file BaseClientTestSuite.cs.

Property Documentation

◆ API_AuthenticationToken

IAccessToken AnalyzeReTesting.Base.BaseServerTestSuite.API_AuthenticationToken
staticgetsetinherited

Set the AuthenticationToken to supply to the server before every test (if applicable).

Definition at line 32 of file BaseServerAPITestSuite.cs.

◆ API_URL

string AnalyzeReTesting.Base.BaseServerTestSuite.API_URL
staticgetsetinherited

Location of the REST API being tested against. This can be set using the API_URL environment variable. Default is https://localhost:8000/.

Definition at line 28 of file BaseServerAPITestSuite.cs.

◆ DeletingResourcesBetweenTests

bool AnalyzeReTesting.Base.BaseServerTestSuite.DeletingResourcesBetweenTests
getinherited

Determines based on the EnvironmentSettings whether injected resources (such as Samples) are being deleted between each test.

Definition at line 46 of file BaseServerAPITestSuite.cs.

◆ TestContext

TestContext AnalyzeReTesting.Base.BaseTestSuite.TestContext
getsetinherited

Definition at line 20 of file BaseTestSuite.cs.


The documentation for this class was generated from the following file: