コード例 #1
0
        public void GetMethodChain_returns_chain()
        {
            var configuration = new FixedLengthConfiguration();
            var code          = new CSharpCodeHelper();

            Assert.Equal(".IsFixedLength()", configuration.GetMethodChain(code));
        }
コード例 #2
0
        public void GetMethodChain_returns_chain()
        {
            var configuration = new FixedLengthConfiguration();
            var code = new CSharpCodeHelper();

            Assert.Equal(".IsFixedLength()", configuration.GetMethodChain(code));
        }