akkadotnet / akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
http://getakka.net
Other
4.72k stars 1.04k forks source link

Akka.TestKit support for F# tests #664

Open Horusiath opened 9 years ago

Horusiath commented 9 years ago

Add built-in Akka.TestKit support for F# - since it already uses FsCheck, I think we should use it as a standard supported test lib.

Proposition:

Maybe we could move whole Akka.TestKit.TestKitBase instance as a parameter injected into each test by dedicated generator. Something like:

[<Fact>] let ``some test`` testkit = ...

, where testkit is a derivative of the TestKitBase class with support for Akka.FSharp plugin.

HCanber commented 9 years ago

Let me know if help is needed. I don't know F# but I kinda know TestKit :)

ritcoder commented 8 years ago

Has there been any progress on this? Haven't had much luck trying to test my actors.