public void AsString() { var str = np.array('h', 'e', 'l', 'l', 'o'); str.Should().BeOfType <char>().And.BeShaped(5).And.BeOfValues('h', 'e', 'l', 'l', 'o'); NDArray.AsString(str).Should().Be(hello); }