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

			Assert.IsTrue (sut.IsSet);
		}