C# Class Tests.Universal.HTMLBindingTests.HTMLBindingBase

Show file Open project: David-Desmaisons/MVVM.CEF.Glue

Protected Properties

Property Type Description
_DataContext Neutronium.Example.ViewModel.Person
_ICommand ICommand

Protected Methods

Method Description
Check ( IJavascriptObject coll, IList iskill ) : void
HTMLBindingBase ( IWindowLessHTMLEngineProvider testEnvironment, ITestOutputHelper output ) : System.Collections.Generic

Method Details

Check() protected method

protected Check ( IJavascriptObject coll, IList iskill ) : void
coll IJavascriptObject
iskill IList
return void

HTMLBindingBase() protected method

protected HTMLBindingBase ( IWindowLessHTMLEngineProvider testEnvironment, ITestOutputHelper output ) : System.Collections.Generic
testEnvironment IWindowLessHTMLEngineProvider
output ITestOutputHelper
return System.Collections.Generic

Property Details

_DataContext protected property

protected Person,Neutronium.Example.ViewModel _DataContext
return Neutronium.Example.ViewModel.Person

_ICommand protected property

protected ICommand _ICommand
return ICommand