reqnroll / Reqnroll

Open-source Cucumber-style BDD test automation framework for .NET.
https://reqnroll.net
BSD 3-Clause "New" or "Revised" License
302 stars 33 forks source link

Dispose TestThread-Container correctly #135

Closed obligaron closed 1 month ago

obligaron commented 1 month ago

Fixes #123

Remember created TestThread-container and dispose them after test run. Added a test that ensures that TestThread is initialized and disposed only once.

Types of changes

Checklist:

gasparnagy commented 1 month ago

@obligaron thx for taking care of it. The concept was good and I kept it, but I have made some simplifications: