public void WithMapTranspose() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithMapTranspose());
public void WithConstantsAs() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithConstantsAs());
public void WithNoWildcardWithAs() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithNoWildcardWithAs());
public void WithWildcardNoFieldsNoAs() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithWildcardNoFieldsNoAs());
public void WithCreateTableSyntax() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithCreateTableSyntax());
public void WithModelAfterMap() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithModelAfterMap());
public void WithWildcardInheritance() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithWildcardInheritance());
public void WithNoSpecificationBean() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithNoSpecificationBean());
public void WithEventTypeColumnDef() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithEventTypeColumnDef());
public void WithCreateSchemaModelAfter() => RegressionRunner.Run(_session, InfraNamedWindowTypes.WithCreateSchemaModelAfter());