Ejemplo n.º 1
0
 public static IMatcher <TestFirst.Net.Examples.Api.Query.NotificationQuery> NotNull()
 {
     return(AnInstance.NotNull <TestFirst.Net.Examples.Api.Query.NotificationQuery>());
 }
Ejemplo n.º 2
0
 public static IMatcher <TestFirst.Net.Template.TestIndexedDto> NotNull()
 {
     return(AnInstance.NotNull <TestFirst.Net.Template.TestIndexedDto>());
 }
Ejemplo n.º 3
0
 public static IMatcher <TestFirst.Net.Template.TestDtoWithSubClass.SubTestDto> NotNull()
 {
     return(AnInstance.NotNull <TestFirst.Net.Template.TestDtoWithSubClass.SubTestDto>());
 }
Ejemplo n.º 4
0
 public static IMatcher <TestFirst.Net.Template.TestDtoEnumerable> NotNull()
 {
     return(AnInstance.NotNull <TestFirst.Net.Template.TestDtoEnumerable>());
 }