DEV Community

Cover image for Tests, Tests Everywhere
Roger Viñas Alcon
Roger Viñas Alcon

Posted on • Updated on

Tests, Tests Everywhere

In these series we will test a simple Hello World using the most popular programming languages.

GitHub logo rogervinas / tests-everywhere

🤠 Tests, Tests Everywhere!

For each case we will implement this simple logic:
Implementation

And we will test both HelloMessage ...
HelloMessageTest

... and HelloApp:
HelloAppTest

Happy Testing! 💙

Top comments (0)