Skip to content

Commit

Permalink
roadmap update
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Jan 21, 2024
1 parent 94ee05c commit fc88b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FlUnit.Documentation/wwwroot/md/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Of course a gotcha here is that GivenEach.. doesn't have to return the same numb
- Currently, there's nothing stopping "Given" and "When" clauses from returning tasks - but it might be nice to
allow the framework to await them so that the following logic doesn't *have* to do so itself (thus potentially
simplifying test logic). `WhenAwait`? `GivenAwait`/`GivenAwaitEachOf` (careful with that second one..)?
- Should at some point allow for instantiable test fixtures rather than just static test properties, with an abstract
factory to allow for extensions that hook into various DI frameworks.
- Test attachment support
- VSTest platform adapter internal improvements
- Improvement of stack traces on test failure (eliminate FlUnit stack frames completely)
Expand Down

0 comments on commit fc88b80

Please sign in to comment.