- Namespace
- Statiq
.Testing - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["BaseFixture"]
class Type type-node
Syntax
[Parallelizable(ParallelScope.Children)]
public abstract class BaseFixture
Attributes
Type | Description |
---|---|
Parallelizable |
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
EmptyDocuments | IReadOnlyList |
static
|
Methods
Name | Return Value | Summary |
---|---|---|
BaseSetUp |
void | |
ExecuteAsync |
Task |
A utility method to execute modules in serial. The resulting documents will be materialized before returning.
A new
TestExecutionContext will be created.
static
|
ExecuteAsync |
Task |
A utility method to execute modules in serial. The resulting documents will be materialized before returning.
A new
TestExecutionContext will be created.
static
|
ExecuteAsync |
Task |
A utility method to execute modules in serial. The resulting documents will be materialized before returning.
A new
TestExecutionContext will be created and an empty initial document collection will be used.
static
|
ExecuteAsync |
Task |
A utility method to execute modules in serial. The resulting documents will be materialized before returning.
A new
TestExecutionContext will be created.
static
|
ExecuteAsync |
Task |
A utility method to execute modules in serial. The resulting documents will be materialized before returning.
A new
TestExecutionContext will be created.
static
|
ExecuteAsync |
Task |
A utility method to execute modules in serial. The resulting documents will be materialized before returning.
static
|
GetDocuments |
TestDocument[] |
static
|
GetTestFileStream |
MemoryStream |
static
|