AAWESOME .NET TIPSVIEW ON GITHUB β†—
CLOUD NATIVE

Unit Testing

Explore curated resources about Unit Testing.

49 CURATED RESOURCES3 SECTION CARDS
NAVIGATE THIS TOPIC

Sections

3 SECTIONS
CURRENT SECTION

Articles

32 SHOWN
ARTICLE

C# – How to unit test code that uses HttpClient

ARTICLE

How to unit test a class that consumes an HttpClient with IHttpClientFactory in ASP.NET Core?

ARTICLE

ASP.NET Core 2+ best practices and practical tools for testing, part 1

ARTICLE

ASP.NET Core 2+ best practices and practical tools for testing, part 2, Use cases

ARTICLE

You will never give up a unit test anymore with ExpectedObjects in .NET Core

ARTICLE

How to unit test private methods in .NET Core applications? (even if it’s bad)

ARTICLE

Mock and Unit Test HTTPClient with MessageHandler

ARTICLE

Unit Test Naming Convention

ARTICLE

Testing Exceptions with xUnit and Actions

ARTICLE

Clean code tips - Tests

ARTICLE

.NET 5 REST API Tutorial 10 - Unit Testing and TDD

ARTICLE

Testing Production API Endpoints with xUnit

ARTICLE

Exploring Fluent Assertions

ARTICLE

Unit Testing with ILogger<T>

ARTICLE

How to get ASP.NET Core logs in the output of xUnit tests

ARTICLE

Create fake user for ASP.NET Core controller tests

ARTICLE

Different kind of testing strategies with ASP.NET Core: The basics

ARTICLE

Unit testing data access in ASP.​NET Core

ARTICLE

How to test your C# Web API

ARTICLE

How to mock dependencies with Manifest resources

ARTICLE

Unit and integration testing

ARTICLE

Should you unit-test API/MVC controllers in ASP.NET Core?

ARTICLE

Unit Test and Mock HTTPContext in ASP.NET Core Controller

ARTICLE

Unit Test and Mock HttpContextAccessor

ARTICLE

TDD – Unit Testing Naming Conventions and Standards

ARTICLE

Tips & tricks for unit testing in .NET Core 3: Mocking IHttpContextAccessor

ARTICLE

How to write good unit tests: Two issues to avoid

ARTICLE

Unit Testing Best Practices: A checklist

ARTICLE

How to name your unit tests. 4 test naming conventions

ARTICLE

4 common mistakes when writing your first unit tests

ARTICLE

Unit Testing of Web API with xUnit and Moq

ARTICLE

Mocking a method in the same test class using Mockito