Alquimiaware.NuGetUnity.Tests.IFolderCommandsContractTests.GetExistingFolderPath_ByDefinition_ReturnsExistingFolderPath C# (CSharp) 메소드

GetExistingFolderPath_ByDefinition_ReturnsExistingFolderPath() 개인적인 메소드

        public void GetExistingFolderPath_ByDefinition_ReturnsExistingFolderPath()
        {
            var path = GetExistingFolderPath();
            var sut = GetFolderCommands();
            Assert.IsTrue(sut.Exists(path));
        }