Interface IRelativityComponent
Represents an interface of the Relativity component.
Namespace: Relativity.Testing.Framework
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface IRelativityComponentMethods
| Improve this Doc View SourceEnsure(IWindsorContainer)
Ensures that component has a connection to Relativity and is able to normally work.
Declaration
void Ensure(IWindsorContainer container)Parameters
| Type | Name | Description | 
|---|---|---|
| IWindsorContainer | container | The  | 
Initialize(IWindsorContainer)
This method should invoke all the 
Declaration
void Initialize(IWindsorContainer container)Parameters
| Type | Name | Description | 
|---|---|---|
| IWindsorContainer | container | The  |