Initializes a new instance of the UnitTestAttribute class.

Namespace: SSIS.Test.Metadata
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public UnitTestAttribute(
	string repository,
	string packageName
)
Visual Basic
Public Sub New ( _
	repository As String, _
	packageName As String _
)
Visual C++
public:
UnitTestAttribute(
	String^ repository, 
	String^ packageName
)

Parameters

repository
Type: System..::..String
A repository where a target package is loaded.
packageName
Type: System..::..String
The name of a package. See remarks for the PackageName property.

See Also