TestFixtureAttribute.

TestFixtureAttribute(object[]) Constructor

Summary

Construct with a object[] representing a set of arguments. In .NET 2.0, the arguments may later be separated into type arguments and constructor arguments.
Namespace
TCLite
Containing Type
TestFixtureAttribute

Syntax

public TestFixtureAttribute(params object[] arguments)

Parameters

Name Type Description
arguments object[]

Return Value

Type Description
void