Tag

EvoSuite

0 views collected around this technical thread.

转转QA
转转QA
Jun 24, 2020 · Fundamentals

EvoSuite Overview: Installation, Maven Configuration, and IDEA Plugin Usage

This article introduces EvoSuite, an open‑source tool for automatically generating JUnit test suites, explains how to configure it with Maven (including the required pom.xml entries), describes essential command‑line options, and provides step‑by‑step instructions for installing and using the EvoSuite plugin in IntelliJ IDEA, supplemented by practical examples and coverage analysis.

EvoSuiteIntelliJ IDEAJava
0 likes · 7 min read
EvoSuite Overview: Installation, Maven Configuration, and IDEA Plugin Usage
JD Tech
JD Tech
Jul 30, 2018 · Backend Development

Defining Units, Integration Testing Responsibilities, and the Evolution of Mock Frameworks in Java Backend Development

This article explains how to define a unit in testing, discusses who should write unit and integration tests, presents three generations of a custom Java mock framework with code examples, compares its pros and cons, and introduces EvoSuite for automatic test generation within Maven projects.

Backend DevelopmentEvoSuiteJava
0 likes · 16 min read
Defining Units, Integration Testing Responsibilities, and the Evolution of Mock Frameworks in Java Backend Development