Using the `TestInstancePostProcessor` Extension
Learn to use the `TestInstancePostProcessor` extension.
We'll cover the following...
The TestInstanceProcessor
extension allows the code to run after an instance of a test is created.
We have to create a class that extends the TestInstancePostProcesso
r interface. This allows us to write an extension that ...