In addition to the documentation in this README, the following blogs also cover the library. This API mirrors as much as possible the API types and operations described in the standard documentation.
I'm writing customrule to verify an ApexTestClass has specific class (with specific name e.g. "bulkApexTest") implemented. To achieve this, I'm planning the following ...