Skip to content

Instantly share code, notes, and snippets.

@featuresnap
featuresnap / gist:2e1dacda7944786d2d88
Created May 13, 2015 17:13
Test Fixture for ValidationActor, Akka Bootcamp Lesson 1.3
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.TestKit;
using Akka.TestKit.NUnit;
using NUnit.Framework;