C# 클래스 Alquimiaware.NuGetUnity.Tests.IFolderCommandsContractTests

파일 보기 프로젝트 열기: Alquimiaware/Nuget-Unity

보호된 메소드들

메소드 설명
GetExistingFolderPath ( ) : string
GetFolderCommands ( ) : IFolderCommands
GetNonExistingFolderPath ( ) : string

비공개 메소드들

메소드 설명
Exists_OfExistingFolder_IsTrue ( ) : void
Exists_OfNonExistingFolder_IsFalse ( ) : void
GetExistingFolderPath_ByDefinition_ReturnsExistingFolderPath ( ) : void
GetNonExistingFolderPath_ByDefinition_RetunrsNonExistingPath ( ) : void

메소드 상세

GetExistingFolderPath() 보호된 추상적인 메소드

protected abstract GetExistingFolderPath ( ) : string
리턴 string

GetFolderCommands() 보호된 추상적인 메소드

protected abstract GetFolderCommands ( ) : IFolderCommands
리턴 IFolderCommands

GetNonExistingFolderPath() 보호된 추상적인 메소드

protected abstract GetNonExistingFolderPath ( ) : string
리턴 string