Beispiel #1
0
        public void ColaboratorRepositoryExistsShouldBeReturnTrueWithAValidRegistry()
        {
            const string registryToVerify = "11";

            Assert.IsTrue(_repository.Exists(registryToVerify));
        }