Benoit Patra's Picture

Benoît Patra's blog

Discussions on software engineering and machine learning

  • Home
  • Archives
  • About
  • Academic (past)

Posts with tag 'Unit Testing'

A collection of 4 posts

November 30, 2014

String localization for XAML and C# using dynamically implemented interface

In this post I will describe a solution for easy localized strings management in XAML or C#. Precisely, we will use the usual recommended material for manipulating localized strings in .NET: resx files and the ResourceManager class. However, for XAML...

C# Localization MSIL resharper Unit Testing WPF XAML

October 12, 2014

A generic version of ICollectionView used in a MVVM searchable list

In this post we will describe how to create a searchable list with WPF following MVVM principles. To this aim we will use a WPF ListView to display the searched items and a TextBox to enter the text used for the search. Most...

.NET C# MVVM resharper Unit Testing WPF XAML

June 1, 2014

Tools for javascript TDD with Visual Studio

In this post I describe the tools that I have selected for efficient development of javascript tests within Visual Studio. Indeed, if you are developing sites with ASP.NET or Apps for Office then you are more or less committed to...

chutzpah jasmine javascript MSTest powershell Unit Testing visual studio

March 15, 2014

Unit Testing Drag and Drop logic with MVVM pattern in WPF

I recently had a discussion with a friend about the Model-View-ViewModel pattern (MVVM) for UI apps and the fact that it allows unit testing where you would not have thought it possible in the first place, for example, logic involved...

C# GongWPF mock framework MOQ MSTest MVVM Unit Testing WPF XAML

Benoît Patra's blog © 2024.
Powered by Jekyll.

Back to top