You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Done! You\`re awesome and ready for digging the code. 😃
24
+
25
+
26
+
## Development of UTBot Java with IntelliJ IDEA
27
+
28
+
The majority of the code is written in Kotlin.
29
+
30
+
The project is divided into Gradle subprojects. The most significant of them are:
31
+
1. utbot-framework — all about the engine and tests for it
32
+
33
+
2. utbot-intellij — IDE plugin
34
+
35
+
3. utbot-sample — a framework with examples to demonstrate engine capacity
36
+
37
+
## Testing
38
+
39
+
The project contains many tests. They are usually placed in test root of the particular Gradle subproject.
40
+
41
+
While developing, it\`s useful to run tests from utbot-framework subproject. The majority of tests from this subproject generate tests for samples from the utbot-sample subproject.
0 commit comments