Hi !
I recently started using unity test tools for my unit tests. However, autocomplete in monodevelop is not working for this, although it compiles fine.
This includes attributes like [Test] and [TestFixture], but also Assert.That().
Is there any way to make it work ?