Skip to content

Instantly share code, notes, and snippets.

@Vidarls
Vidarls / gist:1222865
Created September 16, 2011 19:11 — forked from marcusoftnet/gist:1222823
Base for a repository demo test with Simple.Data.FakeResult
using System;
using System.Collections.Generic;
using FakeItEasy;
using NUnit.Framework;
using Simple.Data.FakeResult;
namespace TestingWithSimpleDataFakeResult
{
[TestFixture]
public class RepositoryUsingSimpleDataTests