C# 클래스 ZeroInstall.Store.Model.CommandTest

파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
CreateTestCommand1 ( ) : Command

Creates a fictive test Command.

CreateTestCommand1Test ( ) : Command

Creates a fictive test Command using Command.NameTest.

CreateTestCommand2 ( ) : Command

Creates a fictive test Command.

비공개 메소드들

메소드 설명
TestCloneEquals ( ) : void

메소드 상세

CreateTestCommand1() 공개 정적인 메소드

Creates a fictive test Command.
public static CreateTestCommand1 ( ) : Command
리턴 Command

CreateTestCommand1Test() 공개 정적인 메소드

Creates a fictive test Command using Command.NameTest.
public static CreateTestCommand1Test ( ) : Command
리턴 Command

CreateTestCommand2() 공개 정적인 메소드

Creates a fictive test Command.
public static CreateTestCommand2 ( ) : Command
리턴 Command