Namespace Relativity.Testing.Framework
Classes
CoreComponent
Represents the core component of Relativity Testing Framework that provides configuration management and other core functionality. CoreComponent should be registered in RelativityFacade thru RelyOn<T>() method before other components. Custom configuraton providers, when needed, can be added by setting ConfigurationRoot property with the custom value.
ObjectNotFoundException
Represents error of failed object finding.
Randomizer
Provides a set of methods for data randomization.
RelativityComponentEnsuringException
Represents errors that occur during
RelativityFacade
Represents the facade over Relativity. Is a root point for RTF usage.
Interfaces
IApplicationInsightsInterceptor
Represents an interface of the Insights telemetry interceptor component.
IApplicationInsightsTelemetryClient
Represents an interface of the Insights telemetry client component.
IRelativityComponent
Represents an interface of the Relativity component.
IRelativityFacade
Represents an interface of facade over Relativity.