Package pl.edu.amu.wmi.daut.re.DoNothingOperator

Examples of pl.edu.amu.wmi.daut.re.DoNothingOperator.Factory


    /**
     * Test fabryki.
     */
    public final void testFactory() {

        Factory factory = new Factory();
        ArrayList<String> params = new ArrayList<String>();
        assertEquals(factory.createOperator(params).getClass(),
            new DoNothingOperator().getClass());

    }
View Full Code Here

TOP

Related Classes of pl.edu.amu.wmi.daut.re.DoNothingOperator.Factory

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.