目前是随机的顺序,无法使用@FixMethodOrder(MethodSorters.NAME_ASCENDING) 来设定?
cannot use the @FixMethodOrder(MethodSorters.NAME_ASCENDING) to set the test order.
ngrinder工程依赖的junit-dep:4.8.2似乎不支持这个方法?
MethodSorters.NAME_ASCENDING
Sorts the test methods by the method name, in lexicographic order, with Method.toString() used as a tiebreaker