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

Examples of pl.edu.amu.wmi.daut.re.NumericalRangeOperator.Factory.createOperator()


        Factory factory = new Factory();
        assertEquals(factory.numberOfParams(), 2);
        ArrayList<String> params = new ArrayList<String>();
        params.add(0, "100");
        params.add(1, "200");
        assertEquals(factory.createOperator(params).getClass(),
                new NumericalRangeOperator(100, 200).getClass());
    }

    /**
     * Test metody toString.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.