Exemplo n.º 1
0
 public void WithCtor() => RegressionRunner.Run(_session, EPLInsertIntoPopulateUnderlying.WithCtor());
Exemplo n.º 2
0
 public void WithPopulateBeanSimple() => RegressionRunner.Run(_session, EPLInsertIntoPopulateUnderlying.WithPopulateBeanSimple());
Exemplo n.º 3
0
 public void WithBeanWildcard() => RegressionRunner.Run(_session, EPLInsertIntoPopulateUnderlying.WithBeanWildcard());
Exemplo n.º 4
0
 public void WithBeanFactoryMethod() => RegressionRunner.Run(_session, EPLInsertIntoPopulateUnderlying.WithBeanFactoryMethod());
Exemplo n.º 5
0
 public void WithArrayPONOInsert() => RegressionRunner.Run(_session, EPLInsertIntoPopulateUnderlying.WithArrayPONOInsert());
Exemplo n.º 6
0
 public void WithWindowAggregationAtEventBean() =>
     RegressionRunner.Run(_session, EPLInsertIntoPopulateUnderlying.WithWindowAggregationAtEventBean());