Auto-generate test class/methods for product class

Issue #684 new
Scott Wells repo owner created an issue

This was requested via the Google groups:

https://groups.google.com/a/illuminatedcloud.com/forum/#!msg/discussion/pZWJk3QAU_8/l61NGKSOBAAJ

The short version is that the user is requesting a feature that would generate a stub Apex test class for a selected Apex product class with a test method per-accessible method in the product class.

IntelliJ IDEA's unit test framework does support test creator/generator extension points that are designed for exactly this type of functionality, so I think it would just be a matter of implementing those properly for Apex.

Comments (3)

  1. Log in to comment