An update behavior that does nothing during a unit test.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Entities UpdateBehavior
DeltaEngine.Mocks MockUpdateBehavior
DeltaEngine.Tests.Entities EntitiesRunnerTests DerivedBehavior
Namespace: DeltaEngine.Mocks
Assembly: DeltaEngine.Mocks (in DeltaEngine.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockUpdateBehavior type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MockUpdateBehavior | Initializes a new instance of the MockUpdateBehavior class |
Methods
Name | Description | |
---|---|---|
Update | (Overrides UpdateBehavior Update(IEnumerable Entity ).) |
See Also