G
o
o
g
l
e
×
Please click
here
if you are not redirected within a few seconds.
All
Images
Videos
News
Maps
Shopping
Books
Search tools
Recent
Recent
Past hour
Past 24 hours
Past week
Past month
Past year
Archives
Sorted by relevance
Sorted by relevance
Sorted by date
Writing xUnit Tests in .NET Core
Visual Studio Magazine
To write a test you simply create a public method that returns nothing and then decorate it with the Fact attribute. Inside that method you can...
73 months ago
AWS CodeBuild Test Reporting with .NET Core
Amazon Web Services
AWS CodeBuild announced a new test reporting feature which can help make diagnosing test failures in CodeBuild much easier.
56 months ago
TimeProvider and ITimer: Writing Unit Tests with Time in .NET 8 Preview 4
infoq.com
The first part of the article covers the history of .NET Date and Time structures, including existing issues and challenges in time calculation.
18 months ago
How to enforce architecture rules in C#
InfoWorld
NetArchTest is a simple framework that can be used to enforce architecture rules in .NET Framework or .NET Core as well as in .NET 6 projects.
32 months ago
Writing Unit Tests in C# with ease using ChatGPT
Packt
In sum, my pair-programming buddy, ChatGPT, saved me a lot of tedious work creating unit tests.
2 months ago
Providing Constant Context for .NET Core Tests
Visual Studio Magazine
The new xUnit Testing Framework that's part of .NET Core works differently from the testing frameworks you're used to. During a test run,...
73 months ago
How to use Fluent Assertions in C#
InfoWorld
When unit tests fail, they should clearly explain why. Take advantage of the Fluent Assertions library to write unit test methods that are...
17 months ago
Debugging .NET Core AWS Lambda functions using the AWS .NET Mock Lambda Test Tool
Amazon Web Services
It's a tool to quickly load up your Lambda function code and test your application logic. It provides functionality similar to the quick F5 debugging...
73 months ago
A Quick Tour of the .NET CLI
infoq.com
The dotnet cli makes automating and scripting builds on .NET projects simple, especially compared to the state of the art in .
72 months ago
In-Memory ASP.NET Core Integration Tests with TestServer
Visual Studio Magazine
The TestServer class allows an in-memory test server to be created and HTTP requests issued to the ASP.NET Core Web app.
89 months ago