Mocks xml content in unit tests.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Content.Xml XmlContent
DeltaEngine.Content.Mocks MockXmlContent
Namespace: DeltaEngine.Content.Mocks
Assembly: DeltaEngine.Content.Mocks (in DeltaEngine.Content.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockXmlContent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MockXmlContent | Initializes a new instance of the MockXmlContent class |
Methods
Name | Description | |
---|---|---|
CreateDefault | (Overrides ContentData CreateDefault .) | |
Dispose | (Inherited from ContentData.) | |
DisposeData | (Inherited from XmlContent.) | |
InternalCreateDefault | (Inherited from ContentData.) | |
LoadData | (Overrides XmlContent LoadData(Stream).) | |
ToString | (Inherited from ContentData.) |
Fields
Name | Description | |
---|---|---|
changeCounter | ||
ContentChanged | (Inherited from ContentData.) |
Properties
Name | Description | |
---|---|---|
AllowCreationIfContentNotFound | (Inherited from ContentData.) | |
Data | (Inherited from XmlContent.) | |
IsDisposed | (Inherited from ContentData.) | |
LoadCounter | ||
MetaData | (Inherited from ContentData.) | |
Name | (Inherited from ContentData.) |
See Also