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