Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Check system requirements

Olga Naumenko edited this pageMar 30, 2023 ·16 revisions

UnitTestBot works with Windows, Linux, and macOS. Usually, you should not worry about the compatibility with your operational system.

To generate tests with UnitTestBot:

You have to install IntelliJ IDEA: for compatibility, seeUnitTestBot on JetBrains Marketplace.
UnitTestBot supports JDK 1.8–17.

To contribute to UnitTestBot project:

You have toinstall

You also need toconfigure development environment:

  • JAVA_HOME environment variable should contain the path to JDK 17 installation directory.

  • PATH environment variable should contain the path to thebin folder of JDK 17 installation directory.

  • KOTLIN_HOME environment variable should contain the path to thekotlinc folder of Kotlin (1.7.0 or later) installation directory.

  • Project SDK should be set to JDK 17:

In you IntelliJ IDEA, clickFile >Project Structure, chooseProject Settings >Project and setSDK to JDK 17.
Make sure theLanguage level is still set to8.

  • Gradle SDK should be set to JDK 17:

In your IntelliJ IDEA, clickFile >Settings, chooseBuild, Execution, Deployment >Build Tools >Gradle and setGradle JVM to JDK 17.

Note: if the environment variables lead to unsupported JDK or Kotlin versions, you won't be able to build the UnitTestBot project.

User guides

IntelliJ IDEA plugin

Contributor guides

(redirect to/docs inmain repo)

General info

Continuous integration

Design docs

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp