This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module WebApi2Helpers | |
// Port of answer by @nikosbaxevanis :- http://stackoverflow.com/a/19954215/11635 | |
open System | |
open Ploeh.AutoFixture | |
open Ploeh.AutoFixture.Kernel | |
open Ploeh.AutoFixture.Xunit | |
open Ploeh.AutoFixture.AutoFoq | |
open System.Web.Http.Hosting |