Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fluentassertions/fluentassertions.reactive

Open more actions menu

Repository files navigation

FluentAssertions.Reactive

Nuget Nuget

Extensions for the Fluent Assertions for testing the behaviour of observables.

Example Usage

var observable = Observable.Empty<Unit>();

// observe the sequence
using var observedSequence = observable.Observe();

// assert the behaviour of the sequence
observedSequence.Should().Complete();

More examples can be found in the unit tests

About

Reactive Testing

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.