C# Class UnityTest, UnityTest

Inheritance: MonoBehaviour
Afficher le fichier Open project: MrJoy/UnityTest Class Usage Examples

Méthodes publiques

Свойство Type Description
EditorSignals Queue,
Instance UnityTest,
TestRunner UnityEngine.Object
breakOnFailure bool
captureFramerate int
results ArrayList,

Protected Properties

Свойство Type Description
scrollPosition Vector2
totalTests int

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : IEnumerator
TestAll ( ) : IEnumerator

Méthodes protégées

Méthode Description
AssertEqual ( bool expectedValue, bool actualValue ) : void
AssertEqual ( bool expectedValue, bool actualValue, string msg ) : void
AssertEqual ( byte expectedValue, byte actualValue ) : void
AssertEqual ( byte expectedValue, byte actualValue, string msg ) : void
AssertEqual ( double expectedValue, double actualValue ) : void
AssertEqual ( double expectedValue, double actualValue, string msg ) : void
AssertEqual ( float expectedValue, float actualValue ) : void
AssertEqual ( float expectedValue, float actualValue, string msg ) : void
AssertEqual ( int expectedValue, int actualValue ) : void
AssertEqual ( int expectedValue, int actualValue, string msg ) : void
AssertEqual ( long expectedValue, long actualValue ) : void
AssertEqual ( long expectedValue, long actualValue, string msg ) : void
AssertEqual ( short expectedValue, short actualValue ) : void
AssertEqual ( short expectedValue, short actualValue, string msg ) : void
AssertEqual ( string expectedValue, string actualValue ) : void
AssertEqual ( string expectedValue, string actualValue, string msg ) : void
AssertFalse ( bool condition ) : void
AssertFalse ( bool condition, string msg ) : void
AssertNotNull ( object obj ) : void
AssertNotNull ( object obj, string msg ) : void
AssertNull ( object obj ) : void
AssertNull ( object obj, string msg ) : void
AssertTrue ( bool condition ) : void
AssertTrue ( bool condition, string msg ) : void
Fail ( ) : void
Fail ( string msg ) : void
Setup ( ) : void
TearDown ( ) : void

Private Methods

Méthode Description
AccumulateStats ( ) : void
CheckExceptions ( MethodInfo, m ) : void
DoSetup ( ) : void
DoTearDown ( ) : void
ResetTestState ( Type t, MethodInfo, m ) : void
TestCoroutine ( MethodInfo, m ) : IEnumerator
TestVanillaMethod ( MethodInfo, m ) : IEnumerator
_Fail ( string msg ) : void
_Fail ( string msg, System ex ) : void
_Pass ( ) : void

Method Details

AssertEqual() protected méthode

protected AssertEqual ( bool expectedValue, bool actualValue ) : void
expectedValue bool
actualValue bool
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( bool expectedValue, bool actualValue, string msg ) : void
expectedValue bool
actualValue bool
msg string
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( byte expectedValue, byte actualValue ) : void
expectedValue byte
actualValue byte
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( byte expectedValue, byte actualValue, string msg ) : void
expectedValue byte
actualValue byte
msg string
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( double expectedValue, double actualValue ) : void
expectedValue double
actualValue double
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( double expectedValue, double actualValue, string msg ) : void
expectedValue double
actualValue double
msg string
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( float expectedValue, float actualValue ) : void
expectedValue float
actualValue float
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( float expectedValue, float actualValue, string msg ) : void
expectedValue float
actualValue float
msg string
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( int expectedValue, int actualValue ) : void
expectedValue int
actualValue int
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( int expectedValue, int actualValue, string msg ) : void
expectedValue int
actualValue int
msg string
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( long expectedValue, long actualValue ) : void
expectedValue long
actualValue long
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( long expectedValue, long actualValue, string msg ) : void
expectedValue long
actualValue long
msg string
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( short expectedValue, short actualValue ) : void
expectedValue short
actualValue short
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( short expectedValue, short actualValue, string msg ) : void
expectedValue short
actualValue short
msg string
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( string expectedValue, string actualValue ) : void
expectedValue string
actualValue string
Résultat void

AssertEqual() protected méthode

protected AssertEqual ( string expectedValue, string actualValue, string msg ) : void
expectedValue string
actualValue string
msg string
Résultat void

AssertFalse() protected méthode

protected AssertFalse ( bool condition ) : void
condition bool
Résultat void

AssertFalse() protected méthode

protected AssertFalse ( bool condition, string msg ) : void
condition bool
msg string
Résultat void

AssertNotNull() protected méthode

protected AssertNotNull ( object obj ) : void
obj object
Résultat void

AssertNotNull() protected méthode

protected AssertNotNull ( object obj, string msg ) : void
obj object
msg string
Résultat void

AssertNull() protected méthode

protected AssertNull ( object obj ) : void
obj object
Résultat void

AssertNull() protected méthode

protected AssertNull ( object obj, string msg ) : void
obj object
msg string
Résultat void

AssertTrue() protected méthode

protected AssertTrue ( bool condition ) : void
condition bool
Résultat void

AssertTrue() protected méthode

protected AssertTrue ( bool condition, string msg ) : void
condition bool
msg string
Résultat void

Fail() protected méthode

protected Fail ( ) : void
Résultat void

Fail() protected méthode

protected Fail ( string msg ) : void
msg string
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Setup() protected méthode

protected Setup ( ) : void
Résultat void

Start() public méthode

public Start ( ) : IEnumerator
Résultat IEnumerator

TearDown() protected méthode

protected TearDown ( ) : void
Résultat void

TestAll() public méthode

public TestAll ( ) : IEnumerator
Résultat IEnumerator

Property Details

EditorSignals public_oe static_oe property

public static Queue, EditorSignals
Résultat Queue,

Instance public_oe static_oe property

public static UnityTest, Instance
Résultat UnityTest,

TestRunner public_oe static_oe property

public static Object,UnityEngine TestRunner
Résultat UnityEngine.Object

breakOnFailure public_oe property

public bool breakOnFailure
Résultat bool

captureFramerate public_oe property

public int captureFramerate
Résultat int

results public_oe property

public ArrayList, results
Résultat ArrayList,

scrollPosition protected_oe property

protected Vector2 scrollPosition
Résultat Vector2

totalTests protected_oe property

protected int totalTests
Résultat int