Method | Description | |
---|---|---|
AddReplacementVariable ( this instance, string key, string value ) : void |
Adds a replacement variable.
|
|
GetMockConstructorCode ( this instance ) : string |
Gets the mock constructor code.
|
|
GetMockInitCode ( this instance ) : string |
Gets the mock init code.
|
Method | Description | |
---|---|---|
GetSpacedCodeLine ( string code ) : string |
Gets the spaced code line.
|
public static AddReplacementVariable ( this instance, string key, string value ) : void | ||
instance | this | The instance. |
key | string | The key. |
value | string | The value. |
return | void |
public static GetMockConstructorCode ( this instance ) : string | ||
instance | this | The instance. |
return | string |
public static GetMockInitCode ( this instance ) : string | ||
instance | this | The instance. |
return | string |