From 4887d5c02de84a21e3faf4bfad01a73e82f92013 Mon Sep 17 00:00:00 2001 From: LoriaLawrenceZ Date: Wed, 21 Feb 2024 19:25:17 -0300 Subject: [PATCH] Normal markdwon for README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2db74c9..191b09b 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,14 @@ Repository oriented for Baeldung study content ## 📌 Summary -- ### Tests - - - **Back To Basics** ([Baeldung summary page](https://www.baeldung.com/java-tutorial)) - - **5. Java Streams** ([Baeldung summary page](https://www.baeldung.com/java-streams)) +- **Tests** + - *Back To Basics* ([Baeldung summary page](https://www.baeldung.com/java-tutorial)) + - *5. Java Streams* ([Baeldung summary page](https://www.baeldung.com/java-streams)) - Introduction to Java 8 ([notes](https://github.com/LoriaLawrenceZ/Baeldung/blob/main/BackToBasics/Streams/StreamBasics/IntroductionToStreams.md) | [Baeldung page](https://www.baeldung.com/java-8-streams-introduction)) - The Java 8 Stream API ([notes](https://github.com/LoriaLawrenceZ/Baeldung/blob/main/BackToBasics/Streams/StreamBasics/StreamAPITutorial.md) | [Baeldung page](https://www.baeldung.com/java-8-streams)) - - **JUnit5** ([Baeldung summary page](https://www.baeldung.com/category/testing/tag/junit-5)) + - *JUnit5* ([Baeldung summary page](https://www.baeldung.com/category/testing/tag/junit-5)) - 1 - A Guide to JUnit5 ([notes](https://github.com/LoriaLawrenceZVR/Baeldung/tree/main/Tests/JUnit5/AGuideToJUnit5/notes.md) | [Baeldung page](https://www.baeldung.com/junit-5)) - - **Mockito** ([Baeldung summary page](https://www.baeldung.com/category/testing/tag/mockito)) + - *Mockito* ([Baeldung summary page](https://www.baeldung.com/category/testing/tag/mockito)) - 1 - Getting Started with Mockito @Mock, @Spy, @Captor and @InjectMocks ([notes](https://github.com/LoriaLawrenceZVR/Baeldung/tree/main/Tests/Mockito/GettingStartedWithMockito/notes.md) | [Baeldung page](https://www.baeldung.com/mockito-annotations)) ---