BotAssert.ActivityListNotNull(IEnumerable<Activity>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks that an activity collection is not null
.
public static void ActivityListNotNull (System.Collections.Generic.IEnumerable<Microsoft.Bot.Schema.Activity> activities);
static member ActivityListNotNull : seq<Microsoft.Bot.Schema.Activity> -> unit
Public Shared Sub ActivityListNotNull (activities As IEnumerable(Of Activity))
Parameters
- activities
- IEnumerable<Activity>
The activities.
Exceptions
activities
is null
.