CMSAssert ForEach T  Method Kentico 8.1 API Reference
Asserts the given expression for each item in the given collection

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

items
Type: OnlineSystem.Collections.Generic IEnumerable T 
Items to assert
action
Type: OnlineSystem Action T 
Assert action for the item
See Also