Exemplo n.º 1
0
 public static Arbitrary <Report> Report()
 {
     return(Arb.From(OrmGenerators.Report()));
 }
Exemplo n.º 2
0
 public static Arbitrary <Container> Container()
 {
     return(Arb.From(OrmGenerators.Container()));
 }
Exemplo n.º 3
0
 public static Arbitrary <Task> Task()
 {
     return(Arb.From(OrmGenerators.Task()));
 }
Exemplo n.º 4
0
 public static Arbitrary <Webhook> Webhook()
 {
     return(Arb.From(OrmGenerators.Webhook()));
 }
Exemplo n.º 5
0
 public static Arbitrary <Version> Version()
 {
     return(Arb.From(OrmGenerators.Version()));
 }
Exemplo n.º 6
0
 public static Arbitrary <WebhookMessageLog> WebhookMessageLog()
 {
     return(Arb.From(OrmGenerators.WebhookMessageLog()));
 }
Exemplo n.º 7
0
 public static Arbitrary <NetworkConfig> NetworkConfig()
 {
     return(Arb.From(OrmGenerators.NetworkConfig()));
 }
Exemplo n.º 8
0
 public static Arbitrary <Job> Job()
 {
     return(Arb.From(OrmGenerators.Job()));
 }
Exemplo n.º 9
0
 public static Arbitrary <Proxy> Proxy()
 {
     return(Arb.From(OrmGenerators.Proxy()));
 }
Exemplo n.º 10
0
 public static Arbitrary <EventMessage> EventMessage()
 {
     return(Arb.From(OrmGenerators.EventMessage()));
 }
Exemplo n.º 11
0
 public static Arbitrary <NodeTasks> NodeTasks()
 {
     return(Arb.From(OrmGenerators.NodeTasks()));
 }
Exemplo n.º 12
0
 public static Arbitrary <BaseEvent> BaseEvent()
 {
     return(Arb.From(OrmGenerators.BaseEvent()));
 }
Exemplo n.º 13
0
 public static Arbitrary <Uri> Uri()
 {
     return(Arb.From(OrmGenerators.Uri()));
 }
Exemplo n.º 14
0
 public static Arbitrary <Notification> Notification()
 {
     return(Arb.From(OrmGenerators.Notification()));
 }
Exemplo n.º 15
0
 public static Arbitrary <NetworkSecurityGroupConfig> NetworkSecurityConfig()
 {
     return(Arb.From(OrmGenerators.NetworkSecurityGroupConfig()));
 }
Exemplo n.º 16
0
 public static Arbitrary <WebhookMessageEventGrid> WebhookMessageEventGrid()
 {
     return(Arb.From(OrmGenerators.WebhookMessageEventGrid()));
 }
Exemplo n.º 17
0
 public static Arbitrary <InstanceConfig> InstanceConfig()
 {
     return(Arb.From(OrmGenerators.InstanceConfig()));
 }
Exemplo n.º 18
0
 public static Arbitrary <ISecret <T> > ISecret <T>()
 {
     return(Arb.From(OrmGenerators.ISecret <T>()));
 }
Exemplo n.º 19
0
 public static Arbitrary <Scaleset> Scaleset()
 {
     return(Arb.From(OrmGenerators.Scaleset()));
 }