jmockit+junit5,用@Tested标注被测试类,运行测试方法时,被测试类为null,换junit4正常。@Testedservice s;@Testvoid test(){s.do();
}