Tests.CustomRolesTests.CanGetCustomRoles C# (CSharp) Method

CanGetCustomRoles() public method

public CanGetCustomRoles ( ) : void
return void
        public void CanGetCustomRoles()
        {
            //var res = api.CustomAgentRoles.GetCustomRoles();

            //Apparently you have to pay more to get this feature so the test will fail
            //Assert.Greater(res.CustomRoleCollection.Count, 0);

            //So I will just throw this up instead :P
            //  Assert.Inconclusive();
        }
    }
CustomRolesTests