Свойство | Type | Description | |
---|---|---|---|
EditorSignals | Queue, | ||
Instance | UnityTest, | ||
TestRunner | |||
breakOnFailure | bool | ||
captureFramerate | int | ||
results | ArrayList, |
Свойство | Type | Description | |
---|---|---|---|
scrollPosition | Vector2 | ||
totalTests | int |
Méthode | Description | |
---|---|---|
OnGUI ( ) : void | ||
Start ( ) : IEnumerator | ||
TestAll ( ) : IEnumerator |
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 |
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 |
protected AssertEqual ( bool expectedValue, bool actualValue ) : void | ||
expectedValue | bool | |
actualValue | bool | |
Résultat | void |
protected AssertEqual ( bool expectedValue, bool actualValue, string msg ) : void | ||
expectedValue | bool | |
actualValue | bool | |
msg | string | |
Résultat | void |
protected AssertEqual ( byte expectedValue, byte actualValue ) : void | ||
expectedValue | byte | |
actualValue | byte | |
Résultat | void |
protected AssertEqual ( byte expectedValue, byte actualValue, string msg ) : void | ||
expectedValue | byte | |
actualValue | byte | |
msg | string | |
Résultat | void |
protected AssertEqual ( double expectedValue, double actualValue ) : void | ||
expectedValue | double | |
actualValue | double | |
Résultat | void |
protected AssertEqual ( double expectedValue, double actualValue, string msg ) : void | ||
expectedValue | double | |
actualValue | double | |
msg | string | |
Résultat | void |
protected AssertEqual ( float expectedValue, float actualValue ) : void | ||
expectedValue | float | |
actualValue | float | |
Résultat | void |
protected AssertEqual ( float expectedValue, float actualValue, string msg ) : void | ||
expectedValue | float | |
actualValue | float | |
msg | string | |
Résultat | void |
protected AssertEqual ( int expectedValue, int actualValue ) : void | ||
expectedValue | int | |
actualValue | int | |
Résultat | void |
protected AssertEqual ( int expectedValue, int actualValue, string msg ) : void | ||
expectedValue | int | |
actualValue | int | |
msg | string | |
Résultat | void |
protected AssertEqual ( long expectedValue, long actualValue ) : void | ||
expectedValue | long | |
actualValue | long | |
Résultat | void |
protected AssertEqual ( long expectedValue, long actualValue, string msg ) : void | ||
expectedValue | long | |
actualValue | long | |
msg | string | |
Résultat | void |
protected AssertEqual ( short expectedValue, short actualValue ) : void | ||
expectedValue | short | |
actualValue | short | |
Résultat | void |
protected AssertEqual ( short expectedValue, short actualValue, string msg ) : void | ||
expectedValue | short | |
actualValue | short | |
msg | string | |
Résultat | void |
protected AssertEqual ( string expectedValue, string actualValue ) : void | ||
expectedValue | string | |
actualValue | string | |
Résultat | void |
protected AssertEqual ( string expectedValue, string actualValue, string msg ) : void | ||
expectedValue | string | |
actualValue | string | |
msg | string | |
Résultat | void |
protected AssertFalse ( bool condition ) : void | ||
condition | bool | |
Résultat | void |
protected AssertFalse ( bool condition, string msg ) : void | ||
condition | bool | |
msg | string | |
Résultat | void |
protected AssertNotNull ( object obj ) : void | ||
obj | object | |
Résultat | void |
protected AssertNotNull ( object obj, string msg ) : void | ||
obj | object | |
msg | string | |
Résultat | void |
protected AssertNull ( object obj, string msg ) : void | ||
obj | object | |
msg | string | |
Résultat | void |
protected AssertTrue ( bool condition ) : void | ||
condition | bool | |
Résultat | void |
protected AssertTrue ( bool condition, string msg ) : void | ||
condition | bool | |
msg | string | |
Résultat | void |
public static Object,UnityEngine TestRunner | ||
Résultat |