C# Class Charmed.Tests.Helpers.ButtonHelperTests.Mock

Datei anzeigen Open project: brentedwards/Charmed

Public Methods

Method Description
DoStuff ( ) : void
DoStuffWithButtonAndStringParameter ( Button buttonParameter, string parameter ) : void
DoStuffWithButtonParameter ( Button buttonParameter ) : void
DoStuffWithParameter ( string parameter ) : void

Method Details

DoStuff() public method

public DoStuff ( ) : void
return void

DoStuffWithButtonAndStringParameter() public method

public DoStuffWithButtonAndStringParameter ( Button buttonParameter, string parameter ) : void
buttonParameter Windows.UI.Xaml.Controls.Button
parameter string
return void

DoStuffWithButtonParameter() public method

public DoStuffWithButtonParameter ( Button buttonParameter ) : void
buttonParameter Windows.UI.Xaml.Controls.Button
return void

DoStuffWithParameter() public method

public DoStuffWithParameter ( string parameter ) : void
parameter string
return void