Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Testing

Brian Gatt edited this page Oct 13, 2017 · 4 revisions

Testing

Unit Tests

The Boost Test Adapter is covered by NUnit tests located in the BoostTestAdapterNunit and VisualStudioAdapterNunit projects.

Test Resources

The Test Sample archive contains a sample Boost Test project setup which is commonly used and updated throughout development to test and confirm the adapter's behavior. For more examples, refer to the Boost.Test examples available under <Boost>\libs\test\example\.