コード例 #1
0
ファイル: CodeParserCas.cs プロジェクト: nlhepler/mono
		public void Constructor ()
		{
			CodeParserTest cp = new CodeParserTest ();
			Assert.IsNotNull (cp.Parse (null), "Parse");
		}
コード例 #2
0
ファイル: CodeParserCas.cs プロジェクト: pmq20/mono_forked
        public void Constructor()
        {
            CodeParserTest cp = new CodeParserTest();

            Assert.IsNotNull(cp.Parse(null), "Parse");
        }