Add jUnit resources (#2744)

pull/2740/head^2
leopaul29 2 years ago committed by GitHub
parent 3225de6443
commit a2d973d399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      content/roadmaps/110-java/content/107-testing-java-apps/104-junit.md

@ -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>

Loading…
Cancel
Save