public void Test_GetFormat_Xslt()
        {
            ProjectionMapper mapper = new ProjectionMapper();

            string fileName = "TestPage.xslt.aspx";

            ProjectionFormat format = mapper.GetFormat(fileName);

            Assert.AreEqual(ProjectionFormat.Xslt, format, "Doesn't match what is expected.");
        }