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