public void GetUsersInRoleTest()
 {
     MyRoleProvider_Accessor target = new MyRoleProvider_Accessor(); // TODO: Initialize to an appropriate value
     string roleName = string.Empty; // TODO: Initialize to an appropriate value
     string[] expected = null; // TODO: Initialize to an appropriate value
     string[] actual;
     actual = target.GetUsersInRole(roleName);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }