org.drools.command.assertion
Class AssertEquals

java.lang.Object
  extended by org.drools.command.assertion.AssertEquals
All Implemented Interfaces:
Serializable, org.drools.command.Command<Void>, GenericCommand<Void>

public class AssertEquals
extends Object
implements GenericCommand<Void>

See Also:
Serialized Form

Constructor Summary
AssertEquals(String message, Object expectedObject, org.drools.command.Command command, String mvelString)
           
AssertEquals(String message, String expectedIdentifier, org.drools.command.Command command, String mvelString)
           
 
Method Summary
 Void execute(Context context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertEquals

public AssertEquals(String message,
                    Object expectedObject,
                    org.drools.command.Command command,
                    String mvelString)

AssertEquals

public AssertEquals(String message,
                    String expectedIdentifier,
                    org.drools.command.Command command,
                    String mvelString)
Method Detail

execute

public Void execute(Context context)
Specified by:
execute in interface GenericCommand<Void>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.