예제 #1
0
        public void CreateNewGroup()
        {
            _provider.Create(ref _testGroup);

            Assert.AreNotEqual(string.Empty, _testGroup.Id);
        }