AD
@Test
@Parameters(method = "parametersForTest")
public void test(ClassA a, ClassB b) throws Exception {
//
}
private Object[] parametersForTest() {
return new Object[]{
new Object[]{new ClassA(), new ClassB()}
};
}
Size: a a a
АК
@Test
@Parameters(method = "parametersForTest")
public void test(ClassA a, ClassB b) throws Exception {
//
}
private Object[] parametersForTest() {
return new Object[]{
new Object[]{new ClassA(), new ClassB()}
};
}
AD
А
IR
IR
ДЧ
A
A
БС
S
O
S
А
A
А