Hi Assaf,
You are trying to call NUnit internal methods from within your test.
To compile, you even had to add a `using` statement for the Internal
namespace. That's not going to work. These internal classes are
intended for NUnit itself to use, within the proper context and with
proper preparation. Having a test that is still running (TearDown
__is__ part of the test) try to restart itself is not one of those
intended uses.
If you simply want to retry the test on failure, why not just use the
Retry attribugte?
Charlie
> --
> You received this message because you are subscribed to the Google Groups
> "NUnit-Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
nunit-discus...@googlegroups.com.
> To post to this group, send email to
nunit-...@googlegroups.com.
> Visit this group at
https://groups.google.com/group/nunit-discuss.
> For more options, visit
https://groups.google.com/d/optout.