Class TestBehaviourBase<T>
Namespace: Global Namespace
Syntax
public class TestBehaviourBase<T>
where T : Behaviour
Type Parameters
Name | Description |
---|---|
T |
Fields
m_TestObject
Declaration
protected T m_TestObject
Field Value
Type | Description |
---|---|
T |
Methods
Teardown()
Declaration
public virtual void Teardown()
TestSetup()
Declaration
public virtual void TestSetup()