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 TestInstancePostProcessor interface. This allows us to write an extension that accesses the test instance post-processor extension point.
Use case
... Ask