Method | Description | |
---|---|---|
ExploreAssembly ( IMetadataAssembly assembly ) : void | ||
XunitMetadataExplorer ( [ factory, IShellLocks shellLocks, IProject project, UnitTestElementConsumer consumer ) : System |
Method | Description | |
---|---|---|
GetExportedTypes ( ICollection |
||
GetParentClassElement ( IMetadataTypeInfo type ) : XunitTestClassElement | ||
ProcessTestClass ( IClrTypeName typeName, IEnumerable |
||
ProcessTestMethod ( XunitTestClassElement classUnitTestElement, IMethodInfo method ) : void | ||
ProcessTypeInfo ( IMetadataTypeInfo metadataTypeInfo ) : void |
public ExploreAssembly ( IMetadataAssembly assembly ) : void | ||
assembly | IMetadataAssembly | |
return | void |
public XunitMetadataExplorer ( [ factory, IShellLocks shellLocks, IProject project, UnitTestElementConsumer consumer ) : System | ||
factory | [ | |
shellLocks | IShellLocks | |
project | IProject | |
consumer | UnitTestElementConsumer | |
return | System |