Method | Description | |
---|---|---|
Activate ( ) : bool |
Loads the Type from the TypeName (if not already activated).
|
|
GetSingleton ( |
Create a new singleton instance of the model.
|
|
GetSingleton ( string typeName, string customName, string assemblyName, string xapFileName ) : ViewTestClass |
Create a new singleton instance of the model.
|
|
GetTestMethod ( string name ) : ViewTest |
Gets the [ViewTest] method with the given name.
|
|
IsEquivalent ( |
Determines whether the specified type is represented by this model.
|
|
IsEquivalent ( string typeName, string assemblyName ) : bool |
Determines whether the specified values match this model.
|
|
Reload ( ) : void |
Causes the a new test instance to be loaded.
|
|
ResetTests ( bool runDefaultTest ) : void |
Resets the view tests.
|
|
ViewTestClass ( |
||
ViewTestClass ( string typeName, string customName, string assemblyName, string xapFileName ) : System |
Method | Description | |
---|---|---|
OnDisposed ( ) : void |
Method | Description | |
---|---|---|
FireExecuteRequest ( ViewTest test ) : void | ||
GetAssembly ( ) : |
||
Initialize ( |
||
InitializeNames ( string typeName, string assemblyName, string xapFileName ) : void | ||
OnTestExecuteRequest ( object sender, |
||
PopulateViewTests ( ) : void | ||
RaiseIsCurrentChanged ( ) : void |
public static GetSingleton ( |
||
type | The type to model. | |
xapFileName | string | The name of the XAP file containing the class. |
return | ViewTestClass |
public static GetSingleton ( string typeName, string customName, string assemblyName, string xapFileName ) : ViewTestClass | ||
typeName | string | The full name of the type. |
customName | string | The custom name of the attribute (Null if not required). |
assemblyName | string | The assembly name. |
xapFileName | string | The name of the XAP file containing the class. |
return | ViewTestClass |
public GetTestMethod ( string name ) : ViewTest | ||
name | string | The name of the method to retrieve. |
return | ViewTest |
public IsEquivalent ( |
||
compareType | ||
return | bool |
public IsEquivalent ( string typeName, string assemblyName ) : bool | ||
typeName | string | The type name. |
assemblyName | string | The assembly name. |
return | bool |
public ResetTests ( bool runDefaultTest ) : void | ||
runDefaultTest | bool | Flag indicating if the default test should be executed. |
return | void |
public ViewTestClass ( |
||
classType | ||
xapFileName | string | |
return | System |
public ViewTestClass ( string typeName, string customName, string assemblyName, string xapFileName ) : System | ||
typeName | string | |
customName | string | |
assemblyName | string | |
xapFileName | string | |
return | System |