Skip to content

Fix code style errors. #24

Fix code style errors.

Fix code style errors. #24

GitHub Actions / Test Results failed Jan 11, 2025 in 0s

All 49 tests pass, 1 skipped in 2s

  1 files  ±0  19 suites  ±0   2s ⏱️ ±0s
50 tests ±0  49 ✔️ ±0  1 💤 ±0  0 ±0 
62 runs  ±0  60 ✔️ ±0  1 💤 ±0  0 ±0  1 🔥 ±0 

Results for commit c7a983c. ± Comparison against earlier commit b2d9bf5.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 skipped test found

There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
NWNX.NET.Tests.NWNXVMTests ‑ PluginExistsTest(null,0)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

50 tests found

There are 50 tests, see "Raw output" for the full list of tests.
Raw output
NWNX.NET.Tests.EngineStructures.CassowaryTests ‑ CassowaryTest
NWNX.NET.Tests.EngineStructures.EffectTests ‑ EffectNegativeLevelTest
NWNX.NET.Tests.EngineStructures.EventTests ‑ EventTest
NWNX.NET.Tests.EngineStructures.ItemPropertyTests ‑ ItemPropertyHasteTest
NWNX.NET.Tests.EngineStructures.JsonTests ‑ JsonTest
NWNX.NET.Tests.EngineStructures.LocationTests ‑ LocationEngineStructureTest(-150.0f,200.0f,10.0f,90.0f)
NWNX.NET.Tests.EngineStructures.LocationTests ‑ LocationEngineStructureTest(0.0f,0.0f,0.0f,0.0f)
NWNX.NET.Tests.EngineStructures.LocationTests ‑ LocationEngineStructureTest(10.0f,2.0f,20.0f,180.0f)
NWNX.NET.Tests.EngineStructures.LocationTests ‑ LocationEngineStructureTest(float.MinValue,float.MaxValue,float.MaxValue,10.0f)
NWNX.NET.Tests.EngineStructures.SQLQueryTests ‑ SQLQueryEngineStructureTest
NWNX.NET.Tests.EngineStructures.TalentTests ‑ FeatTalentTests(-30,1)
NWNX.NET.Tests.EngineStructures.TalentTests ‑ FeatTalentTests(1,1)
NWNX.NET.Tests.EngineStructures.TalentTests ‑ FeatTalentTests(10,1)
NWNX.NET.Tests.EngineStructures.TalentTests ‑ FeatTalentTests(int.MaxValue,1)
NWNX.NET.Tests.EngineStructures.TalentTests ‑ SkillTalentTests(-30,1)
NWNX.NET.Tests.EngineStructures.TalentTests ‑ SkillTalentTests(1,1)
NWNX.NET.Tests.EngineStructures.TalentTests ‑ SkillTalentTests(10,1)
NWNX.NET.Tests.EngineStructures.TalentTests ‑ SkillTalentTests(int.MaxValue,1)
NWNX.NET.Tests.EngineStructures.TalentTests ‑ SpellTalentTests(-30,1)
NWNX.NET.Tests.EngineStructures.TalentTests ‑ SpellTalentTests(1,1)
NWNX.NET.Tests.EngineStructures.TalentTests ‑ SpellTalentTests(10,1)
NWNX.NET.Tests.EngineStructures.TalentTests ‑ SpellTalentTests(int.MaxValue,1)
NWNX.NET.Tests.Events.ClosureEventTests ‑ ActionDoCommandTest
NWNX.NET.Tests.Events.ClosureEventTests ‑ AssignCommandTest
NWNX.NET.Tests.Events.ClosureEventTests ‑ DelayCommandTest
NWNX.NET.Tests.Events.MainLoopEventTests ‑ MainLoopTest
NWNX.NET.Tests.Events.RunScriptEventTests ‑ RunScriptTest
NWNX.NET.Tests.Hooks.HookTests ‑ WriteLogFileDelegateHookTest
NWNX.NET.Tests.Hooks.HookTests ‑ WriteLogFileUnmanagedHookTest
NWNX.NET.Tests.NWNXVMTests ‑ PluginExistsTest("",0)
NWNX.NET.Tests.NWNXVMTests ‑ PluginExistsTest("NWNX_Core",1)
NWNX.NET.Tests.NWNXVMTests ‑ PluginExistsTest("NWNX_DotNET",1)
NWNX.NET.Tests.NWNXVMTests ‑ PluginExistsTest("NWNX_MissingPlugin",0)
NWNX.NET.Tests.NWNXVMTests ‑ PluginExistsTest("NWNX_SWIG_DotNET",1)
NWNX.NET.Tests.NWNXVMTests ‑ PluginExistsTest(null,0)
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,"")