Example #1
0
 public void ShouldThrowException()
 {
     var id = new AccessGroupRef
     {
         Type = "TEST"
     };
 }
Example #2
0
        public void ValueShouldBeSetCorrectly()
        {
            var id = new AccessGroupRef
            {
                Type = RefType.ACCESS_GROUP.ToString()
            };

            Assert.AreEqual(RefType.ACCESS_GROUP.ToString(), id.Type);
        }