https://img100.pixhost.to/images/404/537368816_que-es-udemy-analisis-opiniones.jpg
2.11 GB | 11min 24s | mp4 | 1280X720 | 16:9
Genre: eLearning | Language : English
Files Included :
001 Introduction.mp4 (9.32 MB)
002 Welcome from the instructor.mp4 (16.47 MB)
003 What is a Unit Test.mp4 (18.81 MB)
004 Why write Unit Test.mp4 (2.47 MB)
005 The F I R S T Principle.mp4 (4.63 MB)
006 Testing Code in Isolation.mp4 (4.99 MB)
007 Testing Pyramid.mp4 (3.3 MB)
009 What is JUnit 5.mp4 (2.83 MB)
010 JUnit and Build Tools.mp4 (1.01 MB)
002 Create new Maven project using IntelliJ IDEA.mp4 (9.52 MB)
003 Add JUnit Dependencies.mp4 (46.37 MB)
004 Maven Surefire Plugin.mp4 (16.15 MB)
001 Creating a new project.mp4 (4.77 MB)
002 Add JUnit Dependencies.mp4 (35.2 MB)
003 Executing Unit Test.mp4 (5.77 MB)
001 Introduction.mp4 (869.22 KB)
002 Basic Java project with IntelliJ.mp4 (31.7 MB)
003 Basic Java project with Eclipse.mp4 (41.01 MB)
002 Creating First Unit Test method.mp4 (12.36 MB)
003 Assertions and Assertion message.mp4 (4.71 MB)
005 Other assertions.mp4 (8.26 MB)
007 Exercise solution overview.mp4 (9.32 MB)
008 Lazy Assert Messages.mp4 (12.01 MB)
009 Naming Unit Tests.mp4 (15.62 MB)
010 @DisplayName annotation.mp4 (10.79 MB)
011 Test Method Code Structure Arrange, Act, Assert.mp4 (11.73 MB)
012 JUnit Test Lifecycle.mp4 (5.01 MB)
013 Lifecycle methods demo.mp4 (18.44 MB)
015 Disable Unit Test.mp4 (8.07 MB)
016 Assert an Exception.mp4 (16.76 MB)
001 @ParameterizedTest Multiple Parameters with @MethodSource.mp4 (29.47 MB)
002 @ParameterizedTest Multiple parameters with @CsvSource.mp4 (12.86 MB)
003 @ParameterizedTest + CSV file.mp4 (12.92 MB)
004 @ParameterizedTest + @ValueSource annotation.mp4 (18.9 MB)
005 Repeated Tests.mp4 (30.02 MB)
006 Methods Order - Random order.mp4 (7.4 MB)
007 Methods Order - Order by name.mp4 (5.38 MB)
008 Methods Order - Random by order index.mp4 (10.63 MB)
009 ClassesOrderDemo.zip (6.76 KB)
009 Order of Unit Test Classes.mp4 (30.33 MB)
011 Test Instance Lifecycle - Introduction.mp4 (2.55 MB)
012 Changing Test Instance Lifecycle - example 1.mp4 (14.55 MB)
013 Test Instance Lifecycle Demo project overview.mp4 (14.7 MB)
013 TestLifeCyclePerClassDemo.zip (46 KB)
014 Test Instance Lifecycle Demo Project Implementation.mp4 (36.27 MB)
001 Introduction to the Test Driven Development(TDD) in Java.mp4 (3.97 MB)
002 New project, Class, Method.mp4 (4.86 MB)
002 UserService.zip (4.71 KB)
003 Creating UserService.mp4 (8.61 MB)
004 Test Create User method.mp4 (17.52 MB)
005 Test User object contains first name.mp4 (12.23 MB)
006 Test Driven Development(TDD) - Refactor Test method.mp4 (6.54 MB)
007 Test Driven Development(TDD) - Exercise.mp4 (2.62 MB)
008 Test Driven Development(TDD) - Solution overview.mp4 (3.25 MB)
008 UserService.zip (102.47 KB)
009 Check if user id is set.mp4 (12.1 MB)
010 Assert throws Exception.mp4 (31.3 MB)
011 TDD - Exercise 2.mp4 (5.01 MB)
011 UserService-empty-last-name-exercise-solution.zip (121.64 KB)
001 Introduction to Mockito.mp4 (3.95 MB)
001 UserService-final-source-code.zip (195.68 KB)
002 Adding Mockto to a Java project.mp4 (8.99 MB)
003 Method under test overview.mp4 (4.34 MB)
004 Implementing UsersRepository.mp4 (8.83 MB)
005 Injecting UsersRepository as Dependency.mp4 (12.63 MB)
006 Mockito - Creating a Mock object.mp4 (10.57 MB)
007 Stubbing using built-in any() argument matcher.mp4 (24.62 MB)
008 Mockito - Verify method call.mp4 (48 MB)
009 Mockito - Exception stubbing.mp4 (22.72 MB)
010 Creating EmailNotificationService class.mp4 (11.32 MB)
011 Mockito - Stub a void method with Exception.mp4 (38.75 MB)
012 Mockito - Do nothing when method is called.mp4 (8.31 MB)
013 Mockito - Call a real method.mp4 (12.32 MB)
001 Code Coverage - Introduction.mp4 (8.84 MB)
002 Generating JUnit Code Coverage report with IntelliJ.mp4 (19.79 MB)
003 Export JUnit Code Coverage Report using IntelliJ.mp4 (10.18 MB)
004 Export JUnit Test Report using Maven.mp4 (50.01 MB)
005 Jacoco - Maven Plugin for Code Coverage.mp4 (21.85 MB)
006 Jacoco - Export Code Coverage Report in HTML format.mp4 (10.93 MB)
001 Introduction to JUnit Testing of Spring Boot Application.mp4 (5.25 MB)
002 Introduction to Integration Testing of Web Layer.mp4 (3.4 MB)
003 Introduction to Integration Testing of All Layers in Spring Boot application.mp4 (2.98 MB)
004 Adding Testing Support to a Spring Boot Application.mp4 (26.54 MB)
005 Existing Project overview + Source code.mp4 (34.24 MB)
005 UsersServiceSpringBoot.zip (239.61 KB)
006 New Test Class @WebMvcTest & @AutoConfigureMockMvc.mp4 (33.41 MB)
007 RequestBuilder - Building and Performing HTTP Request.mp4 (37.96 MB)
008 @MockBean - Mocking Service Layer.mp4 (27.75 MB)
009 @MockBean annotation - Trying how it works.mp4 (21.8 MB)
010 Assert for BAD REQUEST.mp4 (65.93 MB)
012 Testing Rest Controller - Practice exercise solution overview.mp4 (22.6 MB)
001 Testing All layers of Spring Boot Application - Introduction.mp4 (1.37 MB)
002 @SpringBootTest annotation.mp4 (5.16 MB)
003 @SpringBootTest WebEnvironment MOCK.mp4 (4.07 MB)
004 @SpringBootTest Defined Port Number.mp4 (13.63 MB)
005 @TestPropertySource Loading alternative configuration.mp4 (24.52 MB)
006 @SpringBootTest Random Port Number.mp4 (13.73 MB)
007 Test Create User - User Details JSON.mp4 (6.82 MB)
008 TestRestTemplate - Prepare & Perform HTTP Post Request.mp4 (27.74 MB)
009 Trying how it works.mp4 (21.18 MB)
010 Test JWT is Required.mp4 (39.54 MB)
011 Test User Login Works.mp4 (69.39 MB)
012 Order Test Methods.mp4 (18.01 MB)
013 GET users Include JWT Token in the Request.mp4 (106.77 MB)
014 UsersServiceSpringBoot.zip (239.59 KB)
001 Introduction to testing JPA Entities in Spring Boot application.mp4 (9.63 MB)
002 JPA Entity Overview + Source Code.mp4 (11.39 MB)
002 UsersServiceSpringBoot.zip (265.54 KB)
003 Test that UserEntity can be persisted.mp4 (48.2 MB)
004 Test UserEntity cannot be persisted with invalid user's first name.mp4 (15.1 MB)
005 Excersize - Test that UserId is Unique.mp4 (4.66 MB)
006 Excersize solution + Source code.mp4 (16.07 MB)
006 UsersServiceSpringBoot.zip (266.99 KB)
001 Introduction to testing JPA Repositories.mp4 (10.06 MB)
002 Testing Find By Email Query Method.mp4 (20.53 MB)
003 Excersize - Test Find By User Id Query Method.mp4 (3.27 MB)
004 Excersize solution overview + Source code.mp4 (10.92 MB)
004 UsersServiceSpringBoot.zip (281.88 KB)
005 Test JPQL Query + Source code.mp4 (26.5 MB)
005 UsersServiceSpringBoot.zip (329.91 KB)
001 Introduction to Testcontainers.mp4 (25.77 MB)
002 System Under Test(SUT) overview + Source Code.mp4 (14.69 MB)
002 UsersServiceSpringBoot-final-project.zip (367.72 KB)
002 UsersServiceSpringBoot-initial-project.zip (365.53 KB)
003 Adding support for Testcontainers to a Spring Boot application.mp4 (27.56 MB)
004 @Testcontainers annotation Enable Testcontainers in a Test class.mp4 (6.64 MB)
005 @Container annotation Creating a MySQL container.mp4 (42.31 MB)
006 @DynamicPropertySource annotation Connecting to MySQL container.mp4 (47 MB)
007 Test if container is running.mp4 (26.63 MB)
008 @ServiceConnection annotation Connecting to MySQL container.mp4 (18.38 MB)
009 MySQL Container Test User can be created.mp4 (24.77 MB)
010 Order test methods.mp4 (48.45 MB)]
Screenshot
https://images2.imgbox.com/1e/c7/w6PazCeL_o.jpg
RapidGator
NitroFlare
TurboBit