jcef.md: note about testing

This commit is contained in:
Yann Cébron 2023-09-11 15:58:32 +02:00
parent 1c3dc26fe9
commit 205830ce7b

View File

@ -72,6 +72,10 @@ JBCefBrowser myBrowser = new JBCefBrowser(myUrl);
myBrowser.openDevtools();
```
## Testing
See [`JBCefTestHelper`](%gh-ic%/platform/platform-tests/testSrc/com/intellij/ui/jcef/JBCefTestHelper.java) and tests in that package.
## API
### JBCefApp