Closed
requested to merge github/fork/zhan-xiong/zhan.xiong/testng_guice_injector_constructor into master
Created by: zhan-xiong
Formerly, the TestNG runner would skip over test classes that were initialized using guice/javax injection, since they might not have no-arg constructor. This PR makes it so that these classes are now correctly detected and run as test classes. This PR also adds simple tests for both this change and for the TestNG runner in general.