Beispiel #1
0
        public void ToStringTest()
        {
            ProjectHandlerConfiguration handlerConfiguration = new ProjectHandlerConfiguration();

            handlerConfiguration.ParserType = "TestAssembly.TestParser";

            string str = handlerConfiguration.ToString();

            Assert.AreEqual("Project Handler: TestAssembly.TestParser", str, "Unexpected string representation.");
        }