namespace TestCentre open Xunit open WetPancake module UnitTests = [] let ``Random Text does not generate a null string`` () = let result = Pancake.RequestRandomText Assert.NotNull(result)