Jonathan Bluett-Duncan
Jonathan Bluett-Duncan
Which refactoring commands are these? :)
Yep, that was indeed my intention with raising this issue. Thanks for sharing your thoughts! `@SharedDir("foo")` isn't "dirtier" than `@SharedDir(name = "foo")` in my opinion, but I can see why...
I'm personally a fan of the [Robot Pattern](https://medium.com/@igor.brishkoski/ui-testing-in-android-robot-pattern-cce0bf1f3d34), which allows one to define more declarative "steps" inside a single test. It works great when one has to write assertions with...
I just wanted to say that this issue is of interest to me, and that I've just signed up for hack.commit.push so that I can dedicate some time to work...
Just wanted to follow up and say that I'm still interested in this, I've just been feeling tired from work lately, so I've dedicated some time in my calendar to...
When I do get around to this and submit my proposal, I should ensure that my eventual implementation satisfies the following JUnit 5 bug report too: https://github.com/junit-team/junit5/issues/2609. @nipafx Would you...
I now have an initial proposal for what an API for solving this overall issue could look like. (See below.) Many thanks to @sormuras for the inspiration with his [proof-of-concept](https://github.com/sormuras/brahms#temporary-directory-as-resource)!...
My most up-to-date work can be found at https://github.com/jbduncan/junit-pioneer/tree/issue/348-temp-dir-extension.
...and I've just seen I forgot to explain something called `@Singleton` in my proposal, so I'll see if I can submit an amendment later this week.
Here's the new version. [issue-348-proposal.md](https://github.com/junit-pioneer/junit-pioneer/files/6542314/issue-348-proposal.md) Or if you prefer, here's the associated [Git diff](https://github.com/jbduncan/junit-pioneer/commit/7501c015b300b3d051b329083f657ae21b5cb83c) and the above new version as a [branch on Git](https://github.com/junit-pioneer/junit-pioneer/compare/main...jbduncan:issue/348-temp-dir-extension).