C# Class ApiExamples.ApiExampleBase

Provides common infrastructure for all API examples that are implemented as unit tests.
Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET

Private Properties

Свойство Type Description
ApiExampleBase System
GetAssemblyDir string
RemoveLicense void
SetUnlimitedLicense void
SetUp void
TearDown void

Private Methods

Méthode Description
ApiExampleBase ( ) : System
GetAssemblyDir ( Assembly assembly ) : string

Returns the assembly directory correctly even if the assembly is shadow-copied.

RemoveLicense ( ) : void
SetUnlimitedLicense ( ) : void
SetUp ( ) : void
TearDown ( ) : void