Package org.drools.workbench.models.guided.scorecard.backend

Examples of org.drools.workbench.models.guided.scorecard.backend.GuidedScoreCardConverter


public class GuidedScoreCardConverterTest {

    @Test
    public void testZeroParameterConstructor() {
        //A zero parameter is essential for programmatic instantiation from FormatsManager
        final FormatConverter converter = new GuidedScoreCardConverter();
        assertNotNull( converter );
    }
View Full Code Here

TOP

Related Classes of org.drools.workbench.models.guided.scorecard.backend.GuidedScoreCardConverter

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.