Hi Arho, thanks for the demo. Does Junit 5 have a way to access the parameters passes to test method from outside the method, say in @AfterEach method?
As far as I know, no. I don't know what the use case would be but if I had to repeat something with the parameter I would just put that inside the test.
This was great video, was not aware of these kind of features
Thanks! Yeah, there's quite a lot of new stuff compared to JUnit 4.
Man this is awesome video. Please continue on that. Explanations are very simple, clear and helpful. Keep it up and thanks for sharing.
Thanks, so happy that people find these useful!
Amazing! 👏
you teach good stuff, thank you Arho
Thank you!
great tutorial. thank you!
Thank you, I'm glad if it was useful!
Awesome guide! Liked and subbed!
Thank you!
Hi Arho, thanks for the demo. Does Junit 5 have a way to access the parameters passes to test method from outside the method, say in @AfterEach method?
As far as I know, no. I don't know what the use case would be but if I had to repeat something with the parameter I would just put that inside the test.