Loading...
Searching...
No Matches
Script Testing Framework

Classes

interface  TestBase
 Test base class. More...
 
interface  TestHarness
 Collection of suites and main interface of the Testing framework. More...
 
interface  TestResultBase
 Base class for test results. More...
 
interface  TestResultTimeout
 
interface  TestSuite
 Collection of tests. Provides API for environment preparation. More...
 
interface  Test
 Attribute used for tests annotation and assignment to Suites. More...
 
interface  TestStep
 Attribute which marks a method as part of the testing process. More...
 

Typedefs

typedef TestStage EStage
 
typedef TestStep Step
 

Enumerations

enum  TestStage { TestStage.Setup , TestStage.Main , TestStage.TearDown }
 Stage definition used in conjunction with TestStep attribute. More...
 

Detailed Description

For framework description, see Script Testing Framework.

Typedef Documentation

◆ EStage

typedef TestStage EStage
Deprecated
Use TestStage instead.

◆ Step

typedef TestStep Step
Deprecated
Use TestStep instead.

Enumeration Type Documentation

◆ TestStage

enum TestStage

Stage definition used in conjunction with TestStep attribute.

Enumerator
Setup 
Main 
TearDown