Esempio n. 1
0
        public void TestCharArrayCallsArrayIntInt()
        {
            ArrayOrCharTester x = new ArrayOrCharTester();

            x.Write(new char [] { 'a', 'b', 'c' });
            Assert.AreEqual(true, x.called_array);
        }
Esempio n. 2
0
		public void TestCharArrayCallsArrayIntInt ()
		{
			ArrayOrCharTester x = new ArrayOrCharTester ();
			x.Write (new char [] {'a','b','c'});
			Assert.AreEqual (true, x.called_array);			
		}