public void getStore() { Store s = sa.addStore("vadim and sons", new User("checker", "123456")); Assert.IsNotNull(sa.getStore(s.getStoreId())); }