Skip to content

Unit Tests

se5a edited this page May 5, 2017 · 3 revisions

Unit Tests

Pulsar4x uses Nunit (version 3.x) for unit tests.

Setup:
  • If you're on Windows, install the NUnit3 Test Adapter Extension.
  • Clean your solution and make sure the setting for build type (x86/x64) matches the test settings default processor architecture. On the right hand side, the Test Explorer windows should populate with the unit tests.
  • TODO: instructions for linux/mac