Property | Type | Description | |
---|---|---|---|
Culture | |||
FactoryFileRepository | Func |
||
OutputFormatter | IOutputFormatter |
Method | Description | |
---|---|---|
Add ( IFieldHarvester handler ) : |
Add a configuration. Adding will override the existing behaviour only when the added handler handles a type that is already handleable by the current configuration.
|
|
Add ( IValueConverter handler ) : |
Add a configuration. Adding will override the existing behaviour only when the added handler handles a type that is already handleable by the current configuration.
|
|
Configuration ( string indentIncrement = DefaultIndention, TestFrameworkAreEqualsMethod areEqualsMethod = null ) : System |
Instantiate using the DefaultIndention and the CurlyBraceStyle
|
|
SetCulture ( |
Set the definition of the newline. The default configuration is a Environment.NewLine
|
|
SetIndentIncrement ( string indention ) : |
Set the definition of the newline. The default configuration is a Environment.NewLine
|
|
SetNewlineDefinition ( string newlineCharacters ) : |
Set the definition of the newline. The default configuration is a Environment.NewLine
|
|
SetOutputFormatter ( IOutputFormatter formatter ) : |
||
TryGetFieldHarvester ( |
Find a handler for the type. Handlers are examined in the reverse order of adding and the first match is returned.
|
|
TryGetValueConverter ( |
Find a handler for the type. Handlers are examined in the reverse order of adding and the first match is returned.
|
Method | Description | |
---|---|---|
Projectionharvester ( ) : ProjectionHarvester | ||
SetAreEqualsMethod ( TestFrameworkAreEqualsMethod areEqualsMethod ) : |
||
SetAutomaticTestRewrite ( TestingBehaviour indicator ) : |
public Add ( IFieldHarvester handler ) : |
||
handler | IFieldHarvester | |
return |
public Add ( IValueConverter handler ) : |
||
handler | IValueConverter | |
return |
public Configuration ( string indentIncrement = DefaultIndention, TestFrameworkAreEqualsMethod areEqualsMethod = null ) : System | ||
indentIncrement | string | |
areEqualsMethod | TestFrameworkAreEqualsMethod | |
return | System |
public SetCulture ( |
||
culture | ||
return |
public SetIndentIncrement ( string indention ) : |
||
indention | string | |
return |
public SetNewlineDefinition ( string newlineCharacters ) : |
||
newlineCharacters | string | |
return |
public SetOutputFormatter ( IOutputFormatter formatter ) : |
||
formatter | IOutputFormatter | |
return |
public TryGetFieldHarvester ( |
||
source | ||
result | IFieldHarvester | |
return | bool |
public TryGetValueConverter ( |
||
source | ||
result | IValueConverter | |
return | bool |
public CultureInfo,System.Globalization Culture | ||
return |