C# Class ApiExamples.ApiExampleBase

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

Private Properties

Property Type Description
ApiExampleBase System
GetAssemblyDir string
RemoveLicense void
SetUnlimitedLicense void
SetUp void
TearDown void

Private Methods

Method 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