Class TestBehaviourBase<T>
Inherited Members
Namespace: Global Namespace
Assembly: UnityEditor.UI.EditorTests.dll
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
[TearDown]
public virtual void Teardown()
TestSetup()
Declaration
[SetUp]
public virtual void TestSetup()