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
testBodyFunc<Task>The test body.
maxWaitMsintThe maximum wait in milliseconds for both acquiring the test gate and running the test body.
Returns
Exceptions
- ArgumentNullException
testBody.