public static IMatcher <TestFirst.Net.Examples.Api.Query.NotificationQuery> NotNull() { return(AnInstance.NotNull <TestFirst.Net.Examples.Api.Query.NotificationQuery>()); }
public static IMatcher <TestFirst.Net.Template.TestIndexedDto> NotNull() { return(AnInstance.NotNull <TestFirst.Net.Template.TestIndexedDto>()); }
public static IMatcher <TestFirst.Net.Template.TestDtoWithSubClass.SubTestDto> NotNull() { return(AnInstance.NotNull <TestFirst.Net.Template.TestDtoWithSubClass.SubTestDto>()); }
public static IMatcher <TestFirst.Net.Template.TestDtoEnumerable> NotNull() { return(AnInstance.NotNull <TestFirst.Net.Template.TestDtoEnumerable>()); }