1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-26 18:44:57 +02:00

Add jUnit resources (#2744)

This commit is contained in:
leopaul29
2022-10-31 09:18:19 +01:00
committed by GitHub
parent 3225de6443
commit a2d973d399

View File

@@ -3,7 +3,8 @@
JUnit is a testing framework for Java.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Site' href='https://junit.org/junit5/docs/current/user-guide/'>Official Documentation</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Site' href='https://junit.org/junit5'>JUnit</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://junit.org/junit5/docs/current/user-guide/'>JUnit Documentation</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/junit-tutorial.html'>JUnit tutorial</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.baeldung.com/junit-5'>Basic JUnit tutorial</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=flpmSXVTqBI'>Testing with JUnit crash course</BadgeLink>