TestVelopackLocator Class
Namespace: Velopack.Locators
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Provides a mock / test implementation of VelopackLocator. This can be used to verify that your application is able to find and prepare updates from your chosen update source without actually having an installed application. This could be used in a CI/CD pipeline, or unit tests etc.
[ExcludeFromCodeCoverage]
public class TestVelopackLocator : VelopackLocator
Inheritance: object → VelopackLocator → TestVelopackLocator
Attributes: ExcludeFromCodeCoverageAttribute
Constructors
Name | Description |
---|---|
TestVelopackLocator(string, string, string, ILogger) | |
TestVelopackLocator(string, string, string, string, string, string, string, ILogger, VelopackAsset) |
Properties
Name | Description |
---|---|
AppContentDir | |
AppId | |
Channel | |
CurrentlyInstalledVersion | |
PackagesDir | |
RootAppDir | |
UpdateExePath |
Methods
Name | Description |
---|---|
GetLatestLocalFullPackage() |
Documentation generated by MdDocs