Ich habe diese in NUnit verwendet und sie sind wirklich nützlich. Irgendeine Idee, wie man so etwas macht?
BEARBEITEN, CODE-BEISPIEL:
bool condition = false;//would be nice not to have this
observable.Subscribe(_ =>
{
if (real test)
condition= true;//Assert.Pass()
});
StartObservable();
Assert.True(condition);//Assert.Fail()