org.drools.eclipse.editors.rete
Class ReteooLayoutFactoryTest

java.lang.Object
  extended by org.drools.eclipse.editors.rete.ReteooLayoutFactoryTest

public class ReteooLayoutFactoryTest
extends Object

Integration-like tests Testing ReteooLayoutFactory It is using following components: Row, RowList, org.drools.reteoo.*Vertex, org.drools.ide.editors.rete.model.*


Nested Class Summary
static class ReteooLayoutFactoryTest.Message
          Used by simplerule.drl
 
Constructor Summary
ReteooLayoutFactoryTest()
           
 
Method Summary
 void testCalculateReteRows()
          Test method for ReteooLayoutFactory.calculateReteRows(org.drools.reteoo.BaseVertex).
 void testLayoutRowList()
          Test method for ReteooLayoutFactory.layoutRowList(org.drools.eclipse.editors.rete.model.ReteGraph, org.drools.eclipse.editors.rete.RowList).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReteooLayoutFactoryTest

public ReteooLayoutFactoryTest()
Method Detail

testCalculateReteRows

public void testCalculateReteRows()
                           throws IOException,
                                  org.drools.PackageIntegrationException,
                                  org.drools.compiler.DroolsParserException
Test method for ReteooLayoutFactory.calculateReteRows(org.drools.reteoo.BaseVertex).

Throws:
IOException
org.drools.compiler.DroolsParserException
org.drools.PackageIntegrationException
org.drools.compiler.DroolsParserException
org.drools.PackageIntegrationException

testLayoutRowList

public void testLayoutRowList()
                       throws IOException,
                              org.drools.PackageIntegrationException,
                              org.drools.compiler.DroolsParserException
Test method for ReteooLayoutFactory.layoutRowList(org.drools.eclipse.editors.rete.model.ReteGraph, org.drools.eclipse.editors.rete.RowList).

Throws:
IOException
org.drools.compiler.DroolsParserException
org.drools.PackageIntegrationException
org.drools.compiler.DroolsParserException
org.drools.PackageIntegrationException


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.