cascading.operation.assertion
Class AssertEqualsAll

java.lang.Object
  extended by cascading.operation.BaseOperation<C>
      extended by cascading.operation.assertion.BaseAssertion
          extended by cascading.operation.assertion.AssertEqualsAll
All Implemented Interfaces:
DeclaresResults, Assertion, Operation, PlannedOperation, ValueAssertion, Traceable, Serializable

public class AssertEqualsAll
extends BaseAssertion
implements ValueAssertion

Class AssertEqualsAll asserts that every value in the argument values Tuple is equal to the value provided on the constructor.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cascading.operation.BaseOperation
fieldDeclaration, numArgs, trace
 
Fields inherited from interface cascading.operation.Operation
ANY
 
Constructor Summary
AssertEqualsAll(Object value)
          Constructor AssertEqualsAll creates a new AssertEqualsAll instance.
 
Method Summary
 void doAssert(FlowProcess flowProcess, ValueAssertionCall assertionCall)
          Method doAssert performs the assertion.
 boolean equals(Object object)
           
 Object getValue()
           
 int hashCode()
           
 
Methods inherited from class cascading.operation.assertion.BaseAssertion
fail, fail, getMessage, supportsPlannerLevel, throwFail, throwFail
 
Methods inherited from class cascading.operation.BaseOperation
cleanup, flush, getFieldDeclaration, getNumArgs, getTrace, isSafe, prepare, printOperationInternal, toString, toStringInternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cascading.operation.PlannedOperation
supportsPlannerLevel
 
Methods inherited from interface cascading.operation.Operation
cleanup, flush, getFieldDeclaration, getNumArgs, isSafe, prepare
 

Constructor Detail

AssertEqualsAll

@ConstructorProperties(value="value")
public AssertEqualsAll(Object value)
Constructor AssertEqualsAll creates a new AssertEqualsAll instance.

Parameters:
value - of type Comparable
Method Detail

getValue

public Object getValue()

doAssert

public void doAssert(FlowProcess flowProcess,
                     ValueAssertionCall assertionCall)
Description copied from interface: ValueAssertion
Method doAssert performs the assertion.

Specified by:
doAssert in interface ValueAssertion
Parameters:
flowProcess - of type FlowProcess
assertionCall - of type ValueAssertionCall

equals

public boolean equals(Object object)
Overrides:
equals in class BaseAssertion

hashCode

public int hashCode()
Overrides:
hashCode in class BaseAssertion


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.