public void should_throw_exception() { //arrange var basicConfigurator = new AntlerConfigurator(); //act basicConfigurator.UseStorage(NHibernateStorage.Use); }
public void should_throw_exception() { //arrange var basicConfigurator = new AntlerConfigurator(); //act basicConfigurator.UseStorage(EntityFrameworkPlusSqlCe.Use); }