Adam Ralph

Results 264 comments of Adam Ralph

FYI I've started the ball rolling by pushing a failing test for this to https://github.com/adamralph/xbehave.net/tree/async-class-fixture

Hi @InspiringCode, thanks for raising this question. Regarding the scenario name, you can control that using the `DisplayName` property of the `Scenario` attribute, e.g. ```c# [Scenario(DisplayName = nameof(MyClass))] ``` This...

@InspiringCode is it better if you switch on "Show Test Hierarchy"? ![image](https://user-images.githubusercontent.com/677704/58750184-5d2e0e80-848f-11e9-91e8-90b37a11769b.png)

@InspiringCode omitting the method name might work for some GUI runners, but it won't work for most CLI runners, such as `dotnet test` and `xunit.console.exe`. When a test fails in...

@InspiringCode have you managed to get things working satisfactorily now or do you have any remaining concerns?

Also relates to https://github.com/adamralph/scriptcs-nancy/issues/7 and https://github.com/NancyFx/Nancy/issues/1086

closing in favour of https://github.com/adamralph/minver/pull/989

Should be REPL friendly, i.e. something which can be controlled asynchronously with the running of the host.

Blocked by #19

Also depends on results of spike for #46