C# Class ApprovalTests.Wpf.WpfApprovals

Exibir arquivo Open project: approvals/ApprovalTests.Net

Public Methods

Method Description
RegisterDefaultAddtionalInfo ( Func a ) : void
Verify ( Control control ) : void
Verify ( Func action ) : void
Verify ( Func windowCreator ) : void
Verify ( Window window ) : void

Private Methods

Method Description
CreateControlWpfWriter ( Func action ) : IApprovalWriter
CreateWindowWpfWriter ( Func windowCreator ) : IApprovalWriter

Method Details

RegisterDefaultAddtionalInfo() public static method

public static RegisterDefaultAddtionalInfo ( Func a ) : void
a Func
return void

Verify() public static method

public static Verify ( Control control ) : void
control System.Windows.Controls.Control
return void

Verify() public static method

public static Verify ( Func action ) : void
action Func
return void

Verify() public static method

public static Verify ( Func windowCreator ) : void
windowCreator Func
return void

Verify() public static method

public static Verify ( Window window ) : void
window System.Windows.Window
return void