Skip to content

Instantly share code, notes, and snippets.

@Sam13
Sam13 / Test.cs
Created May 23, 2018 11:43
Akka Persistence Stash
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Akka.Actor;
using Akka.Persistence;
using Akka.TestKit.NUnit3;
using NUnit.Framework;
namespace AkkaTest.UnitTest
// Uncomment to get it working
// #l Build2.cake
#load nuget:?package=BuildScripts.Cake
#l Build2.cake
Task("Hello1")
.Does(() =>