https://github.com/saitejesh12345/junit5_advanced_part2
Advanced Concepts of Junit5 there is two Microservices ClassessOrderDemo is second Microservices extension of first, this Second microservices is MethodOrder topic
https://github.com/saitejesh12345/junit5_advanced_part2
Last synced: 3 months ago
JSON representation
Advanced Concepts of Junit5 there is two Microservices ClassessOrderDemo is second Microservices extension of first, this Second microservices is MethodOrder topic
- Host: GitHub
- URL: https://github.com/saitejesh12345/junit5_advanced_part2
- Owner: saitejesh12345
- Created: 2023-06-13T15:07:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T06:36:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T08:48:19.176Z (5 months ago)
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JUnit5_Advanced_Part2
Advanced Concepts of Junit5 there is two Microservices ClassessOrderDemo is second Microservices extension of first, this Second microservices is MethodOrder topic# Advanced Topics Covered
**->Parameterized tests with @Parameterized annotation**
**1.@ValueSource,**
**2.@MethodSource,**
**3.@CsvSource,**
**4.@CsvFileSource**
**Advanced Concept-1[@ParameterizedTest with @MethodSource]****Advanced Concept-2[@ParameterizedTest with @CsvSource]**
**Advanced Concept-3[@ParameterizedTest + @CsvSource]**
**Advanced Concept-4[@ParameterizedTest with @ValueSource Annotation]**
**->Repeated Tests with @RepeatedTest annotation,**
**Advanced Concept-5[@RepeatedTest Annotation]**
**->.Run unit tests in any order you need: (Random, Order by Name, Order by Index),[ClassesOrderDemo]**