API Reference

Class

HtmlCapabilityGalleryExpectation

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Describes one expected proof item in an HTML capability-gallery manifest.

Inheritance

  • Object
  • HtmlCapabilityGalleryExpectation

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public HtmlCapabilityGalleryExpectation(String feature, HtmlCapabilityGalleryExpectationOutcome outcome, String evidence) #

Creates a proof expectation.

Parameters

feature System.String requiredposition: 0
Stable feature or behavior name.
outcome OfficeIMO.Html.HtmlCapabilityGalleryExpectationOutcome requiredposition: 1
Expected proof outcome.
evidence System.String requiredposition: 2
Expected artifact, diagnostic, score, or readback signal proving the outcome.

Properties

public String Feature { get; } #

Stable feature or behavior name.

public HtmlCapabilityGalleryExpectationOutcome Outcome { get; } #

Expected proof outcome.

public String Evidence { get; } #

Expected artifact, diagnostic, score, or readback signal proving the outcome.