public void GetDefaultEarthGroupTestWithGroups()
        {
            ICollection <Group> groups = GetGroups();
            Group actual;

            actual = GroupExtensions.GetDefaultEarthGroup(groups);
            Assert.AreEqual(actual.Name, "Earth");
            Assert.AreEqual(actual.Path, "/Sun/Earth");
            Assert.AreEqual(actual.IsDeleted, false);
        }