-
Notifications
You must be signed in to change notification settings - Fork 43
Home
Olga Naumenko edited this page Sep 19, 2023
·
16 revisions
UnitTestBot Java is a tool for generating unit tests, which are ready-to-use, meaningful, and human-readable.
Supported languages:
- Java
NEW: unit and integration tests for Spring-based code - Kotlin
- Python
- JavaScript
- Go
Find UnitTestBot for your workflow:
- IntelliJ IDEA plugin
- command-line interface
- GitHub Action
- Check system requirements
- Install or update plugin
- Generate tests with default configuration
- Fine-tune test generation
- Get use of test results
(redirect to /docs in main repo)
- Contributing guide
- Developer guide
- Naming and labeling conventions
- Interprocess debugging
- Interprocess logging
- UnitTestBot overall architecture
- Android Studio support
- Assumption mechanism
- Choosing language-specific IDE
- Code generation and rendering
- Fuzzing Platform (FP) Design
- Instrumented process API: handling errors and results
- UnitTestBot JavaScript plugin setup
- Night statistics monitoring
- RD for UnitTestBot
- Sandboxing
- UnitTestBot settings
- Speculative field non-nullability assumptions
- Symbolic analysis of static initializers
- Summarization module
- Taint analysis
- UnitTestBot decomposition
- UtUtils class
- UnitTestBot Family changes