C# Class PusherServer.Tests.RestfulClient.Fakes.TestObjectFactory

Show file Open project: pusher/pusher-http-dotnet Class Usage Examples

Public Methods

Method Description
Create ( string property1Value, int property2Value, bool property3Value ) : MyTestObject

Method Details

Create() public method

public Create ( string property1Value, int property2Value, bool property3Value ) : MyTestObject
property1Value string
property2Value int
property3Value bool
return MyTestObject