Ejemplo n.º 1
0
 public void DatabaseSchemaIsCreatedWithoutErrorsFromObjects()
 {
     var factory = new InMemorySessionFactory();
     factory.OpenSession();
 }
Ejemplo n.º 2
0
 public void Init()
 {
     _sessionFactory = new InMemorySessionFactory();
     _loginInformation = Substitute.For<ILoginInformation>();
     _controller = new UserController(_sessionFactory, _loginInformation);
 }