- Namespace
- Xenial
.Delicious .Scopes - Interfaces
-
- IExecutable
- IForceable
- Base Types
-
- object
- TestGroup
graph BT
Type-->Base0["TestGroup"]
click Base0 "/api/Xenial.Delicious.Metadata/TestGroup"
Base0-->Base1["object"]
Type-.->Interface0["IExecutable"]
Type-.->Interface1["IForceable"]
Type["TastyScope"]
class Type type-node
Syntax
public class TastyScope : TestGroup, IExecutable, IForceable
Constructors
| Name | Summary |
|---|---|
| TastyScope |
Properties
| Name | Value | Summary |
|---|---|---|
| ClearBeforeRun | bool | |
| Connect |
ConnectToRemote | |
| Duration | TimeSpan |
Inherited from TestGroup
|
| Exception | Exception? |
Inherited from TestGroup
|
| Executor | Executable |
Inherited from TestGroup
|
| FullName | string |
Inherited from TestGroup
|
| IsForced | Func |
Inherited from TestGroup
|
| LoadPlugins | bool | |
| Name | string |
Inherited from TestGroup
|
| ParentGroup | TestGroup? |
Inherited from TestGroup
|
| TestOutcome | TestOutcome |
Inherited from TestGroup
|