예제 #1
0
 public void WithMapTranspose() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithMapTranspose());
예제 #2
0
 public void WithConstantsAs() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithConstantsAs());
예제 #3
0
 public void WithNoWildcardWithAs() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithNoWildcardWithAs());
예제 #4
0
 public void WithWildcardNoFieldsNoAs() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithWildcardNoFieldsNoAs());
예제 #5
0
 public void WithCreateTableSyntax() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithCreateTableSyntax());
예제 #6
0
 public void WithModelAfterMap() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithModelAfterMap());
예제 #7
0
 public void WithWildcardInheritance() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithWildcardInheritance());
예제 #8
0
 public void WithNoSpecificationBean() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithNoSpecificationBean());
예제 #9
0
 public void WithEventTypeColumnDef() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithEventTypeColumnDef());
예제 #10
0
 public void WithCreateSchemaModelAfter() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithCreateSchemaModelAfter());