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

			Assert.IsTrue (sut.IsSet);
		}