C# Class ZeroInstall.Store.Model.FeedTest

Show file Open project: 0install/0install-win Class Usage Examples

Public Properties

Property Type Description
Sub1Uri FeedUri
Sub2Uri FeedUri
Sub3Uri FeedUri
Test1Uri FeedUri
Test2Uri FeedUri
Test3Uri FeedUri

Public Methods

Method Description
CreateTestFeed ( ) : Feed

Creates a fictive test Feed.

CreateTestImplementation ( ) : Implementation

Creates a fictive test Implementation.

CreateTestPackageImplementation ( ) : PackageImplementation

Creates a fictive test PackageImplementation.

Private Methods

Method Description
CreateTestGroup ( ) : Group

Creates a fictive test Group.

TestCloneEquals ( ) : void
TestGetEntryPoint ( ) : void
TestGetIcon ( ) : void
TestGetImplementation ( ) : void
TestGetName ( ) : void
TestGetSummary ( ) : void
TestNormalize ( ) : void
TestNormalizeHash ( ) : void
TestSaveLoad ( ) : void
TestStrip ( ) : void

Method Details

CreateTestFeed() public static method

Creates a fictive test Feed.
public static CreateTestFeed ( ) : Feed
return Feed

CreateTestImplementation() public static method

Creates a fictive test Implementation.
public static CreateTestImplementation ( ) : Implementation
return Implementation

CreateTestPackageImplementation() public static method

Creates a fictive test PackageImplementation.
public static CreateTestPackageImplementation ( ) : PackageImplementation
return PackageImplementation

Property Details

Sub1Uri public static property

public static FeedUri Sub1Uri
return FeedUri

Sub2Uri public static property

public static FeedUri Sub2Uri
return FeedUri

Sub3Uri public static property

public static FeedUri Sub3Uri
return FeedUri

Test1Uri public static property

public static FeedUri Test1Uri
return FeedUri

Test2Uri public static property

public static FeedUri Test2Uri
return FeedUri

Test3Uri public static property

public static FeedUri Test3Uri
return FeedUri