Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.75 KB

User Guide.md

File metadata and controls

44 lines (22 loc) · 1.75 KB

Here we would like to introduce some key features of our plugin and to explain how to call them.

Generating scenarios

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.

image

Collecting context and scenario generation process will be launched:

image

As a result, the scenario view is shown:

image

Editing scenarios

You can add new scenarios manually:

image

or edit the existing ones

image

Generating tests

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

image

Generating more tests

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

image

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

image