Ejemplo n.º 1
0
		public void TestStartAndRunSynchronously ()
		{
			var sut = new TaskExample ();
			sut.RunSynchronously ();

			Assert.IsTrue (sut.IsSet);
		}