C# Class Microsoft.VisualStudio.Project.UnitTests.PackageTest.PackageTestEnvironment

This class is used to make sure that the OleServiceProvider is disposed and that the project is closed. It implements IDisposable so that the tests can use the standard "using" pattern so that the Dispose method is called also in case of exception.
Inheritance: IDisposable
Show file Open project: IntelliTect/PowerStudio

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
PackageTestEnvironment ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PackageTestEnvironment() public method

public PackageTestEnvironment ( ) : System
return System