Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
TestDocument
.
TestDocument
()
Constructor
Namespace
Statiq
.Testing
Type
TestDocument
Constructors
TestDocument
()
TestDocument
(IContentProvider)
TestDocument
(IEnumerable
<KeyValuePair
<string,
object>
>
,
IContentProvider)
TestDocument
(NormalizedPath,
NormalizedPath,
IContentProvider)
TestDocument
(NormalizedPath,
NormalizedPath,
IEnumerable
<KeyValuePair
<string,
object>
>
,
IContentProvider)
TestDocument
(IReadOnlySettings,
NormalizedPath,
NormalizedPath,
IEnumerable
<KeyValuePair
<string,
object>
>
,
IContentProvider)
TestDocument
(IReadOnlySettings,
NormalizedPath,
NormalizedPath,
IMetadata,
IContentProvider)
TestDocument
(string,
string)
TestDocument
(Stream,
string)
TestDocument
(IEnumerable
<KeyValuePair
<string,
object>
>
,
string,
string)
TestDocument
(IEnumerable
<KeyValuePair
<string,
object>
>
,
Stream,
string)
TestDocument
(NormalizedPath,
NormalizedPath,
IEnumerable
<KeyValuePair
<string,
object>
>
,
string,
string)
TestDocument
(NormalizedPath,
NormalizedPath,
IEnumerable
<KeyValuePair
<string,
object>
>
,
Stream,
string)
TestDocument
(NormalizedPath,
NormalizedPath,
string,
string)
TestDocument
(NormalizedPath,
NormalizedPath,
Stream,
string)
TestDocument
(NormalizedPath)
TestDocument
(NormalizedPath,
IEnumerable
<KeyValuePair
<string,
object>
>
)
TestDocument
(NormalizedPath,
IEnumerable
<KeyValuePair
<string,
object>
>
,
string,
string)
TestDocument
(NormalizedPath,
IEnumerable
<KeyValuePair
<string,
object>
>
,
Stream,
string)
TestDocument
(NormalizedPath,
IEnumerable
<KeyValuePair
<string,
object>
>
,
IContentProvider)
TestDocument
(NormalizedPath,
string,
string)
TestDocument
(NormalizedPath,
Stream,
string)
TestDocument
(NormalizedPath,
IContentProvider)
Method Members
Add
(KeyValuePair
<string,
object>
)
Add
(string,
object)
Property Members
Content
TestMetadata
Namespace
Statiq
.Testing
Containing Type
TestDocument
Syntax
public TestDocument()
On This Page
Syntax