Exemplo n.º 1
0
        private static void AssertCitation(string expectedLine, ApaCitation citation)
        {
            var actualLine = citation.ToString();

            AssertCitation(expectedLine, actualLine);
        }