<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="css/tips.css"> | |
</head> | |
<body> | |
<p><span class="product">IntelliJ IDEA</span> | |
helps create test cases | |
directly from class declaration. With the caret at the class name in the editor, press | |
<span class="shortcut">&shortcut:ShowIntentionActions;</span>, and choose | |
<span class="control">Create Test</span> from the | |
suggestion list:</p> | |
<p class="image"><img src="images/createTest.png" alt="createTest"></p> | |
</body> | |
</html> |