Show / Hide Table of Contents

Class AssertionTestServiceProvider

Inheritance
System.Object
TestServiceProvider
AssertionTestServiceProvider
SequentialAssertionTestServiceProvider
Implements
IReactiveServiceProvider
IReactiveServiceProvider<System.Linq.Expressions.Expression>
IReactiveMetadataServiceProvider
IReactiveClientServiceProvider
IReactiveClientServiceProvider<System.Linq.Expressions.Expression>
IReactiveDefinitionServiceProvider
IReactiveDefinitionServiceProvider<System.Linq.Expressions.Expression>
Inherited Members
TestServiceProvider.CreateSubscriptionAsync(Uri, Expression, Object, CancellationToken)
TestServiceProvider.DeleteSubscriptionAsync(Uri, CancellationToken)
TestServiceProvider.CreateStreamAsync(Uri, Expression, Object, CancellationToken)
TestServiceProvider.DeleteStreamAsync(Uri, CancellationToken)
TestServiceProvider.GetObserverAsync<T>(Uri, CancellationToken)
TestServiceProvider.DefineObservableAsync(Uri, Expression, Object, CancellationToken)
TestServiceProvider.UndefineObservableAsync(Uri, CancellationToken)
TestServiceProvider.DefineObserverAsync(Uri, Expression, Object, CancellationToken)
TestServiceProvider.UndefineObserverAsync(Uri, CancellationToken)
TestServiceProvider.DefineStreamFactoryAsync(Uri, Expression, Object, CancellationToken)
TestServiceProvider.UndefineStreamFactoryAsync(Uri, CancellationToken)
TestServiceProvider.DefineSubscriptionFactoryAsync(Uri, Expression, Object, CancellationToken)
TestServiceProvider.UndefineSubscriptionFactoryAsync(Uri, CancellationToken)
TestServiceProvider.Provider
Namespace: Reaqtor.TestingFramework
Assembly: Reaqtor.TestingFramework.Service.dll
Syntax
public abstract class AssertionTestServiceProvider : TestServiceProvider, IReactiveServiceProvider, IReactiveServiceProvider<Expression>, IReactiveMetadataServiceProvider, IReactiveClientServiceProvider, IReactiveClientServiceProvider<Expression>, IReactiveDefinitionServiceProvider, IReactiveDefinitionServiceProvider<Expression>

Constructors

AssertionTestServiceProvider()

Declaration
protected AssertionTestServiceProvider()

Methods

AssertCore(ServiceOperation)

Declaration
protected abstract void AssertCore(ServiceOperation operation)
Parameters
Type Name Description
ServiceOperation operation

AssertCreateStream(Uri, Expression, Object)

Declaration
protected override void AssertCreateStream(Uri streamUri, Expression stream, object state)
Parameters
Type Name Description
System.Uri streamUri
System.Linq.Expressions.Expression stream
System.Object state
Overrides
TestServiceProvider.AssertCreateStream(Uri, Expression, Object)

AssertCreateSubscription(Uri, Expression, Object)

Declaration
protected override void AssertCreateSubscription(Uri subscriptionUri, Expression subscription, object state)
Parameters
Type Name Description
System.Uri subscriptionUri
System.Linq.Expressions.Expression subscription
System.Object state
Overrides
TestServiceProvider.AssertCreateSubscription(Uri, Expression, Object)

AssertDefineObservable(Uri, Expression, Object)

Declaration
protected override void AssertDefineObservable(Uri observableUri, Expression observable, object state)
Parameters
Type Name Description
System.Uri observableUri
System.Linq.Expressions.Expression observable
System.Object state
Overrides
TestServiceProvider.AssertDefineObservable(Uri, Expression, Object)

AssertDefineObserver(Uri, Expression, Object)

Declaration
protected override void AssertDefineObserver(Uri observerUri, Expression observer, object state)
Parameters
Type Name Description
System.Uri observerUri
System.Linq.Expressions.Expression observer
System.Object state
Overrides
TestServiceProvider.AssertDefineObserver(Uri, Expression, Object)

AssertDefineStreamFactory(Uri, Expression, Object)

Declaration
protected override void AssertDefineStreamFactory(Uri streamFactoryUri, Expression streamFactory, object state)
Parameters
Type Name Description
System.Uri streamFactoryUri
System.Linq.Expressions.Expression streamFactory
System.Object state
Overrides
TestServiceProvider.AssertDefineStreamFactory(Uri, Expression, Object)

AssertDefineSubscriptionFactory(Uri, Expression, Object)

Declaration
protected override void AssertDefineSubscriptionFactory(Uri subscriptionFactoryUri, Expression subscriptionFactory, object state)
Parameters
Type Name Description
System.Uri subscriptionFactoryUri
System.Linq.Expressions.Expression subscriptionFactory
System.Object state
Overrides
TestServiceProvider.AssertDefineSubscriptionFactory(Uri, Expression, Object)

AssertDeleteStream(Uri)

Declaration
protected override void AssertDeleteStream(Uri streamUri)
Parameters
Type Name Description
System.Uri streamUri
Overrides
TestServiceProvider.AssertDeleteStream(Uri)

AssertDeleteSubscription(Uri)

Declaration
protected override void AssertDeleteSubscription(Uri subscriptionUri)
Parameters
Type Name Description
System.Uri subscriptionUri
Overrides
TestServiceProvider.AssertDeleteSubscription(Uri)

AssertMetadataQuery(Expression)

Declaration
public override void AssertMetadataQuery(Expression expression)
Parameters
Type Name Description
System.Linq.Expressions.Expression expression
Overrides
TestServiceProvider.AssertMetadataQuery(Expression)

AssertOnCompleted(Uri)

Declaration
protected override void AssertOnCompleted(Uri observerUri)
Parameters
Type Name Description
System.Uri observerUri
Overrides
TestServiceProvider.AssertOnCompleted(Uri)

AssertOnError(Uri, Exception)

Declaration
protected override void AssertOnError(Uri observerUri, Exception error)
Parameters
Type Name Description
System.Uri observerUri
System.Exception error
Overrides
TestServiceProvider.AssertOnError(Uri, Exception)

AssertOnNext<T>(Uri, T)

Declaration
protected override void AssertOnNext<T>(Uri observerUri, T value)
Parameters
Type Name Description
System.Uri observerUri
T value
Type Parameters
Name Description
T
Overrides
Reaqtor.TestingFramework.TestServiceProvider.AssertOnNext<T>(System.Uri, T)

AssertUndefineObservable(Uri)

Declaration
protected override void AssertUndefineObservable(Uri observableUri)
Parameters
Type Name Description
System.Uri observableUri
Overrides
TestServiceProvider.AssertUndefineObservable(Uri)

AssertUndefineObserver(Uri)

Declaration
protected override void AssertUndefineObserver(Uri observerUri)
Parameters
Type Name Description
System.Uri observerUri
Overrides
TestServiceProvider.AssertUndefineObserver(Uri)

AssertUndefineStreamFactory(Uri)

Declaration
protected override void AssertUndefineStreamFactory(Uri streamFactoryUri)
Parameters
Type Name Description
System.Uri streamFactoryUri
Overrides
TestServiceProvider.AssertUndefineStreamFactory(Uri)

AssertUndefineSubscriptionFactory(Uri)

Declaration
protected override void AssertUndefineSubscriptionFactory(Uri subscriptionFactoryUri)
Parameters
Type Name Description
System.Uri subscriptionFactoryUri
Overrides
TestServiceProvider.AssertUndefineSubscriptionFactory(Uri)

Implements

IReactiveServiceProvider
IReactiveServiceProvider<TExpression>
IReactiveMetadataServiceProvider
IReactiveClientServiceProvider
IReactiveClientServiceProvider<TExpression>
IReactiveDefinitionServiceProvider
IReactiveDefinitionServiceProvider<TExpression>
In This Article
Back to top Generated by DocFX