C# Класс ApiExamples.ApiExampleBase

Provides common infrastructure for all API examples that are implemented as unit tests.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ApiExampleBase System
GetAssemblyDir string
RemoveLicense void
SetUnlimitedLicense void
SetUp void
TearDown void

Приватные методы

Метод Описание
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