justmock-docs/api/m_telerik_justmock_args_mat...

3.5 KiB

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

Args.Matching<T1,T2,T3,T4,T5,T6>Method (Func<T1,T2,T3,T4,T5,T6, 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 static Args Matching<T1, T2, T3, T4, T5, T6>(
	Func<T1, T2, T3, T4, T5, T6, bool> predicate
)
Visual Basic
Public Shared Function Matching(Of T1, T2, T3, T4, T5, T6) ( _
	predicate As Func(Of T1, T2, T3, T4, T5, T6, Boolean) _
) As Args

predicate

Type: Telerik.JustMock.Func <T1,T2,T3,T4,T5,T6, Boolean >
[Missing <param name="predicate"/> documentation for "M:Telerik.JustMock.Args.Matching6(Telerik.JustMock.Func{0,1,2,3,4,``5,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

T6

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

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

See Also

Args Class

Args Members

Matching Overload

Telerik.JustMock Namespace