To change the test execution order simply annotate your test class using @FixMethodOrder and specify one of the available MethodSorters: @FixMethodOrder( ...
確定! 回上一頁