'DeclarationPublic Function NotBeNull( _ Optional ByVal because As String, _ ByVal ParamArray becauseArgs() As Object _ ) As FluentAssertions.AndConstraint(Of TAssertions)
'UsageDim instance As AbstractFolderAssertions Dim because As String Dim becauseArgs() As Object Dim value As FluentAssertions.AndConstraint(Of TAssertions) value = instance.NotBeNull(because, becauseArgs)
public FluentAssertions.AndConstraint<TAssertions> NotBeNull( string because, params object[] becauseArgs )
Parameters
- because
- becauseArgs