Class Mock<T>
Helper class for creating Mocks of a given vanilla Component.
Inherited Members
Namespace: Jotunn.Entities
Assembly: Jotunn.dll
Syntax
public static class Mock<T> where T : Component
Type Parameters
Name | Description |
---|---|
T | Type of the mocked Component |
Methods
Name | Description |
---|---|
Create(string) | Create a new Mock of type T : Component |