use of org.folio.services.finance.budget.BudgetExpenseClassService in project mod-invoice by folio-org.
the class BudgetExpenseClassTest method initMocks.
@BeforeEach
public void initMocks() {
MockitoAnnotations.openMocks(this);
budgetExpenseClassService = new BudgetExpenseClassService(restClient);
}
Aggregations