public void TestAssertUserFactoryCreate() { var _user = UserFactory.CreateFakeUser(); Assert.IsInstanceOfType(_user, typeof(User)); }