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

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

public class DmnDecisionOutputAssertion
extends org.assertj.core.api.AbstractAssert<DmnDecisionOutputAssertion,DmnDecisionOutput>


Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
DmnDecisionOutputAssertion(DmnDecisionOutput actual)
           
 
Method Summary
 DmnDecisionOutputAssertion hasEntry(String name, Object expectedValue)
           
 DmnDecisionOutputAssertion hasSingleEntry()
           
 DmnDecisionOutputAssertion hasSingleEntry(Object expectedValue)
           
 DmnDecisionOutputAssertion hasSingleEntry(String name, Object expectedValue)
           
 
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

DmnDecisionOutputAssertion

public DmnDecisionOutputAssertion(DmnDecisionOutput actual)
Method Detail

hasSingleEntry

public DmnDecisionOutputAssertion hasSingleEntry()

hasSingleEntry

public DmnDecisionOutputAssertion hasSingleEntry(Object expectedValue)

hasSingleEntry

public DmnDecisionOutputAssertion hasSingleEntry(String name,
                                                 Object expectedValue)

hasEntry

public DmnDecisionOutputAssertion hasEntry(String name,
                                           Object expectedValue)


Copyright © 2015 camunda services GmbH. All rights reserved.