Ejemplo n.º 1
0
        public void ExactType_MatchesWithMaximumScore()
        {
            var score = _fixture.GetTypeScore(typeof(Animal), typeof(Animal));

            Assert.That(score, Is.EqualTo(ScoreEvaluator.TypeScore));
        }