C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeReTesting.Utilities.GenericTest Member List

This is the complete list of members for AnalyzeReTesting.Utilities.GenericTest, including all inherited members.

ExecuteWithConsoleErrorLogging(Action action, Func< string > additionalContext=null)AnalyzeReTesting.Utilities.GenericTestinlinestatic
GET_AllPropertiesRecognized< T >(T existingResource)AnalyzeReTesting.Utilities.GenericTestinlinestatic
GET_Collection< T >(IResourceCollection< T > collection_source)AnalyzeReTesting.Utilities.GenericTestinlinestatic
GET_Collection_AllSubtypes< T >(IResourceCollection< T > collection_source, Reflection reflection, long offset=0, long limit=100, RequestParameters additionalParameters=null, Action< ICollectionResponse< T > > additionalActions=null, int? timeout=null)AnalyzeReTesting.Utilities.GenericTestinlinestatic
GET_ExistingResource_Succeeds< T >(T existingResource)AnalyzeReTesting.Utilities.GenericTestinlinestatic
Mock< T >(string id)AnalyzeReTesting.Utilities.GenericTestinlinestatic
POST_AllSubtypes_Succeeds< T >(Reflection reflection)AnalyzeReTesting.Utilities.GenericTestinlinestatic
POST_InvalidResource_Fails< T >(T invalidToPost)AnalyzeReTesting.Utilities.GenericTeststatic
POST_InvalidResource_Fails< T, TException >(T invalidToPost, Action< TException > exceptionTest)AnalyzeReTesting.Utilities.GenericTestinlinestatic
POST_InvalidResourceWithData_Fails< T >(T toPost, string data)AnalyzeReTesting.Utilities.GenericTestinlinestatic
POST_InvalidResourceWithData_Fails< T, TException >(T toPost, string data, Action< TException > exceptionTest)AnalyzeReTesting.Utilities.GenericTestinlinestatic
POST_ThenDoAction< T >(T toPost, Action< T > toExecute)AnalyzeReTesting.Utilities.GenericTestinlinestatic
POST_ValidResource< T >(T toPost)AnalyzeReTesting.Utilities.GenericTestinlinestatic
POST_ValidResourceWithData< T >(T toPost, string data)AnalyzeReTesting.Utilities.GenericTestinlinestatic
POST_WithData_ThenDoAction< T >(T toPost, string data, Action< T > toExecute)AnalyzeReTesting.Utilities.GenericTestinlinestatic
PUT_Fails< T, TException >(T toPut, Action< TException > exceptionTest=null)AnalyzeReTesting.Utilities.GenericTestinlinestatic
Try_POST_Random_Resource< T >(Type subtype, Reflection reflection, int attempts=3)AnalyzeReTesting.Utilities.GenericTestinlinestatic
UploadData< T >(T resource, string data)AnalyzeReTesting.Utilities.GenericTestinlinestatic