To generate a new DevMate test, you right click on the method and select Test with DevMate.

From Version 3.0.3 onwards, DevMate test definitions are, by default, saved in the following location.

  • If your project was initially generated by Maven or Gradle, you will typically find src/main and src/test folders. In this case, DevMate test definitions and the generated tests are stored in the src/test folder and mirror the src/main internal structure.

  • If you have a custom folder structure that does not have the regular src/main and src/test folders, then the DevMate test definition and generated tests are stored, by default, in the same location as the class/method under test.