Table of Contents

Class TestCaseSet

Namespace
ZeroInstall.Model.Selection
Assembly
ZeroInstall.Model.dll

A set of test case describing Requirements and the Selections they are expected to lead to. Used for automated testing of Solvers.

[XmlNamespace("xsi", "http://www.w3.org/2001/XMLSchema-instance")]
public class TestCaseSet
Inheritance
TestCaseSet
Inherited Members

Properties

TestCases

A list of input Feeds for the solver.

public List<TestCase> TestCases { get; }

Property Value

List<TestCase>