You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few functions that NUnit exposes, like OneTimeSetup, and TearDown that we can leverage to expose certain functionality that all BHoM NUnit tests must have. For example:
Loading required assemblies (not all assemblies): see this example.
Exposing information logged via the Engine.Base.Compute.Record* methods after running tests: example.
This functionality can be stored in a base class to expose BHoM NUnitTest abstract class.
The text was updated successfully, but these errors were encountered:
Description:
There are a few functions that NUnit exposes, like
OneTimeSetup
, andTearDown
that we can leverage to expose certain functionality that all BHoM NUnit tests must have. For example:Engine.Base.Compute.Record*
methods after running tests: example.This functionality can be stored in a base class to expose BHoM NUnitTest abstract class.
The text was updated successfully, but these errors were encountered: