Package pl.edu.oop.java.company.structure

Examples of pl.edu.oop.java.company.structure.Company


public class CompanyTest {
    private ICompany instance;

    @Before
    public void setUp() throws Exception {
        instance = new Company(Collections.EMPTY_LIST);
    }
View Full Code Here

TOP

Related Classes of pl.edu.oop.java.company.structure.Company

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.