Table of Contents

Class WorkResponseMatchExtensions

Namespace
JobFlow.Core.Rules.Dsl
Assembly
JobFlow.Core.dll

Adds a collection of additional NRule DSL methods specific to matching JobWorkResponses.

public static class WorkResponseMatchExtensions
Inheritance
WorkResponseMatchExtensions

Methods

WithStatus(Matcher<WorkResponse>, WorkResponseStatus)

Match against a particular WorkResponseStatus.

public static Matcher<WorkResponse> WithStatus(this Matcher<WorkResponse> matcher, WorkResponseStatus jobResultStatus)

Parameters

matcher Matcher<WorkResponse>
jobResultStatus WorkResponseStatus

WorkResponseStatus to match against.

Returns

Matcher<WorkResponse>