Gets the metadata key / value pairs to be added to the test component.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
protected abstract IEnumerable<KeyValuePair<string, string>> GetMetadata()
Visual Basic (Declaration)
Protected MustOverride Function GetMetadata As IEnumerable(Of KeyValuePair(Of String, String))

Return Value

The metadata entries.

See Also