Method GetAssemblyFixtureTypes
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
GetAssemblyFixtureTypes(Assembly)
Gets the fixture types that are attached to the test assembly via IAssemblyFixtureAttributes.
public static IReadOnlyCollection<Type> GetAssemblyFixtureTypes(Assembly testAssembly)
Parameters
testAssembly
AssemblyThe test assembly