Ejemplo n.º 1
0
 public static IMatcher <TestFirst.Net.Examples.Api.Query.NotificationQuery> Null()
 {
     return(AnInstance.Null <TestFirst.Net.Examples.Api.Query.NotificationQuery>());
 }
Ejemplo n.º 2
0
 public static IMatcher <TestFirst.Net.Template.TestDtoWithSubClass.SubTestDto> Null()
 {
     return(AnInstance.Null <TestFirst.Net.Template.TestDtoWithSubClass.SubTestDto>());
 }
Ejemplo n.º 3
0
 public static IMatcher <TestFirst.Net.Template.TestDtoEnumerable> Null()
 {
     return(AnInstance.Null <TestFirst.Net.Template.TestDtoEnumerable>());
 }
Ejemplo n.º 4
0
 public static IMatcher <TestFirst.Net.Template.TestIndexedDto> Null()
 {
     return(AnInstance.Null <TestFirst.Net.Template.TestIndexedDto>());
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Returns a Matcher which expects null
 /// </summary>
 /// <typeparam name="T"></typeparam>
 /// <returns></returns>
 protected IMatcher <T> IsANull <T>()  where T : class
 {
     return(AnInstance.Null <T>());
 }