org.camunda.bpm.dmn.engine.test.asserts
Class DmnDecisionResultAssertion

java.lang.Object
  extended by org.assertj.core.api.AbstractAssert<DmnDecisionResultAssertion,DmnDecisionResult>
      extended by org.camunda.bpm.dmn.engine.test.asserts.DmnDecisionResultAssertion
All Implemented Interfaces:
org.assertj.core.api.Assert<DmnDecisionResultAssertion,DmnDecisionResult>, org.assertj.core.api.Descriptable<DmnDecisionResultAssertion>, org.assertj.core.api.ExtensionPoints<DmnDecisionResultAssertion,DmnDecisionResult>

public class DmnDecisionResultAssertion
extends org.assertj.core.api.AbstractAssert<DmnDecisionResultAssertion,DmnDecisionResult>


Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
protected DmnDecisionResultAssertion(DmnDecisionResult actual)
           
 
Method Summary
 DmnDecisionOutputAssertion hasSingleOutput()
           
 DmnDecisionResultAssertion hasSize(int expectedSize)
           
 DmnDecisionResultAssertion isEmpty()
           
 
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DmnDecisionResultAssertion

protected DmnDecisionResultAssertion(DmnDecisionResult actual)
Method Detail

hasSize

public DmnDecisionResultAssertion hasSize(int expectedSize)

isEmpty

public DmnDecisionResultAssertion isEmpty()

hasSingleOutput

public DmnDecisionOutputAssertion hasSingleOutput()


Copyright © 2015 camunda services GmbH. All rights reserved.