C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
Reflection.cs File Reference

Go to the source code of this file.

Classes

class  AnalyzeReTesting.Utilities.PropertyGenerationException
 An exception throw when a random generation routine fails to produce a POSTable resource. More...
 
class  AnalyzeReTesting.Utilities.Reflection.RecursionContext
 Used to keep track of the recursive random generation process for objects and their attributes. When an object or its properties are being randomly generated, the recursion context indicates what the parent object (if any) is. When a property to generate has additional nested properties that must also be randomized, the recursion context will point back to the original root object. More...
 
class  AnalyzeReTesting.Utilities.Reflection
 A collection of filthy hacks to populate some fields of APIResources objects of any type. More...
 
class  AnalyzeReTesting.Utilities.Reflection.TimedRequest
 Small class to track a few properties of a request. More...
 

Namespaces

namespace  AnalyzeReTesting
 
namespace  AnalyzeReTesting.Utilities