All Classes Namespaces Files Functions Pages
Tutorial: 7. Test finished

Previous: Tutorial: 6. Running the Scenario

Destroy our object

As a pragmatic programmer we must release our resources. If not, we could create a leak. To destroy all our object we just need to destroy our parent object meaning our server object. Every child object will be destroyed as well.

1 $bbServer Destructor

Further reading: Tutorial: 8. Run the final script