public void TestCase ()
		{
			var sut = new ThreadJoinExample ();

			Assert.AreEqual (2, sut.Counter);
		}
Esempio n. 2
0
        public void TestCase()
        {
            var sut = new ThreadJoinExample();

            Assert.AreEqual(2, sut.Counter);
        }