Class ParsedAssemblyQualifiedNameTests
Inheritance
object
ParsedAssemblyQualifiedNameTests
Assembly: solution.dll
Syntax
public class ParsedAssemblyQualifiedNameTests
Fields
GenericsTestCases
Declaration
public static object[] GenericsTestCases
Field Value
| Type |
Description |
| object[] |
|
NonGenericsTestCases
Declaration
public static object[] NonGenericsTestCases
Field Value
| Type |
Description |
| object[] |
|
Methods
LogParse()
Declaration
TestIsEditorAssemblies(string, bool)
Declaration
public void TestIsEditorAssemblies(string assemblyName, bool isEditorAssembly)
Parameters
| Type |
Name |
Description |
| string |
assemblyName |
|
| bool |
isEditorAssembly |
|
TestParseGenerics(Type, string, string, string, string, string, string, int)
Declaration
public void TestParseGenerics(Type t, string expectedAssemblyDescriptionString, string expectedTypeName, string expectedShortAssemblyName, string expectedVersion, string expectedCulture, string expectedPublicKeyToken, int expectedGenericParameterCount)
Parameters
| Type |
Name |
Description |
| Type |
t |
|
| string |
expectedAssemblyDescriptionString |
|
| string |
expectedTypeName |
|
| string |
expectedShortAssemblyName |
|
| string |
expectedVersion |
|
| string |
expectedCulture |
|
| string |
expectedPublicKeyToken |
|
| int |
expectedGenericParameterCount |
|
TestParseNonGenerics(Type, string, string, string, string, string, string)
Declaration
public void TestParseNonGenerics(Type t, string expectedAssemblyDescriptionString, string expectedTypeName, string expectedShortAssemblyName, string expectedVersion, string expectedCulture, string expectedPublicKeyToken)
Parameters
| Type |
Name |
Description |
| Type |
t |
|
| string |
expectedAssemblyDescriptionString |
|
| string |
expectedTypeName |
|
| string |
expectedShortAssemblyName |
|
| string |
expectedVersion |
|
| string |
expectedCulture |
|
| string |
expectedPublicKeyToken |
|
Extension Methods