Get Bonus Downloads Here.url
181B
~Get Your Files Here !/Bonus Resources.txt
386B
~Get Your Files Here !/Bootstraping the test project.txt
265B
~Get Your Files Here !/Creating a test container for our database.txt
824B
~Get Your Files Here !/How our Docker strategy changes.txt
265B
~Get Your Files Here !/Integration Testing Course.postman_collection (1).json
2.58KB
~Get Your Files Here !/Integration Testing Course.postman_collection (2).json
2.58KB
~Get Your Files Here !/Integration Testing Course.postman_collection.json
2.58KB
~Get Your Files Here !/README.txt
1.01KB
~Get Your Files Here !/Testing Create a resource.txt
265B
~Get Your Files Here !/integration-testing-final-3.1/IntegrationTesting.sln
1.2KB
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-3.1/Unedited API/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-3.1/gitignore
4.21KB
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
1.04KB
~Get Your Files Here !/integration-testing-final-3.13/3. Fundamentals/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
953B
~Get Your Files Here !/integration-testing-final-3.13/IntegrationTesting.sln
2.8KB
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-3.13/Unedited API/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-3.13/gitignore
4.21KB
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
1.04KB
~Get Your Files Here !/integration-testing-final-4.1/3. Fundamentals/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
953B
~Get Your Files Here !/integration-testing-final-4.1/4. Techniques/src/TestingTechniques/Calculator.cs
552B
~Get Your Files Here !/integration-testing-final-4.1/4. Techniques/src/TestingTechniques/InternalsExposedToTests.cs
70B
~Get Your Files Here !/integration-testing-final-4.1/4. Techniques/src/TestingTechniques/TestingTechniques.csproj
325B
~Get Your Files Here !/integration-testing-final-4.1/4. Techniques/src/TestingTechniques/User.cs
189B
~Get Your Files Here !/integration-testing-final-4.1/4. Techniques/src/TestingTechniques/ValueSamples.cs
1.04KB
~Get Your Files Here !/integration-testing-final-4.1/4. Techniques/tests/TestingTechniques.Tests.Unit/CalculatorTests.cs
1.48KB
~Get Your Files Here !/integration-testing-final-4.1/4. Techniques/tests/TestingTechniques.Tests.Unit/TestingTechniques.Tests.Unit.csproj
1.08KB
~Get Your Files Here !/integration-testing-final-4.1/4. Techniques/tests/TestingTechniques.Tests.Unit/ValueSamplesTests.cs
2.63KB
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/IApiMarker.cs
61B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
684B
~Get Your Files Here !/integration-testing-final-4.1/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.13KB
~Get Your Files Here !/integration-testing-final-4.1/IntegrationTesting.sln
6.3KB
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-4.1/Unedited API/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-4.1/gitignore
4.21KB
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
1.04KB
~Get Your Files Here !/integration-testing-final-5.1-real/3. Fundamentals/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
953B
~Get Your Files Here !/integration-testing-final-5.1-real/4. Techniques/src/TestingTechniques/Calculator.cs
552B
~Get Your Files Here !/integration-testing-final-5.1-real/4. Techniques/src/TestingTechniques/InternalsExposedToTests.cs
70B
~Get Your Files Here !/integration-testing-final-5.1-real/4. Techniques/src/TestingTechniques/TestingTechniques.csproj
325B
~Get Your Files Here !/integration-testing-final-5.1-real/4. Techniques/src/TestingTechniques/User.cs
189B
~Get Your Files Here !/integration-testing-final-5.1-real/4. Techniques/src/TestingTechniques/ValueSamples.cs
1.04KB
~Get Your Files Here !/integration-testing-final-5.1-real/4. Techniques/tests/TestingTechniques.Tests.Unit/CalculatorTests.cs
1.48KB
~Get Your Files Here !/integration-testing-final-5.1-real/4. Techniques/tests/TestingTechniques.Tests.Unit/TestingTechniques.Tests.Unit.csproj
1.08KB
~Get Your Files Here !/integration-testing-final-5.1-real/4. Techniques/tests/TestingTechniques.Tests.Unit/ValueSamplesTests.cs
2.63KB
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/IApiMarker.cs
61B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
684B
~Get Your Files Here !/integration-testing-final-5.1-real/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.13KB
~Get Your Files Here !/integration-testing-final-5.1-real/IntegrationTesting.sln
6.3KB
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-5.1-real/Unedited API/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-5.1-real/gitignore
4.21KB
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
1.04KB
~Get Your Files Here !/integration-testing-final-5.10/3. Fundamentals/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
953B
~Get Your Files Here !/integration-testing-final-5.10/4. Techniques/src/TestingTechniques/Calculator.cs
552B
~Get Your Files Here !/integration-testing-final-5.10/4. Techniques/src/TestingTechniques/InternalsExposedToTests.cs
70B
~Get Your Files Here !/integration-testing-final-5.10/4. Techniques/src/TestingTechniques/TestingTechniques.csproj
325B
~Get Your Files Here !/integration-testing-final-5.10/4. Techniques/src/TestingTechniques/User.cs
189B
~Get Your Files Here !/integration-testing-final-5.10/4. Techniques/src/TestingTechniques/ValueSamples.cs
1.04KB
~Get Your Files Here !/integration-testing-final-5.10/4. Techniques/tests/TestingTechniques.Tests.Unit/CalculatorTests.cs
1.48KB
~Get Your Files Here !/integration-testing-final-5.10/4. Techniques/tests/TestingTechniques.Tests.Unit/TestingTechniques.Tests.Unit.csproj
1.08KB
~Get Your Files Here !/integration-testing-final-5.10/4. Techniques/tests/TestingTechniques.Tests.Unit/ValueSamplesTests.cs
2.63KB
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/IApiMarker.cs
61B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
1.83KB
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/GetCustomerControllerTests.cs
1.05KB
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.26KB
~Get Your Files Here !/integration-testing-final-5.10/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/TestCollection.cs
243B
~Get Your Files Here !/integration-testing-final-5.10/IntegrationTesting.sln
6.3KB
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-5.10/Unedited API/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-5.10/gitignore
4.21KB
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
1.04KB
~Get Your Files Here !/integration-testing-final-6.1/3. Fundamentals/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
953B
~Get Your Files Here !/integration-testing-final-6.1/4. Techniques/src/TestingTechniques/Calculator.cs
552B
~Get Your Files Here !/integration-testing-final-6.1/4. Techniques/src/TestingTechniques/InternalsExposedToTests.cs
70B
~Get Your Files Here !/integration-testing-final-6.1/4. Techniques/src/TestingTechniques/TestingTechniques.csproj
325B
~Get Your Files Here !/integration-testing-final-6.1/4. Techniques/src/TestingTechniques/User.cs
189B
~Get Your Files Here !/integration-testing-final-6.1/4. Techniques/src/TestingTechniques/ValueSamples.cs
1.04KB
~Get Your Files Here !/integration-testing-final-6.1/4. Techniques/tests/TestingTechniques.Tests.Unit/CalculatorTests.cs
1.48KB
~Get Your Files Here !/integration-testing-final-6.1/4. Techniques/tests/TestingTechniques.Tests.Unit/TestingTechniques.Tests.Unit.csproj
1.08KB
~Get Your Files Here !/integration-testing-final-6.1/4. Techniques/tests/TestingTechniques.Tests.Unit/ValueSamplesTests.cs
2.63KB
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/IApiMarker.cs
61B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/GetCustomerControllerTests.cs
1.05KB
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.26KB
~Get Your Files Here !/integration-testing-final-6.1/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/TestCollection.cs
243B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-6.1/6. Real world testing/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.1/IntegrationTesting.sln
7.43KB
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-6.1/Unedited API/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.1/gitignore
4.21KB
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
1.04KB
~Get Your Files Here !/integration-testing-final-6.11/3. Fundamentals/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
953B
~Get Your Files Here !/integration-testing-final-6.11/4. Techniques/src/TestingTechniques/Calculator.cs
552B
~Get Your Files Here !/integration-testing-final-6.11/4. Techniques/src/TestingTechniques/InternalsExposedToTests.cs
70B
~Get Your Files Here !/integration-testing-final-6.11/4. Techniques/src/TestingTechniques/TestingTechniques.csproj
325B
~Get Your Files Here !/integration-testing-final-6.11/4. Techniques/src/TestingTechniques/User.cs
189B
~Get Your Files Here !/integration-testing-final-6.11/4. Techniques/src/TestingTechniques/ValueSamples.cs
1.04KB
~Get Your Files Here !/integration-testing-final-6.11/4. Techniques/tests/TestingTechniques.Tests.Unit/CalculatorTests.cs
1.48KB
~Get Your Files Here !/integration-testing-final-6.11/4. Techniques/tests/TestingTechniques.Tests.Unit/TestingTechniques.Tests.Unit.csproj
1.08KB
~Get Your Files Here !/integration-testing-final-6.11/4. Techniques/tests/TestingTechniques.Tests.Unit/ValueSamplesTests.cs
2.63KB
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/IApiMarker.cs
61B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/GetCustomerControllerTests.cs
1.05KB
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.26KB
~Get Your Files Here !/integration-testing-final-6.11/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/TestCollection.cs
243B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/IApiMarker.cs
65B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Services/CustomerService.cs
2.66KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/docker-compose.yml
217B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/FakeApi/FakeApi.csproj
360B
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/src/FakeApi/Program.cs
1.89KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerApiFactory.cs
2.88KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
3.14KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.4KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/tests/Customers.Api.Tests.Integration/GitHubApiServer.cs
2.3KB
~Get Your Files Here !/integration-testing-final-6.11/6. Real world testing/tests/Customers.Api.Tests.Integration/exercise.md
487B
~Get Your Files Here !/integration-testing-final-6.11/IntegrationTesting.sln
8.63KB
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-6.11/Unedited API/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.11/gitignore
4.21KB
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
1.04KB
~Get Your Files Here !/integration-testing-final-6.21/3. Fundamentals/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
953B
~Get Your Files Here !/integration-testing-final-6.21/4. Techniques/src/TestingTechniques/Calculator.cs
552B
~Get Your Files Here !/integration-testing-final-6.21/4. Techniques/src/TestingTechniques/InternalsExposedToTests.cs
70B
~Get Your Files Here !/integration-testing-final-6.21/4. Techniques/src/TestingTechniques/TestingTechniques.csproj
325B
~Get Your Files Here !/integration-testing-final-6.21/4. Techniques/src/TestingTechniques/User.cs
189B
~Get Your Files Here !/integration-testing-final-6.21/4. Techniques/src/TestingTechniques/ValueSamples.cs
1.04KB
~Get Your Files Here !/integration-testing-final-6.21/4. Techniques/tests/TestingTechniques.Tests.Unit/CalculatorTests.cs
1.48KB
~Get Your Files Here !/integration-testing-final-6.21/4. Techniques/tests/TestingTechniques.Tests.Unit/TestingTechniques.Tests.Unit.csproj
1.08KB
~Get Your Files Here !/integration-testing-final-6.21/4. Techniques/tests/TestingTechniques.Tests.Unit/ValueSamplesTests.cs
2.63KB
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/IApiMarker.cs
61B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/GetCustomerControllerTests.cs
1018B
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.26KB
~Get Your Files Here !/integration-testing-final-6.21/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/TestCollection.cs
243B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/IApiMarker.cs
65B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Services/CustomerService.cs
2.66KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/docker-compose.yml
217B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/FakeApi/FakeApi.csproj
360B
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/src/FakeApi/Program.cs
1.89KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerApiFactory.cs
2.99KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
3.47KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/DeleteCustomerControllerTests.cs
1.63KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/GetAllCustomerControllerTests.cs
2.02KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/GetCustomerControllerTests.cs
1.78KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/UpdateCustomerControllerTests.cs
3.66KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.4KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/tests/Customers.Api.Tests.Integration/GitHubApiServer.cs
2.95KB
~Get Your Files Here !/integration-testing-final-6.21/6. Real world testing/tests/Customers.Api.Tests.Integration/exercise.md
487B
~Get Your Files Here !/integration-testing-final-6.21/IntegrationTesting.sln
8.63KB
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-6.21/Unedited API/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-6.21/gitignore
4.21KB
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
1.04KB
~Get Your Files Here !/integration-testing-final-7.1/3. Fundamentals/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
953B
~Get Your Files Here !/integration-testing-final-7.1/4. Techniques/src/TestingTechniques/Calculator.cs
552B
~Get Your Files Here !/integration-testing-final-7.1/4. Techniques/src/TestingTechniques/InternalsExposedToTests.cs
70B
~Get Your Files Here !/integration-testing-final-7.1/4. Techniques/src/TestingTechniques/TestingTechniques.csproj
325B
~Get Your Files Here !/integration-testing-final-7.1/4. Techniques/src/TestingTechniques/User.cs
189B
~Get Your Files Here !/integration-testing-final-7.1/4. Techniques/src/TestingTechniques/ValueSamples.cs
1.04KB
~Get Your Files Here !/integration-testing-final-7.1/4. Techniques/tests/TestingTechniques.Tests.Unit/CalculatorTests.cs
1.48KB
~Get Your Files Here !/integration-testing-final-7.1/4. Techniques/tests/TestingTechniques.Tests.Unit/TestingTechniques.Tests.Unit.csproj
1.08KB
~Get Your Files Here !/integration-testing-final-7.1/4. Techniques/tests/TestingTechniques.Tests.Unit/ValueSamplesTests.cs
2.63KB
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/IApiMarker.cs
61B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/GetCustomerControllerTests.cs
1018B
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.26KB
~Get Your Files Here !/integration-testing-final-7.1/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/TestCollection.cs
243B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/IApiMarker.cs
65B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Services/CustomerService.cs
2.66KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/docker-compose.yml
217B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/FakeApi/FakeApi.csproj
360B
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/src/FakeApi/Program.cs
1.89KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerApiFactory.cs
2.99KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
3.47KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/DeleteCustomerControllerTests.cs
1.63KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/GetAllCustomerControllerTests.cs
2.02KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/GetCustomerControllerTests.cs
1.78KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/UpdateCustomerControllerTests.cs
3.66KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.4KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/tests/Customers.Api.Tests.Integration/GitHubApiServer.cs
2.95KB
~Get Your Files Here !/integration-testing-final-7.1/6. Real world testing/tests/Customers.Api.Tests.Integration/exercise.md
487B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/App.razor
462B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Customers.WebApp.csproj
534B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Data/CustomerDto.cs
328B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Database/DatabaseInitializer.cs
734B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Database/DbConnectionFactory.cs
609B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Dockerfile
480B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/IAppMarker.cs
65B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Mapping/DtoToModelMapper.cs
518B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Mapping/ModelToDtoMapper.cs
513B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Models/Customer.cs
693B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Pages/Customer/AddCustomer.razor
2.76KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Pages/Customer/GetAllCustomers.razor
1.87KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Pages/Customer/GetCustomer.razor
3.2KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Pages/Customer/UpdateCustomer.razor
3.26KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Pages/Error.cshtml
1.41KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Pages/Error.cshtml.cs
650B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Pages/Index.razor
123B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Pages/_Host.cshtml
193B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Pages/_Layout.cshtml
1.03KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Program.cs
1.61KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Repositories/CustomerRepository.cs
2.04KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Repositories/ICustomerRepository.cs
346B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Services/CustomerService.cs
2.67KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Services/ICustomerService.cs
332B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Shared/MainLayout.razor
390B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Shared/MainLayout.razor.css
1.16KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Shared/NavMenu.razor
1.28KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Shared/NavMenu.razor.css
1.01KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Validation/CustomerDate.cs
558B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Validation/CustomerEmail.cs
767B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/Validation/GithubUsername.cs
723B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/_Imports.razor
395B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/appsettings.Development.json
145B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/appsettings.json
264B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/bootstrap/bootstrap.min.css
158.91KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/FONT-LICENSE
3.92KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/ICON-LICENSE
1.05KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/README.md
3.42KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.17KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20.5KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
53.5KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27.37KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/css/site.css
2.68KB
~Get Your Files Here !/integration-testing-final-7.1/7. Web UI testing/src/Customers.WebApp/wwwroot/favicon.ico
5.3KB
~Get Your Files Here !/integration-testing-final-7.1/IntegrationTesting.sln
9.75KB
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.1/Unedited API/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.1/gitignore
4.21KB
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
1.04KB
~Get Your Files Here !/integration-testing-final-7.12/3. Fundamentals/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
953B
~Get Your Files Here !/integration-testing-final-7.12/4. Techniques/src/TestingTechniques/Calculator.cs
552B
~Get Your Files Here !/integration-testing-final-7.12/4. Techniques/src/TestingTechniques/InternalsExposedToTests.cs
70B
~Get Your Files Here !/integration-testing-final-7.12/4. Techniques/src/TestingTechniques/TestingTechniques.csproj
325B
~Get Your Files Here !/integration-testing-final-7.12/4. Techniques/src/TestingTechniques/User.cs
189B
~Get Your Files Here !/integration-testing-final-7.12/4. Techniques/src/TestingTechniques/ValueSamples.cs
1.04KB
~Get Your Files Here !/integration-testing-final-7.12/4. Techniques/tests/TestingTechniques.Tests.Unit/CalculatorTests.cs
1.48KB
~Get Your Files Here !/integration-testing-final-7.12/4. Techniques/tests/TestingTechniques.Tests.Unit/TestingTechniques.Tests.Unit.csproj
1.08KB
~Get Your Files Here !/integration-testing-final-7.12/4. Techniques/tests/TestingTechniques.Tests.Unit/ValueSamplesTests.cs
2.63KB
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/IApiMarker.cs
61B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/GetCustomerControllerTests.cs
1018B
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.26KB
~Get Your Files Here !/integration-testing-final-7.12/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/TestCollection.cs
243B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/IApiMarker.cs
65B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Services/CustomerService.cs
2.66KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/docker-compose.yml
217B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/FakeApi/FakeApi.csproj
360B
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/src/FakeApi/Program.cs
1.89KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerApiFactory.cs
2.99KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
3.47KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/DeleteCustomerControllerTests.cs
1.63KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/GetAllCustomerControllerTests.cs
2.02KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/GetCustomerControllerTests.cs
1.78KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/UpdateCustomerControllerTests.cs
3.66KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.4KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/tests/Customers.Api.Tests.Integration/GitHubApiServer.cs
2.95KB
~Get Your Files Here !/integration-testing-final-7.12/6. Real world testing/tests/Customers.Api.Tests.Integration/exercise.md
487B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/App.razor
462B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Customers.WebApp.csproj
534B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Data/CustomerDto.cs
328B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Database/DatabaseInitializer.cs
734B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Database/DbConnectionFactory.cs
609B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Dockerfile
480B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/IAppMarker.cs
65B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Mapping/DtoToModelMapper.cs
518B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Mapping/ModelToDtoMapper.cs
513B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Models/Customer.cs
693B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Pages/Customer/AddCustomer.razor
2.76KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Pages/Customer/GetAllCustomers.razor
1.87KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Pages/Customer/GetCustomer.razor
3.2KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Pages/Customer/UpdateCustomer.razor
3.26KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Pages/Error.cshtml
1.41KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Pages/Error.cshtml.cs
650B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Pages/Index.razor
123B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Pages/_Host.cshtml
193B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Pages/_Layout.cshtml
1.03KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Program.cs
1.63KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Repositories/CustomerRepository.cs
2.04KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Repositories/ICustomerRepository.cs
346B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Services/CustomerService.cs
2.67KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Services/ICustomerService.cs
332B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Shared/MainLayout.razor
390B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Shared/MainLayout.razor.css
1.16KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Shared/NavMenu.razor
1.28KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Shared/NavMenu.razor.css
1.01KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Validation/CustomerDate.cs
558B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Validation/CustomerEmail.cs
767B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/Validation/GithubUsername.cs
723B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/_Imports.razor
395B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/appsettings.Development.json
145B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/bootstrap/bootstrap.min.css
158.91KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/FONT-LICENSE
3.92KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/ICON-LICENSE
1.05KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/README.md
3.42KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.17KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20.5KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
53.5KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27.37KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/css/site.css
2.68KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/src/Customers.WebApp/wwwroot/favicon.ico
5.3KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/Customers.WebApp.Tests.Integration.csproj
1.4KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/GitHubApiServer.cs
2.96KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/Pages/AddCustomerTests.cs
2.95KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/Pages/DeleteCustomerTests.cs
2.22KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/Pages/GetAllCustomerTests.cs
1.91KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/Pages/GetCustomerTests.cs
2.78KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/Pages/UpdateCustomerTests.cs
3.43KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/SharedTestCollection.cs
189B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/SharedTestContext.cs
1.48KB
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/docker-compose.integration.yml
942B
~Get Your Files Here !/integration-testing-final-7.12/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/exercise.md
227B
~Get Your Files Here !/integration-testing-final-7.12/IntegrationTesting.sln
10.39KB
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.12/Unedited API/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.12/gitignore
4.21KB
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/tests/Customers.Api.Tests.Integration/CustomerControllerTests.cs
1.04KB
~Get Your Files Here !/integration-testing-final-7.7/3. Fundamentals/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
953B
~Get Your Files Here !/integration-testing-final-7.7/4. Techniques/src/TestingTechniques/Calculator.cs
552B
~Get Your Files Here !/integration-testing-final-7.7/4. Techniques/src/TestingTechniques/InternalsExposedToTests.cs
70B
~Get Your Files Here !/integration-testing-final-7.7/4. Techniques/src/TestingTechniques/TestingTechniques.csproj
325B
~Get Your Files Here !/integration-testing-final-7.7/4. Techniques/src/TestingTechniques/User.cs
189B
~Get Your Files Here !/integration-testing-final-7.7/4. Techniques/src/TestingTechniques/ValueSamples.cs
1.04KB
~Get Your Files Here !/integration-testing-final-7.7/4. Techniques/tests/TestingTechniques.Tests.Unit/CalculatorTests.cs
1.48KB
~Get Your Files Here !/integration-testing-final-7.7/4. Techniques/tests/TestingTechniques.Tests.Unit/TestingTechniques.Tests.Unit.csproj
1.08KB
~Get Your Files Here !/integration-testing-final-7.7/4. Techniques/tests/TestingTechniques.Tests.Unit/ValueSamplesTests.cs
2.63KB
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/IApiMarker.cs
61B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/CustomerController/GetCustomerControllerTests.cs
1018B
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.26KB
~Get Your Files Here !/integration-testing-final-7.7/5. Concepts & Practices/tests/Customers.Api.Tests.Integration/TestCollection.cs
243B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/IApiMarker.cs
65B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Services/CustomerService.cs
2.66KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/docker-compose.yml
217B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/FakeApi/FakeApi.csproj
360B
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/src/FakeApi/Program.cs
1.89KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerApiFactory.cs
2.99KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/CreateCustomerControllerTests.cs
3.47KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/DeleteCustomerControllerTests.cs
1.63KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/GetAllCustomerControllerTests.cs
2.02KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/GetCustomerControllerTests.cs
1.78KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/tests/Customers.Api.Tests.Integration/CustomerController/UpdateCustomerControllerTests.cs
3.66KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/tests/Customers.Api.Tests.Integration/Customers.Api.Tests.Integration.csproj
1.4KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/tests/Customers.Api.Tests.Integration/GitHubApiServer.cs
2.95KB
~Get Your Files Here !/integration-testing-final-7.7/6. Real world testing/tests/Customers.Api.Tests.Integration/exercise.md
487B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/App.razor
462B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Customers.WebApp.csproj
534B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Data/CustomerDto.cs
328B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Database/DatabaseInitializer.cs
734B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Database/DbConnectionFactory.cs
609B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Dockerfile
480B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/IAppMarker.cs
65B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Mapping/DtoToModelMapper.cs
518B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Mapping/ModelToDtoMapper.cs
513B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Models/Customer.cs
693B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Pages/Customer/AddCustomer.razor
2.76KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Pages/Customer/GetAllCustomers.razor
1.87KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Pages/Customer/GetCustomer.razor
3.2KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Pages/Customer/UpdateCustomer.razor
3.26KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Pages/Error.cshtml
1.41KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Pages/Error.cshtml.cs
650B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Pages/Index.razor
123B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Pages/_Host.cshtml
193B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Pages/_Layout.cshtml
1.03KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Program.cs
1.63KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Repositories/CustomerRepository.cs
2.04KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Repositories/ICustomerRepository.cs
346B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Services/CustomerService.cs
2.67KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Services/ICustomerService.cs
332B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Shared/MainLayout.razor
390B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Shared/MainLayout.razor.css
1.16KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Shared/NavMenu.razor
1.28KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Shared/NavMenu.razor.css
1.01KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Validation/CustomerDate.cs
558B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Validation/CustomerEmail.cs
767B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/Validation/GithubUsername.cs
723B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/_Imports.razor
395B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/appsettings.Development.json
145B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/bootstrap/bootstrap.min.css
158.91KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/FONT-LICENSE
3.92KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/ICON-LICENSE
1.05KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/README.md
3.42KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.17KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20.5KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
53.5KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27.37KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/css/site.css
2.68KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/src/Customers.WebApp/wwwroot/favicon.ico
5.3KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/Customers.WebApp.Tests.Integration.csproj
1.4KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/GitHubApiServer.cs
2.96KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/Pages/AddCustomerTests.cs
2.95KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/Pages/GetCustomerTests.cs
2.78KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/SharedTestCollection.cs
189B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/SharedTestContext.cs
1.48KB
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/docker-compose.integration.yml
942B
~Get Your Files Here !/integration-testing-final-7.7/7. Web UI testing/tests/Customers.WebApp.Tests.Integration/exercise.md
226B
~Get Your Files Here !/integration-testing-final-7.7/IntegrationTesting.sln
10.39KB
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Attributes/FromMultiSourceAttribute.cs
351B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Contracts/Data/CustomerDto.cs
335B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Contracts/Requests/CustomerRequest.cs
308B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Contracts/Requests/UpdateCustomerRequest.cs
253B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Contracts/Responses/CustomerResponse.cs
333B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Contracts/Responses/GetAllCustomersResponse.cs
196B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Controllers/CustomerController.cs
2.18KB
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Customers.Api.csproj
677B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Database/DatabaseInitializer.cs
664B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Database/DbConnectionFactory.cs
606B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Dockerfile
477B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Domain/Common/CustomerId.cs
311B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Domain/Common/DateOfBirth.cs
542B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Domain/Common/Email.cs
752B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Domain/Common/FullName.cs
667B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Domain/Common/GitHubUsername.cs
713B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Domain/Customer.cs
413B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Mapping/ApiContractToDomainMapper.cs
1.09KB
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Mapping/DomainToApiContractMapper.cs
1.07KB
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Mapping/DomainToDtoMapper.cs
545B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Mapping/DtoToDomainMapper.cs
638B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Program.cs
1.83KB
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Properties/launchSettings.json
311B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Repositories/CustomerRepository.cs
2.01KB
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Repositories/ICustomerRepository.cs
353B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Services/CustomerService.cs
2.57KB
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Services/GitHubService.cs
875B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Services/ICustomerService.cs
326B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Services/IGitHubService.cs
122B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Validation/CustomerRequestValidator.cs
420B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/Validation/ValidationExceptionMiddleware.cs
1.18KB
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/appsettings.Development.json
119B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/appsettings.json
326B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/commands.md
352B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/docker-compose-full.yml
707B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/docker-compose-viewer.yml
293B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/docker-compose.yml
210B
~Get Your Files Here !/integration-testing-final-7.7/Unedited API/Customers.Api/dockerignore
314B
~Get Your Files Here !/integration-testing-final-7.7/gitignore
4.21KB
~Get Your Files Here !/sidekiq_in_practice.epub
2.64MB
~Get Your Files Here !/sidekiq_in_practice.html
189.96KB
~Get Your Files Here !/sidekiq_in_practice.pdf
3.04MB
~Get Your Files Here !/sidekiq_in_practice.txt
129.12KB
~Get Your Files Here !/video_1.mp4
110.87MB
W3siaWQiOiJleG9jX2JfUExBWSIsImFkc3BvdCI6ImJfUExBWSIsIndlaWdodCI6IjEiLCJmY2FwIjpmYWxzZSwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjwhLS1cclxuPGEgaHJlZj1cImh0dHBzOlwvXC9zeW5kaWNhdGlvbi5keW5zcnZ0YmcuY29tXC9zcGxhc2gucGhwP2lkem9uZT0xOTYxMDkyJnJldHVybl91cmw9aHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2J0c1wiICBjbGFzcz1cImJ0biBidG4td2FybmluZ1wiIHRhcmdldD1cIl9ibGFua1wiPjxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1wbGF5XCI+PFwvc3Bhbj4gUGxheSBOb3c8XC9hPlxyXG4tLT4ifV0=
~Get Your Files Here !/video_2.mp4
116.04MB
W3siaWQiOiJleG9jX2JfUExBWSIsImFkc3BvdCI6ImJfUExBWSIsIndlaWdodCI6IjEiLCJmY2FwIjpmYWxzZSwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjwhLS1cclxuPGEgaHJlZj1cImh0dHBzOlwvXC9zeW5kaWNhdGlvbi5keW5zcnZ0YmcuY29tXC9zcGxhc2gucGhwP2lkem9uZT0xOTYxMDkyJnJldHVybl91cmw9aHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2J0c1wiICBjbGFzcz1cImJ0biBidG4td2FybmluZ1wiIHRhcmdldD1cIl9ibGFua1wiPjxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1wbGF5XCI+PFwvc3Bhbj4gUGxheSBOb3c8XC9hPlxyXG4tLT4ifV0=
~Get Your Files Here !/video_3.mp4
111.84MB
W3siaWQiOiJleG9jX2JfUExBWSIsImFkc3BvdCI6ImJfUExBWSIsIndlaWdodCI6IjEiLCJmY2FwIjpmYWxzZSwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjwhLS1cclxuPGEgaHJlZj1cImh0dHBzOlwvXC9zeW5kaWNhdGlvbi5keW5zcnZ0YmcuY29tXC9zcGxhc2gucGhwP2lkem9uZT0xOTYxMDkyJnJldHVybl91cmw9aHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2J0c1wiICBjbGFzcz1cImJ0biBidG4td2FybmluZ1wiIHRhcmdldD1cIl9ibGFua1wiPjxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1wbGF5XCI+PFwvc3Bhbj4gUGxheSBOb3c8XC9hPlxyXG4tLT4ifV0=
~Get Your Files Here !/video_4.mp4
119.9MB
W3siaWQiOiJleG9jX2JfUExBWSIsImFkc3BvdCI6ImJfUExBWSIsIndlaWdodCI6IjEiLCJmY2FwIjpmYWxzZSwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjwhLS1cclxuPGEgaHJlZj1cImh0dHBzOlwvXC9zeW5kaWNhdGlvbi5keW5zcnZ0YmcuY29tXC9zcGxhc2gucGhwP2lkem9uZT0xOTYxMDkyJnJldHVybl91cmw9aHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2J0c1wiICBjbGFzcz1cImJ0biBidG4td2FybmluZ1wiIHRhcmdldD1cIl9ibGFua1wiPjxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1wbGF5XCI+PFwvc3Bhbj4gUGxheSBOb3c8XC9hPlxyXG4tLT4ifV0=
~Get Your Files Here !/video_5.mp4
116.73MB
W3siaWQiOiJleG9jX2JfUExBWSIsImFkc3BvdCI6ImJfUExBWSIsIndlaWdodCI6IjEiLCJmY2FwIjpmYWxzZSwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjwhLS1cclxuPGEgaHJlZj1cImh0dHBzOlwvXC9zeW5kaWNhdGlvbi5keW5zcnZ0YmcuY29tXC9zcGxhc2gucGhwP2lkem9uZT0xOTYxMDkyJnJldHVybl91cmw9aHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2J0c1wiICBjbGFzcz1cImJ0biBidG4td2FybmluZ1wiIHRhcmdldD1cIl9ibGFua1wiPjxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1wbGF5XCI+PFwvc3Bhbj4gUGxheSBOb3c8XC9hPlxyXG4tLT4ifV0=
~Get Your Files Here !/video_6.mp4
128.89MB
W3siaWQiOiJleG9jX2JfUExBWSIsImFkc3BvdCI6ImJfUExBWSIsIndlaWdodCI6IjEiLCJmY2FwIjpmYWxzZSwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjwhLS1cclxuPGEgaHJlZj1cImh0dHBzOlwvXC9zeW5kaWNhdGlvbi5keW5zcnZ0YmcuY29tXC9zcGxhc2gucGhwP2lkem9uZT0xOTYxMDkyJnJldHVybl91cmw9aHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2J0c1wiICBjbGFzcz1cImJ0biBidG4td2FybmluZ1wiIHRhcmdldD1cIl9ibGFua1wiPjxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1wbGF5XCI+PFwvc3Bhbj4gUGxheSBOb3c8XC9hPlxyXG4tLT4ifV0=
~Get Your Files Here !/video_7.mp4
120.35MB
W3siaWQiOiJleG9jX2JfUExBWSIsImFkc3BvdCI6ImJfUExBWSIsIndlaWdodCI6IjEiLCJmY2FwIjpmYWxzZSwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjwhLS1cclxuPGEgaHJlZj1cImh0dHBzOlwvXC9zeW5kaWNhdGlvbi5keW5zcnZ0YmcuY29tXC9zcGxhc2gucGhwP2lkem9uZT0xOTYxMDkyJnJldHVybl91cmw9aHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2J0c1wiICBjbGFzcz1cImJ0biBidG4td2FybmluZ1wiIHRhcmdldD1cIl9ibGFua1wiPjxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1wbGF5XCI+PFwvc3Bhbj4gUGxheSBOb3c8XC9hPlxyXG4tLT4ifV0=
~Get Your Files Here !/video_8.mp4
131.44MB
W3siaWQiOiJleG9jX2JfUExBWSIsImFkc3BvdCI6ImJfUExBWSIsIndlaWdodCI6IjEiLCJmY2FwIjpmYWxzZSwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjwhLS1cclxuPGEgaHJlZj1cImh0dHBzOlwvXC9zeW5kaWNhdGlvbi5keW5zcnZ0YmcuY29tXC9zcGxhc2gucGhwP2lkem9uZT0xOTYxMDkyJnJldHVybl91cmw9aHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2J0c1wiICBjbGFzcz1cImJ0biBidG4td2FybmluZ1wiIHRhcmdldD1cIl9ibGFua1wiPjxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1wbGF5XCI+PFwvc3Bhbj4gUGxheSBOb3c8XC9hPlxyXG4tLT4ifV0=
~Get Your Files Here !/video_9.mp4
137.01MB
W3siaWQiOiJleG9jX2JfUExBWSIsImFkc3BvdCI6ImJfUExBWSIsIndlaWdodCI6IjEiLCJmY2FwIjpmYWxzZSwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjwhLS1cclxuPGEgaHJlZj1cImh0dHBzOlwvXC9zeW5kaWNhdGlvbi5keW5zcnZ0YmcuY29tXC9zcGxhc2gucGhwP2lkem9uZT0xOTYxMDkyJnJldHVybl91cmw9aHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2J0c1wiICBjbGFzcz1cImJ0biBidG4td2FybmluZ1wiIHRhcmdldD1cIl9ibGFua1wiPjxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1wbGF5XCI+PFwvc3Bhbj4gUGxheSBOb3c8XC9hPlxyXG4tLT4ifV0=