Responsible icon indicating copy to clipboard operation
Responsible copied to clipboard

Reactive asynchronous automated testing utility for .NET and Unity

Results 4 Responsible issues
Sort by recently updated
recently updated
newest added

It would be nice to enable nullable reference types, especially since most of the internals of Responsible use very few nullable values. However, there are some technical issues and non-trivial...

For cases where steps are executed conditionally, instead of using `Return` or `Do` with an empty body, it would be better to explicitly mark something as skipped (both for code...

enhancement

Since C#8, interface members can be made internal, and since we've deprecated Unity versions that don't support C#8, at least `ITestOperationState` members could be made internal, followed by all other...

5.0

`WaitForPredicate` passes the last polled state to the context builder. Re-getting the context has always been a nuisance when building extra details.