ConvertersTests.

Converters_Are_Operational(string, string) Method

Namespace
XamlParserTests
Containing Type
ConvertersTests

Syntax

[Theory, InlineData("Int64Property", "1"), InlineData("BoolProperty", "True"), InlineData("DoubleProperty", "1.5"), InlineData("FloatProperty", "2.5"), InlineData("CustomProperty", "Custom"), InlineData("TimeSpanProperty", "01:10:00"), InlineData("TypeWithConverterProperty", "CustomConverter"), InlineData("PropertyWithConverter", "CustomConverterProperty"), InlineData("UriKindProperty", "Relative"), InlineData("UriKindProperty", "150"), InlineData("EnumProperty", "Second"), InlineData("EnumProperty", "First, Third"), InlineData("EnumProperty", "100500"), ]
public void Converters_Are_Operational(string property, string value)

Attributes

Type Description
Theory
InlineData
InlineData
InlineData
InlineData
InlineData
InlineData
InlineData
InlineData
InlineData
InlineData
InlineData
InlineData
InlineData

Parameters

Name Type Description
property string
value string

Return Value

Type Description
void