justmock-docs/api/m_telerik_justmock_args_and...

3.3 KiB

title page_title description previous_url slug published fullPath category
AndMatching(T1, T2, T3, T4, T5) Method (Func(T1, T2, T3, T4, T5, Boolean)) AndMatching(T1, T2, T3, T4, T5) Method (Func(T1, T2, T3, T4, T5, Boolean)) | JustMock Documentation Documentation page about AndMatching(T1, T2, T3, T4, T5) Method (Func(T1, T2, T3, T4, T5, Boolean)). /m_telerik_justmock_args_andmatching__5.html m_telerik_justmock_args_andmatching__5 True api/n_telerik_justmock/t_telerik_justmock_args/methods_t_telerik_justmock_args/overload_telerik_justmock_args_andmatching/m_telerik_justmock_args_andmatching__5 api

Args.AndMatching<T1,T2,T3,T4,T5>Method (Func<T1,T2,T3,T4,T5, Boolean>)

Specifies a condition on the invocation arguments. SeeFilter()for usage details.

Namespace: Telerik.JustMock
Assembly: Telerik.JustMock(in Telerik.JustMock.dll)

Syntax

C#
public Args AndMatching<T1, T2, T3, T4, T5>(
	Func<T1, T2, T3, T4, T5, bool> predicate
)
Visual Basic
Public Function AndMatching(Of T1, T2, T3, T4, T5) ( _
	predicate As Func(Of T1, T2, T3, T4, T5, Boolean) _
) As Args

predicate

Type: Telerik.JustMock.Func <T1,T2,T3,T4,T5, Boolean >
[Missing <param name="predicate"/> documentation for "M:Telerik.JustMock.Args.AndMatching5(Telerik.JustMock.Func{0,1,2,3,4,System.Boolean})"]

Type Parameters

T1

Type of the first parameter of the anonymous method that this delegate encapsulates

T2

Type of the second parameter of the anonymous method that this delegate encapsulates

T3

Type of the third parameter of the anonymous method that this delegate encapsulates

T4

Type of the fourth parameter of the anonymous method that this delegate encapsulates

T5

Type of the fifth parameter of the anonymous method that this delegate encapsulates

[Missing <returns> documentation for "M:Telerik.JustMock.Args.AndMatching5(Telerik.JustMock.Func{0,1,2,3,4,System.Boolean})"]

See Also

Args Class

Args Members

AndMatching Overload

Telerik.JustMock Namespace