Click or drag to resize
CMSAssertAll Method
Execute multiple assertions

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public static void All(
	params Action[] assertionsToRun
)

Parameters

assertionsToRun
Type: SystemAction
Assertions to be executed
See Also