Skip to content

PeteCooney/CrmSdk.UnitTesting

Repository files navigation

CrmSdk.UnitTesting

A framework, built on Moq, for performing Unit Testing against a Microsoft Dynamics 365 CE organization

Overview

Built on the widely supported Moq framework, this project is intended to enable developers to rapidly create unit test fixtures for Plugins, Workflows and other code that is reliant on the Microsoft Dynamics 365 CE SDK.

Usage

Installation

A NuGet package is available for installing & using this framework here: https://www.nuget.org/packages/CrmSdk.UnitTesting/

Examples

I'm in the process of writing an examples project to demonstrate how to use this package, please check back soon.