public void CreateRepositoryFromGlobalContext() { var repo = new ContextRepository<Person>(new FakeContext()); Assert.NotNull(repo); Assert.AreEqual(typeof(ContextRepository<Person>),repo.GetType()); }