Skip to content

Commit

Permalink
Generate Test Cases with AI
Browse files Browse the repository at this point in the history
  • Loading branch information
jShiwaniGupta committed Oct 25, 2024
1 parent 529d9e0 commit a34d471
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added jeddict-ai/resource/GenerateTest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions tutorial/AI.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ <h4>Learn about Class</h4>
<p><strong>How to use:</strong> Highlight the class name and press the hint: <em>"AI: Learn about Class"</em></p>
<img src="jeddict-ai/resource/8-AI%20Learn%20about%20Class%20and%20ASK%20Query.gif" alt="Learn about Class" class="feature-img" width="800" />
</div>

<div class="mb-4">
<h4>Generate Test Cases</h4>
<p>Automatically generate test cases for your classes or methods based on contextual hints provided by the AI Assistant. This feature streamlines the process of writing tests, ensuring that your code is thoroughly tested and adheres to best practices.</p>
<p><strong>How to use:</strong> Highlight any class or method and press the hint: <em>"AI: Generate Test for Class or Method"</em></p>
<img src="jeddict-ai/resource/GenerateTest.png" alt="Generate Test Cases from Hints" class="feature-img" width="800" />
</div>


<div class="mb-4">
<h4>SQL AI Chat Assistant</h4>
Expand Down

0 comments on commit a34d471

Please sign in to comment.