An open API service indexing awesome lists of open source software.

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

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]**