NWNX:EE
8193.36.12
nwnx_tests.nss
Go to the documentation of this file.
1
11
void
NWNX_Tests_Report
(
string
sPlugin,
string
sTestName,
int
bSuccess);
12
13
void
NWNX_Tests_Report
(
string
sPlugin,
string
sTestName,
int
bSuccess)
14
{
15
if
(bSuccess)
16
WriteTimestampedLogEntry(sPlugin +
": "
+ sTestName +
"() success"
);
17
else
18
WriteTimestampedLogEntry(sPlugin +
": "
+ sTestName +
"() failed"
);
19
}
20
NWNX_Tests_Report
void NWNX_Tests_Report(string sPlugin, string sTestName, int bSuccess)
Reports the test results.
Definition:
nwnx_tests.nss:13
Core
NWScript
nwnx_tests.nss
Generated on Tue Oct 22 2024 12:19:42 for NWNX:EE by
1.8.17.
Dark version