![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | TFModule () |
| void | AddTest (Class instance, string test, bool repeat) |
| int | Count () |
| int | Failed () |
| int | Pending () |
| void | PrintResult (string prefix="", TestFramework caller=null, string function="") |
| string | Result () |
| bool | Run (bool fatal, float dt) |
| bool | RunTest (TFCaller caller, float dt) |
| int | Success () |
Private Attributes | |
| int | m_Count |
| int | m_Failed |
| ref array< string > | m_FailedTests |
| ref TFResultArr | m_Results |
| ref array< string > | m_SucceededTests |
| int | m_Success |
| ref TFCallerArr | m_Tests |
Definition at line 82 of file testframework.c.
|
inlineprivate |
Definition at line 94 of file testframework.c.
References m_FailedTests, m_Results, m_SucceededTests, and m_Tests.
Definition at line 123 of file testframework.c.
References m_Count, m_Results, m_Tests, and TFResult().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Definition at line 189 of file testframework.c.
References m_FailedTests, m_SucceededTests, Result(), TestFramework(), and Debug::TFLog().
|
inlineprivate |
Definition at line 184 of file testframework.c.
References Count(), Failed(), string::Format(), Pending(), and Success().
Referenced by PrintResult().
Definition at line 165 of file testframework.c.
References m_Failed, m_FailedTests, m_SucceededTests, and m_Success.
Referenced by Run().
|
inlineprivate |
|
private |
Definition at line 84 of file testframework.c.
|
private |
Definition at line 85 of file testframework.c.
Definition at line 92 of file testframework.c.
Referenced by TFModule(), PrintResult(), and RunTest().
|
private |
Definition at line 89 of file testframework.c.
Referenced by TFModule(), and AddTest().
Definition at line 91 of file testframework.c.
Referenced by TFModule(), PrintResult(), and RunTest().
|
private |
Definition at line 86 of file testframework.c.
|
private |
Definition at line 88 of file testframework.c.
Referenced by TFModule(), AddTest(), and Run().