Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create NUnitTest abstract class to expose NUnit related functionality #420

Closed
alelom opened this issue Feb 22, 2023 · 0 comments · Fixed by #422
Closed

Create NUnitTest abstract class to expose NUnit related functionality #420

alelom opened this issue Feb 22, 2023 · 0 comments · Fixed by #422
Assignees
Labels
type:feature New capability or enhancement

Comments

@alelom
Copy link
Member

alelom commented Feb 22, 2023

Description:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New capability or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant