kingers Posted August 5 Report Share Posted August 5 2.57 GB | 11min 24s | mp4 | 1280X720 | 16:9Genre:eLearning |Language:EnglishFiles Included :1 Introduction.mp4 (4.33 MB)10 JUnit and Build Tools.mp4 (729.16 KB)2 Welcome from the instructor.mp4 (16.47 MB)3 What is a Unit Test.mp4 (18.81 MB)4 Why write Unit Test.mp4 (2.47 MB)5 The F I R S T Principle.mp4 (4.63 MB)6 Testing Code in Isolation.mp4 (4.99 MB)7 Testing Pyramid.mp4 (3.3 MB)9 What is JUnit 5.mp4 (2.83 MB)2 Create new Maven project using IntelliJ IDEA.mp4 (9.52 MB)3 Add JUnit Dependencies.mp4 (46.37 MB)4 Maven Surefire Plugin Skip if you use newer version of Spring Boot.mp4 (16.15 MB)1 Creating a new project.mp4 (4.77 MB)2 Add JUnit Dependencies.mp4 (35.2 MB)3 Executing Unit Test.mp4 (5.77 MB)1 Introduction.mp4 (869.3 KB)2 Basic Java project with IntelliJ.mp4 (31.7 MB)3 Basic Java project with Eclipse.mp4 (41.01 MB)10 @DisplayName annotation.mp4 (10.79 MB)11 Test Method Code Structure Arrange, Act, Assert.mp4 (11.73 MB)12 JUnit Test Lifecycle.mp4 (5.01 MB)13 Lifecycle methods demo.mp4 (18.44 MB)15 Disable Unit Test.mp4 (8.07 MB)16 Assert an Exception.mp4 (16.76 MB)2 Creating First Unit Test method.mp4 (12.36 MB)3 Assertions and Assertion message.mp4 (4.71 MB)5 Other assertions.mp4 (8.26 MB)7 Exercise solution overview.mp4 (9.32 MB)8 Lazy Assert Messages.mp4 (12.01 MB)9 Naming Unit Tests.mp4 (15.62 MB)1 @ParameterizedTest Multiple Parameters with @MethodSource.mp4 (29.47 MB)11 Test Instance Lifecycle - Introduction.mp4 (2.55 MB)12 Changing Test Instance Lifecycle - example 1.mp4 (14.55 MB)13 Test Instance Lifecycle Demo project overview.mp4 (14.7 MB)13 TestLifeCyclePerClassDemo.zip (46 KB)14 Test Instance Lifecycle Demo Project Implementation.mp4 (36.27 MB)2 @ParameterizedTest Multiple parameters with @CsvSource.mp4 (12.86 MB)3 @ParameterizedTest + CSV file.mp4 (12.92 MB)4 @ParameterizedTest + @ValueSource annotation.mp4 (18.9 MB)5 Repeated Tests.mp4 (30.02 MB)6 Methods Order - Random order.mp4 (7.4 MB)7 Methods Order - Order by name.mp4 (5.38 MB)8 Methods Order - Random by order index.mp4 (10.63 MB)9 ClassesOrderDemo.zip (6.76 KB)9 Order of Unit Test Classes.mp4 (30.33 MB)1 Introduction to the Test Driven Development(TDD) in Java.mp4 (3.97 MB)10 Assert throws Exception.mp4 (31.3 MB)11 TDD - Exercise 2.mp4 (5.01 MB)11 UserService-empty-last-name-exercise-solution.zip (121.64 KB)2 New project, Class, Method.mp4 (4.86 MB)2 UserService.zip (4.71 KB)3 Creating UserService.mp4 (8.61 MB)4 Test Create User method.mp4 (17.52 MB)5 Test User object contains first name.mp4 (12.23 MB)6 Test Driven Development(TDD) - Refactor Test method.mp4 (6.54 MB)7 Test Driven Development(TDD) - Exercise.mp4 (2.62 MB)8 Test Driven Development(TDD) - Solution overview.mp4 (3.25 MB)8 UserService.zip (102.47 KB)9 Check if user id is set.mp4 (12.1 MB)1 Introduction to Mockito.mp4 (3.95 MB)1 UserService-final-source-code.zip (195.68 KB)10 Creating EmailNotificationService class.mp4 (11.32 MB)11 Mockito - Stub a void method with Exception.mp4 (38.75 MB)12 Mockito - Do nothing when method is called.mp4 (8.31 MB)13 Mockito - Call a real method.mp4 (12.32 MB)2 Adding Mockto to a Java project.mp4 (8.99 MB)3 Method under test overview.mp4 (4.34 MB)4 Implementing UsersRepository.mp4 (8.83 MB)5 Injecting UsersRepository as Dependency.mp4 (12.63 MB)6 Mockito - Creating a Mock object.mp4 (10.57 MB)7 Stubbing using built-in any() argument matcher.mp4 (24.62 MB)8 Mockito - Verify method call.mp4 (48 MB)9 Mockito - Exception stubbing.mp4 (22.72 MB)1 Code Coverage - Introduction.mp4 (8.84 MB)2 Generating JUnit Code Coverage report with IntelliJ.mp4 (19.79 MB)3 Export JUnit Code Coverage Report using IntelliJ.mp4 (10.18 MB)4 Export JUnit Test Report using Maven.mp4 (50.01 MB)5 Jacoco - Maven Plugin for Code Coverage.mp4 (21.85 MB)6 Jacoco - Export Code Coverage Report in HTML format.mp4 (10.93 MB)1 Introduction to JUnit Testing of Spring Boot Application.mp4 (5.25 MB)10 Assert for BAD REQUEST.mp4 (65.93 MB)12 Testing Rest Controller - Practice exercise solution overview.mp4 (22.6 MB)2 Introduction to Integration Testing of Web Layer.mp4 (3.4 MB)3 Introduction to Integration Testing of All Layers in Spring Boot application.mp4 (2.98 MB)4 Adding Testing Support to a Spring Boot Application.mp4 (26.54 MB)5 Existing Project overview + Source code.mp4 (34.24 MB)5 UsersServiceSpringBoot-SpringBoot-version-3 4 1.zip (232.56 KB)5 UsersServiceSpringBoot.zip (239.61 KB)6 New Test Class @WebMvcTest & @AutoConfigureMockMvc.mp4 (33.41 MB)7 RequestBuilder - Building and Performing HTTP Request.mp4 (37.96 MB)8 @MockBean - Mocking Service Layer.mp4 (27.75 MB)9 @MockBean annotation - Trying how it works.mp4 (21.8 MB)1 Testing All layers of Spring Boot Application - Introduction.mp4 (1.37 MB)10 Test JWT is Required.mp4 (39.54 MB)11 Test User Login Works.mp4 (69.39 MB)12 Order Test Methods.mp4 (18.01 MB)13 GET users Include JWT Token in the Request.mp4 (106.77 MB)14 UsersServiceSpringBoot.zip (239.59 KB)2 @SpringBootTest annotation.mp4 (5.16 MB)3 @SpringBootTest WebEnvironment MOCK.mp4 (4.07 MB)4 @SpringBootTest Defined Port Number.mp4 (13.63 MB)5 @TestPropertySource Loading alternative configuration.mp4 (24.52 MB)6 @SpringBootTest Random Port Number.mp4 (13.73 MB)7 Test Create User - User Details JSON.mp4 (6.82 MB)8 TestRestTemplate - Prepare & Perform HTTP Post Request.mp4 (27.74 MB)9 Trying how it works.mp4 (21.18 MB)1 Introduction to testing JPA Entities in Spring Boot application.mp4 (9.63 MB)2 JPA Entity Overview + Source Code.mp4 (11.39 MB)2 UsersServiceSpringBoot-JPA-Entity-SpringBoot-3 4 1.zip (411.43 KB)2 UsersServiceSpringBoot.zip (265.54 KB)3 Test that UserEntity can be persisted.mp4 (48.2 MB)4 Test UserEntity cannot be persisted with invalid user's first name.mp4 (15.1 MB)5 Excersize - Test that UserId is Unique.mp4 (4.66 MB)6 Excersize solution + Source code.mp4 (16.07 MB)6 UsersServiceSpringBoot.zip (266.99 KB)1 Introduction to testing JPA Repositories.mp4 (10.06 MB)2 Testing Find By Email Query Method.mp4 (20.53 MB)3 Excersize - Test Find By User Id Query Method.mp4 (3.27 MB)4 Excersize solution overview + Source code.mp4 (10.92 MB)4 UsersServiceSpringBoot.zip (281.88 KB)5 Test JPQL Query + Source code.mp4 (26.5 MB)5 UsersServiceSpringBoot-JPA-Repository-SpringBoot-3 4 1.zip (446.36 KB)5 UsersServiceSpringBoot.zip (329.91 KB)1 Introduction to Testcontainers.mp4 (25.77 MB)10 Order test methods.mp4 (48.45 MB)2 System Under Test(SUT) overview + Source Code.mp4 (14.69 MB)2 UsersServiceSpringBoot-final-project.zip (367.72 KB)2 UsersServiceSpringBoot-initial-project.zip (365.53 KB)3 Adding support for Testcontainers to a Spring Boot application.mp4 (27.56 MB)4 @Testcontainers annotation Enable Testcontainers in a Test class.mp4 (6.64 MB)5 @Container annotation Creating a MySQL container.mp4 (42.31 MB)6 @DynamicPropertySource annotation Connecting to MySQL container.mp4 (47 MB)7 Test if container is running.mp4 (26.63 MB)8 @ServiceConnection annotation Connecting to MySQL container.mp4 (18.38 MB)9 MySQL Container Test User can be created.mp4 (24.77 MB)1 REST Assured - Introduction.mp4 (6.46 MB)10 given() - Setting up HTTP Body.mp4 (20.72 MB)11 when() - Sending HTTP Request.mp4 (43.55 MB)12 then() - Extract and Validate HTTP Response Body.mp4 (20.62 MB)13 then() - Extract and validate HTTP Response.mp4 (19.18 MB)14 then() - validate HTTP Response using REST Assured methods.mp4 (21.02 MB)15 Log() - Logging HTTP Request Details in REST Assured.mp4 (16.96 MB)16 Log() - Logging HTTP Response Details in Rest Assured.mp4 (10.25 MB)17 Request and Response Logging filters in REST Assured.mp4 (22.87 MB)19 Using Request Specification in REST Assured.mp4 (39.23 MB)2 Overview of an Application Under Test.mp4 (45.92 MB)2 UsersService-final-project.zip (395.23 KB)2 UsersService.zip (389.7 KB)20 Using Response Specification in REST Assured.mp4 (27.55 MB)21 Testing login API Endpoint.mp4 (45.75 MB)22 Testing Protected API endpoint - GET users{userId.mp4 (50.34 MB)24 Query String Request Parameters in REST Assured.mp4 (41.46 MB)3 Introduction to an initial test class.mp4 (12.77 MB)4 Adding Rest Assured to Spring Boot application.mp4 (5.35 MB)6 Creating a new test method.mp4 (7.13 MB)7 Given-When-Then format.mp4 (5.44 MB)9 given() - Setting up HTTP Headers.mp4 (14.28 MB)]ScreenshotRapidGatorhttps://rapidgator.net/file/19fbb84465e1ca035ad556d8e9b7b97b/https://rapidgator.net/file/5359a3d39a3ebf1d641d1322526606d6/https://rapidgator.net/file/b0bce31fb68911761bc1f9140f121139/NitroFlarehttps://nitroflare.com/view/F2CE8D49BC07079/https://nitroflare.com/view/F59E6228D9348EE/https://nitroflare.com/view/5010AD9AE75225A/ Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now