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

Source Code of org.drools.workbench.models.guided.template.backend.GuidedRuleTemplateConverterTest

package org.drools.workbench.models.guided.template.backend;

import org.drools.compiler.kie.builder.impl.FormatConverter;
import org.junit.Test;

import static org.junit.Assert.*;

public class GuidedRuleTemplateConverterTest {

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

}
TOP

Related Classes of org.drools.workbench.models.guided.template.backend.GuidedRuleTemplateConverterTest

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.