Here we would like to introduce some key features of our plugin and to explain how to call them.
Select a target (a method or a class) you would like to generate tests for and click on a gutter icon.
If a potential target does not have a gutter, it means that no meaningful tests can be generated for it.

Collecting context and scenario generation process will be launched:

As a result, the scenario view is shown:

You can add new scenarios manually:

or edit the existing ones

Click generate tests button an wait for them. The following test class is generated:

If you would like to generate more tests for an existing test class, click on the gutter icon near it:

New scenarios are generated for you. After that call test generation again.
