Generate tests
With AI Assistant, you can generate unit tests for code segments (including public methods in Ruby files, PHP, or C# methods). AI Assistant analyzes both your code and the code segment context to recommend tests that will provide insights into your code's behavior.
Generate unit tests
Place the caret somewhere within a class or a specific method and right-click to open the context menu.
Alternatively, press Alt+Enter.
Select AI Actions and then Generate Unit Tests.
The generated test opens in a separate AI Diff tab.
If you want to improve the generated code, click Specify, add new requirements, and press Enter.
If you want to regenerate the answer, click
Regenerate.
If you want to modify the prompt, click
Customize Prompt and provide new instructions. The changes will take effect from the next test generation attempt.
Click Accept all to save the generated test.
It will be shown as a new file in a separate tab.
If you already have a test module in your project, the new test will be stored there. If not, AI Assistant will automatically create a test module and place the generated test inside it.
If a test file already exists, AI Assistant will locate it and add the generated tests to that file.
If you invoke the Generate Unit Tests action directly in a test file, AI Assistant will prompt you to provide additional details about the scenario you want to test. The generated code will then be added to the existing tests within the file.