Exemple #1
0
        public void ToString_should_return_string_representation()
        {
            var subject = new ClusterId(1);

            subject.ToString().Should().Be("1");
        }