Skip to navigation Skip to content
Primary Menu
  • Home
  • About me

Anthony Giretti's .NET blog

Ain't no mountain high enough

  • Home
  • XUnit

Category: XUnit

ASP.NET CORE ASP.NET Core 2.1 Integration tests Test Server UNIT TESTS XUnit

Common features in ASP.NET Core 2.1 WebApi: Testing

anthonygiretti
2018-11-26

  Common features in ASP.NET Core 2.1 WebApi: Authenticating with a JWT Common features in ASP.NET Core 2.1 WebApi: Validation Common features in ASP.NET Core 2.1 WebApi: Error handling Common features in ASP.NET Core 2.1 WebApi: Logging Common features in…

Read More
.NET Core FluentAssertions UNIT TESTS XUnit

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

anthonygiretti
2018-08-26

Introduction Yes it’s bad and dirty! Since your private methods are only an implementation detail whose existence and behavior is only justified by their use in public methods, then these private methods are automatically tested through public method tests. In…

Read More
.NET Core ASP.NET CORE C# UNIT TESTS XUnit

How to unit test Internal classes in .NET Core applications?

anthonygiretti
2018-06-27

Introduction The creation of unit tests is an important step in ensuring the quality of a project. In general, most public methods are tested, but what if you want to test a non-public part of the project? Putting all classes…

Read More
.NET Core FluentAssertions UNIT TESTS XUnit

Code reliability: Unit testing with XUnit and FluentAssertions in .NET Core 2 apps

anthonygiretti
2018-01-19

Introduction I decided to write this article because I’m really fan of XUnit and FluentAssertions expecially for its great syntax. Xunit xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor…

Read More
Follow me!
Recent Posts
  • Writing cleaner Typed HttpClient using a custom DelegatingHandler
  • SignInNames available in Microsoft Graph
  • Simplified Options usage in ASP.NET Core 2+
  • Building a typed Httpclient with Refit in ASP.NET Core 3
  • ASP.NET Core 2+ best practices and practical tools for testing, part 2, Use cases
Archives
  • December 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • October 2017
  • July 2017
  • June 2017
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • May 2015
  • September 2014
  • August 2014
  • May 2014
Categories
  • .NET
  • .NET Core
  • Adal-Angular5
  • ADAL.JS
  • Angular
  • Angular 4
  • Angular 5
  • Angular 6
  • ASP.NET CORE
  • ASP.NET Core 2.1
  • ASP.NET Core 2.2
  • ASP.NET MVC
  • AutoMapper
  • Azure
  • Azure AD
  • C#
  • CI
  • CodeAnalysis
  • Dapper
  • DataTable
  • Documentation
  • Duck Casting
  • Entity Framework
  • Entity Framework Core
  • Entity Framework Core 2
  • FluentAssertions
  • FluentValidation
  • Function App
  • Google API
  • Google Charts
  • HTML 5
  • InjectionDependency
  • Integration tests
  • Javascript
  • JSON
  • JWT
  • Karma
  • Logging
  • Massive
  • Micro ORM
  • middleware
  • MiniProfiler
  • MSTest V2
  • NDepend
  • Newtonsoft
  • Non classé
  • NPoco
  • Open Id Connect
  • OrmLite
  • Owned types
  • Peta POCO
  • PhantomJS
  • PowerShell
  • Profiling
  • Scalar Function
  • Serilog
  • SignalR Core
  • Simple Injector
  • Simple.Data
  • SQL
  • SQL SERVER
  • SqlTable dependency
  • SSL
  • StyleCop
  • SVG
  • Table splitting
  • Test Server
  • TLS
  • TsLint
  • Typescript
  • Typescript
  • Underscore.js
  • UNIT TESTS
  • Visual Studio Code
  • Visual Studio Team Services
  • VSTS
  • Web API
  • Windows services
  • XUnit
Copyright © All rights reserved. Theme: Blog Elite by Themesaga