Код: Выделить всё
class MyClass {
MyErrorServiceList myErrorServiceList; // myErrorServiceList is initialized by some complex method calls
public boolean processErrorServiceList() {
if (CollectionUtils.NotEmplty(myErrorServiceList)) {
// do something
return true;
} else {
return false;
}
}
}
Подробнее здесь: https://stackoverflow.com/questions/786 ... kito-tests
Мобильная версия