API Reference
Class
HtmlCapabilityGalleryExpectation
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
- Stable feature or behavior name.
- outcome OfficeIMO.Html.HtmlCapabilityGalleryExpectationOutcome
- Expected proof outcome.
- evidence System.String
- Expected artifact, diagnostic, score, or readback signal proving the outcome.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object