public void GetMethodChain_returns_chain() { var configuration = new FixedLengthConfiguration(); var code = new CSharpCodeHelper(); Assert.Equal(".IsFixedLength()", configuration.GetMethodChain(code)); }