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

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

Syntax

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

Return Value

The metadata entries.

See Also