Как я могу высмеять этот метод?
Метод:
Код: Выделить всё
public Page findAllCompany( final Pageable pageable )
{
return companyRepository.findAllByIsActiveTrue(pageable);
}
Подробнее здесь: https://stackoverflow.com/questions/451 ... -interface
Код: Выделить всё
public Page findAllCompany( final Pageable pageable )
{
return companyRepository.findAllByIsActiveTrue(pageable);
}