哪位大哥能帮忙讲讲下面这段代码的意思吗?谢谢。
@Parameters
public static Collection<Object[]> t(){
return Arrays.asList(new Object[][]{
{3, 1, 2},
{4, 2, 2}
});
}@Parameters
public static Collection<Object[]> t(){
return Arrays.asList(new Object[][]{
{3, 1, 2},
{4, 2, 2}
});
}2018-05-19
举报