Show / Hide Table of Contents

Class Mock<T>

Helper class for creating Mocks of a given vanilla Component.
Inheritance
object
Mock<T>
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾