![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | array |
| Result for an object found in CGame.IsBoxCollidingGeometryProxy. More... | |
| class | TFModule |
Typedefs | |
| typedef array< ref TFResult > | TFResultArr |
Enumerations | |
| enum | TFR { FAIL = -1 , SUCCESS , PENDING } |
Functions | |
| void | TFResult (TFR result) |
| TFResult | And (TFResult other) |
| TFResult | Or (TFResult other) |
| override void | EOnInit (IEntity other, int extra) |
| override void | EOnFrame (IEntity other, float timeSlice) |
| void | AddInitTest (string test) |
| void | AddFrameTest (string test) |
| bool | Assert (bool condition) |
| TFResult | NTFR (TFR result) |
| TFResult | BTFR (bool result) |
| TFResult | CTFR () |
Variables | |
| enum TFR | Result |
| class TFModule | m_OnInitModule |
| Test Framework. | |
| typedef array<ref TFResult> TFResultArr |
Definition at line 43 of file testframework.c.
| enum TFR |
| Enumerator | |
|---|---|
| FAIL | |
| SUCCESS | |
| PENDING | |
Definition at line 1 of file testframework.c.
|
protected |
Definition at line 254 of file testframework.c.
|
protected |
Definition at line 249 of file testframework.c.
Definition at line 17 of file testframework.c.
Definition at line 262 of file testframework.c.
Definition at line 278 of file testframework.c.
|
protected |
Definition at line 286 of file testframework.c.
Definition at line 240 of file testframework.c.
Definition at line 235 of file testframework.c.
Definition at line 273 of file testframework.c.
Definition at line 30 of file testframework.c.
| void TFResult | ( | TFR | result | ) |
Definition at line 12 of file testframework.c.
| enum TFR Result |