Table of Contents

Class TestCaseFileRecord

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll

This class represents the file layout of TestCase when serialized.

public class TestCaseFileRecord
Inheritance
TestCaseFileRecord
Derived
Inherited Members

Properties

Comments

This field can be used by developers to add comments and additional information that's helpful to explain a test case.

public string Comments { get; set; }

Property Value

string

Description

A descriptive name for this test case.

public string Description { get; set; }

Property Value

string