Skip to main content

Home/ iQ Web Team/ Group items matching "opensource" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Melissa Kendall

Overview - Redmine - 3 views

  •  
    This is the project tracking software Zapp is making us use for SEII
Michael Yagudaev

CodePlex - Open Source Project Hosting - 0 views

  •  
    Microsoft's version of Github (kinda) and yes it did. A good place to get free TFS hosting if you need it. Also a lot of .NET open source projects are hosted there, so a good place for inspiration and learning.
Michael Yagudaev

Umbraco CMS - 1 views

  • Assert.AreEqual(2, results.Count());
    • Michael Yagudaev
       
      Testing parser returned expected number of matches
  • Assert.AreEqual(2, parameters.Count); Assert.AreEqual("asdfasdfasdf", parameters["blah"]); Assert.AreEqual("234234234", parameters["erwerwer"]);
  • Assert.AreEqual(1, parameters.Count); Assert.AreEqual("asdfee", parameters["test"]);
  • ...1 more annotation...
  • Assert.AreEqual(2, results.Count());
  •  
    Umbraco is an Open Source .NET based CMS. As always open source projects can teach us a lot about how things can be done properly (usually). Here I opened one of the unit test files just to show how they do unit testing in that project. This project uses a lot of the same technologies we use. Should be helpful. Play around with it, you might just learn something :).
1 - 3 of 3
Showing 20 items per page