Table of Contents

Method GetCollectionBehavior

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

GetCollectionBehavior(Assembly)

Gets the ICollectionBehaviorAttribute that's attached to the test assembly, if there is one.

public static ICollectionBehaviorAttribute? GetCollectionBehavior(Assembly testAssembly)

Parameters

testAssembly Assembly

The test assembly

Returns