Thanks! Your videos are amazing. I love using Spock to test my Java code. Groovy makes tests cleaner and more readable.
Жыл бұрын
Not a unit test library/helper but I'm a big fan of Cucumber. Write 80% of our tests with Cucumber.
@alexeibrinza2719 Жыл бұрын
Thank you Marco! I'd also add to this list "LogCaptor", "GreenMail" and "datasource-assert".
@MarcoCodes Жыл бұрын
Hey Alexei, great additions! Didn't know about LogCaptor, cool project.
@sagarrout007 Жыл бұрын
nice introduction for all tools... I heard first time "wiser". Thanks.
@jaime7295 Жыл бұрын
I really liked this video. Looking forward to see more top java libraries videos :)
@MarcoCodes Жыл бұрын
Great to hear! Any specific "topics" you want to see here? or just libraries in general?
@MaximPerepelitsyn Жыл бұрын
Thanks for such an informative review! Definitely will have a look at Wiser, because just mocking everything looks like a bad idea to me although it's the way it is at my current work project
@LorenzoBettini Жыл бұрын
Great video! Don't forget about AssertJ Swing :)
@MarcoCodes Жыл бұрын
Good call!
@terminate Жыл бұрын
Thanks for this. Amazing video!
@DiegoOliveiraProf7 ай бұрын
your video is AWESOME, many thanks!
@mariog1561 Жыл бұрын
Great video !. Some TDD tutorial for a simple spring boot app would be cool too (including unit testing, integration testing, mocks, etc)
@MarcoCodes Жыл бұрын
Noted
@MarcoCodes Жыл бұрын
Here you go: kzbin.info/www/bejne/eqOTiIFjd9pkpaM
@Robin-Schneider Жыл бұрын
Hier ein paar weitere nützliche Testing-Libs: RestAssured, Database-Rider und Cucumber
@MarcoCodes Жыл бұрын
Danke, ein gute Auswahl!
@luispanaderoguardeno3306 Жыл бұрын
Sadly don't mentions Spock Framework, and makes a lot more easy to write tests. Specially test driven by data. And making Mocks and Stubs far more easy to understand and less verbose.
@васякуповпав Жыл бұрын
YOu awesome dude
@veysel597 Жыл бұрын
Karate lib is also nice for mocking like wiremock
@MarcoCodes Жыл бұрын
Great recommendation! Thanks
@RonnyMandal75 Жыл бұрын
Great vid, but you should really consider enabling dark mode (I am one of those and I watch such videos at the evenings).
@MarcoCodes Жыл бұрын
Hey Ronny, thanks. Unfortunately when I recorded videos in dark mode in the past, people complained about it as well. It's tough to get right :)
Жыл бұрын
Had never heard of Wiser, though lib seems somehow unmaintained.
@MarcoCodes Жыл бұрын
There's a somewhat active fork of it, need to find the project URL again, though.