20212223242526
public class CompanyTest { private ICompany instance; @Before public void setUp() throws Exception { instance = new Company(Collections.EMPTY_LIST); }