public void all_entries_have_a_single_test()
 {
     Assert.AreEqual(1, _projection.GetTestCountFor("TestRoot"));
     Assert.AreEqual(1, _projection.GetTestCountFor("TestChild1"));
     Assert.AreEqual(1, _projection.GetTestCountFor("TestChild2"));
     Assert.AreEqual(1, _projection.GetTestCountFor("TestChild3"));
     Assert.AreEqual(1, _projection.GetTestCountFor("TestGrandChild"));
 }
 public void all_entries_have_a_single_test()
 {
     Assert.AreEqual(1, projection.GetTestCountFor("Foo/Test::Root"));
 }