Ejemplo n.º 1
0
            public void should_throw_exception()
            {
                //arrange
                var basicConfigurator = new AntlerConfigurator();

                //act
                basicConfigurator.UseStorage(NHibernateStorage.Use);
            }
Ejemplo n.º 2
0
            public void should_throw_exception()
            {
                //arrange
                var basicConfigurator = new AntlerConfigurator();

                //act
                basicConfigurator.UseStorage(EntityFrameworkPlusSqlCe.Use);
            }