Пример #1
0
        public void should_print_int3_to_string()
        {
            Int3 p = new Int3(1, 2, 3);

              Assert.That(p.ToString(), Iz.EqualTo("1 2 3"));
        }