Search results for 'xunit'

Running and Filtering Tests with the .NET Core Command Line Test Runner In a previous article we saw how to use Visual Studio’s Test Explorer to filter and run subset Type: Post http://dontcodetired.com/blog/post/Running-and-Filtering-Tests-with-the-NET-Core-Command-Line-Test-Runner
Pretty Method Display in xUnit.net One little-known feature of the xUnit.net testing framework is the ability to write test method name Type: Post
Tags : xunit.net, C#, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Pretty-Method-Display-in-xUnitnet
Quick-Start Guide To Using xUnit To Test Your Windows 8 WinRT Store app "Until xUnit officially supports* Windows store apps you can get xUnit working with your WinRT app by doing the following: In Visual Studio 2012, go to Tools menu, Extensions and Updates; search for an ..." Type: Post
Tags : windows 8 apps, windows 8, apps, xunit, testing
http://dontcodetired.com/blog/post/Quick-Start-Guide-To-Using-xUnit-To-Test-Your-Windows-8-WinRT-Store-app
Creating Inline Data Driven Tests in xUnit xUnit.net allows the creation of data-driven tests. These kind of tests get their test data from out Type: Post
Tags : xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/Creating-Inline-Data-Driven-Tests-in-xUnit
Asserting the Results of Tests in xUnit.net The below is an excerpt from the latest chapter “An Introduction to Unit Testing With xUnit.ne Type: Post
Tags : xunit, testing
http://dontcodetired.com/blog/post/Asserting-the-Results-of-Tests-in-xUnitnet
Getting Started Testing .NET Core Code with xUnit.net xUnit.net is a testing framework that can be used to write automated tests for .NET (full) framework Type: Post
Tags : .net, .net core, xunit.net, testing, quality, C#
http://dontcodetired.com/blog/post/Getting-Started-Testing-NET-Core-Code-with-xUnitnet
Running xUnit.net Tests on Specific Threads for WPF and Other UI Tests Sometimes when you write a test with xUnit.net (or other testing frameworks) you may run into proble Type: Post
Tags : xunit.net, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Running-xUnitnet-Tests-on-Specific-Threads-for-WPF-and-Other-UI-Tests
Learning xUnit .NET Unit Testing the Easy Way If you’re getting started with .NET or you’ve done some testing but want to know how to Type: Post
Tags : testing, profession, personal development, .net, xunit.net
http://dontcodetired.com/blog/post/Learning-xUnit-NET-Unit-Testing-the-Easy-Way
xUnit.net 2 Cheat Sheet To compliment the release of my Testing .NET Code with xUnit.net 2 Pluralsight course, I’ve up Type: Post
Tags : xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-2-Cheat-Sheet
New Pluralsight Course: The xUnit.net Testing Framework My latest Pluralsight course on the xUnit.net testing framework has just been released. Course Descr Type: Post
Tags : xunit, .net, c#, pluralsight courses, testing, tdd, quality, autofixture, automocking
http://dontcodetired.com/blog/post/New-Pluralsight-Course-The-xUnitnet-Testing-Framework
xUnit.net Cheat Sheet "To help people get started with xUnit.net and as an accompaniment to my  Pluralsight xUnit.net training course I thought I’d create a cheat sheet showing common assert methods and attributes. Hop ..." Type: Post
Tags : xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-Cheat-Sheet
Testing for Thrown Exceptions in xUnit.net When writing tests it is sometimes useful to check that the correct exceptions are thrown at the exp Type: Post
Tags : xunit.net, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-xUnitnet
Diagnosing Failing Tests More Easily and Improving Test Code Readability Sometimes the assertions that come bundled with a testing framework are suboptimal in that they do n Type: Post
Tags : testing, .net, .net core, C#
http://dontcodetired.com/blog/post/Diagnosing-Failing-Tests-More-Easily-and-Improving-Test-Code-Readability
An Update on Keeping Software Soft "I’m writing my first ever book calling Keeping Software Soft. I just published 3 new chapters: Technical Debt Software Craftsmanship, Professionalism, and Personal Development What Programmers Want a ..." Type: Post
Tags : keeping software soft, writing
http://dontcodetired.com/blog/post/An-Update-on-Keeping-Software-Soft
Testing ASP.NET Core MVC Controllers: Getting Started When writing ASP.NET Core MVC web applications, you may want to test that controller actions behave Type: Post
Tags : testing, .net core, xunit.net, asp.net core
http://dontcodetired.com/blog/post/Testing-ASPNET-Core-MVC-Controllers-Getting-Started
Azure Functions Continuous Deployment with Azure Pipelines: Part 5 - Adding Unit Tests This is the fifth part in a series demonstrating how to setup continuous deployment of an Azure Func Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-5-Adding-Unit-Tests
Free .NET Testing Courses This Month This month all my Pluralsight courses are available for free including a lot of .NET testing content Type: Post
Tags : C#, pluralsight courses, profession, personal development, .net, .net core
http://dontcodetired.com/blog/post/Free-NET-Testing-Courses
New Pluralsight Course - Better .NET Unit Tests with AutoFixture My new Pluralsight testing course was just released: Better .NET Unit Tests with AutoFixture: Get St Type: Post
Tags : autofixture, testing, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Better-NET-Unit-Tests-with-AutoFixture
Grouping and Filtering Tests in Visual Studio Test Explorer One way to run automated tests is to use Visual Studio’s Test Explorer. Test Explorer can be f Type: Post
Tags : testing, qa, visual studio, tools
http://dontcodetired.com/blog/post/Grouping-and-Filtering-Tests-in-Visual-Studio-Test-Explorer
In Process Http Server for Integration Test Faking with Owin, Katana, and WebAPI "Sometimes when integration testing we need an HTTP endpoint. We can set one up in our solution (for example a Web Api project) and make sure it’s running before we execute our integration tests but it ..." Type: Post
Tags : testing, asp.net, owin, katana, web api
http://dontcodetired.com/blog/post/In-Process-Http-Server-for-Integration-Test-Faking-with-Owin-Katana-and-WebAPI