Table of Contents

Class RxTest

Namespace
ReactiveUI.Testing
Assembly
ReactiveUI.Testing.dll

RxTest.

public static class RxTest
Inheritance
RxTest

Methods

AppBuilderTestAsync(Func<Task>, int)

Applications the builder test asynchronous.

public static Task AppBuilderTestAsync(Func<Task> testBody, int maxWaitMs = 60000)

Parameters

testBody Func<Task>

The test body.

maxWaitMs int

The maximum wait in milliseconds for both acquiring the test gate and running the test body.

Returns

Task

A Task representing the asynchronous operation.

Exceptions

ArgumentNullException

testBody.