Skip to content

Additional VM tests. #9

Additional VM tests.

Additional VM tests. #9

GitHub Actions / Test Results succeeded Dec 7, 2024 in 0s

All 15 tests pass in 0s

  1 files  ±0    4 suites  ±0   0s ⏱️ ±0s
15 tests +2  15 ✔️ +2  0 💤 ±0  0 ±0 
27 runs  +2  27 ✔️ +2  0 💤 ±0  0 ±0 

Results for commit 1ee1c50. ± Comparison against earlier commit 991aac2.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

15 tests found

There are 15 tests, see "Raw output" for the full list of tests.
Raw output
NWNX.NET.Tests.VMTests ‑ AbsTest(-1,1)
NWNX.NET.Tests.VMTests ‑ AbsTest(-2147483647,int.MaxValue)
NWNX.NET.Tests.VMTests ‑ AbsTest(0,0)
NWNX.NET.Tests.VMTests ‑ AbsTest(1,1)
NWNX.NET.Tests.VMTests ‑ AreaObjectIteratorTest
NWNX.NET.Tests.VMTests ‑ FAbsTest(-1.0f,1.0f)
NWNX.NET.Tests.VMTests ‑ FAbsTest(0.0f,0.0f)
NWNX.NET.Tests.VMTests ‑ FAbsTest(1.0f,1.0f)
NWNX.NET.Tests.VMTests ‑ FAbsTest(float.MinValue,float.MaxValue)
NWNX.NET.Tests.VMTests ‑ GetFirstAreaTest
NWNX.NET.Tests.VMTests ‑ GetModuleNameTest
NWNX.NET.Tests.VMTests ‑ SubStringTest("",0,0,"")
NWNX.NET.Tests.VMTests ‑ SubStringTest("example_string",0,7,"example")
NWNX.NET.Tests.VMTests ‑ SubStringTest("test_string",5,6,"string")
NWNX.NET.Tests.VMTests ‑ SubStringTest(null,0,5,"")