Skip to content

Instantly share code, notes, and snippets.

View scottywakefield's full-sized avatar

Scotty Wakefield scottywakefield

View GitHub Profile
@scottywakefield
scottywakefield / GivenAGetWidgetRequestHandler.cs
Last active June 1, 2017 14:36
Nesting test fixtures using NUnit, about as close to nested Jasmine tests for non-async code
using System;
using System.Collections.Specialized;
using Once.Api.Core;
using Once.Api.DataAccess.Query;
using Once.Api.Domain;
using Once.Api.Endpoints.Factory;
using Once.Api.Endpoints.GetWidget;
using Once.Api.Endpoints.Serialisers;
using Once.Api.Endpoints.Validators;
using Acme.Model;