PropertyExpressionEngineTest.CreateFromObject_Should_Handle_Defaults Method

<TestCase(0, "0")> _ 
<TestCase(false, "False")> _ 
Public Sub CreateFromObject_Should_Handle_Defaults( _ 
ByVal value As Object, _ 
ByVal expected As String
)
This language is not supported or no code example is available.
[TestCase(0, "0")] 
[TestCase(false, "False")] 
public void CreateFromObject_Should_Handle_Defaults( 
object value
string expected 
)
This language is not supported or no code example is available.
[TestCase(0, "0")] 
[TestCase(false, "False")] 
public:  
void CreateFromObject_Should_Handle_Defaults( 
object^ value
String^ expected 
)
This language is not supported or no code example is available.
public  
TestCase(0, "0") 
TestCase(false, "False") 
function CreateFromObject_Should_Handle_Defaults( 
value : object
expected : String 
);
This language is not supported or no code example is available.

Parameters

value
object

expected
string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition