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

java.lang.Object
  extended by org.assertj.core.api.Assertions
      extended by org.camunda.bpm.dmn.engine.test.asserts.DmnAssertions

public class DmnAssertions
extends org.assertj.core.api.Assertions


Constructor Summary
DmnAssertions()
           
 
Method Summary
static DmnDecisionOutputAssertion assertThat(DmnDecisionOutput output)
           
static DmnDecisionResultAssertion assertThat(DmnDecisionResult result)
           
static DmnEngineAssertion assertThat(DmnEngine engine)
           
 
Methods inherited from class org.assertj.core.api.Assertions
allOf, allOf, anyOf, anyOf, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, atIndex, contentOf, contentOf, contentOf, doesNotHave, entry, extractProperty, extractProperty, fail, fail, failBecauseExceptionWasNotThrown, filter, filter, linesOf, linesOf, linesOf, not, offset, offset, registerCustomDateFormat, registerCustomDateFormat, setAllowExtractingPrivateFields, setRemoveAssertJRelatedElementsFromStackTrace, tuple, useDateFormat, useDateFormat, useDefaultDateFormats, useDefaultDateFormatsOnly, useIsoDateFormat, useIsoDateTimeFormat, useIsoDateTimeWithMsFormat, within, within, within
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DmnAssertions

public DmnAssertions()
Method Detail

assertThat

public static DmnEngineAssertion assertThat(DmnEngine engine)

assertThat

public static DmnDecisionResultAssertion assertThat(DmnDecisionResult result)

assertThat

public static DmnDecisionOutputAssertion assertThat(DmnDecisionOutput output)


Copyright © 2015 camunda services GmbH. All rights reserved.