Hi Everyone,
From this link http://www.telerik.com/help/justmock/advanced-usage-private-accessor.html I understood that we can call private methods and properties but by using JustMock. Can I give some value to private variable in class
Example:
Class JustMock
{
private string name="Testing"
Private string ReturnSomeValue()
{
return name;
}
}
Here my question is can I assign my own value to name variable with JustMock
Regards,
Rajendar.
From this link http://www.telerik.com/help/justmock/advanced-usage-private-accessor.html I understood that we can call private methods and properties but by using JustMock. Can I give some value to private variable in class
Example:
Class JustMock
{
private string name="Testing"
Private string ReturnSomeValue()
{
return name;
}
}
Here my question is can I assign my own value to name variable with JustMock
Regards,
Rajendar.