Test Frameworks
← Back to Unit Testing
Libraries providing test runners, assertions, and organization tools. JUnit (Java), pytest (Python), Jest (JavaScript), Go testing package, RSpec (Ruby). Choice of framework affects test style and available features.
Key Properties
Related
- Assertions (framework feature)