Exemple #1
0
        public void SetOutputPath_Sets_OutputPath_Property()
        {
            var settings     = new GraphSettings();
            var randomString = autofixture.Create <string>();

            settings.SetOutputPath(randomString);
            settings.OutputPath.ShouldBe(randomString);
        }