Documentation ¶
Index ¶
- func AboutCompActualExpected(about *admin.UserAbout, expected map[string]string) error
- func AddressCompActualExpected(address *admin.UserAddress, expected map[string]string) error
- func DummyDirectoryService(scope ...string) (*admin.Service, error)
- func EmailCompActualExpected(email *admin.UserEmail, expected map[string]string) error
- func ExtIDCompActualExpected(extID *admin.UserExternalId, expected map[string]string) error
- func GenderCompActualExpected(gender *admin.UserGender, expected map[string]string) error
- func ImCompActualExpected(im *admin.UserIm, expected map[string]string) error
- func KeywordCompActualExpected(keyword *admin.UserKeyword, expected map[string]string) error
- func LanguageCompActualExpected(lang *admin.UserLanguage, expected map[string]string) error
- func LocationCompActualExpected(loc *admin.UserLocation, expected map[string]string) error
- func OrgCompActualExpected(org *admin.UserOrganization, expected map[string]string) error
- func PhoneCompActualExpected(phone *admin.UserPhone, expected map[string]string) error
- func PosixCompActualExpected(posix *admin.UserPosixAccount, expected map[string]string) error
- func RelationCompActualExpected(relation *admin.UserRelation, expected map[string]string) error
- func SSHKeyCompActualExpected(sshkey *admin.UserSshPublicKey, expected map[string]string) error
- func UserCompActualExpected(user *admin.User, expected map[string]string) error
- func WebsiteCompActualExpected(website *admin.UserWebsite, expected map[string]string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AboutCompActualExpected ¶
AboutCompActualExpected compares actual test results in admin.UserAbout object with expected results
func AddressCompActualExpected ¶
func AddressCompActualExpected(address *admin.UserAddress, expected map[string]string) error
AddressCompActualExpected compares actual test results in admin.UserAddress object with expected results
func DummyDirectoryService ¶
DummyDirectoryService function creates and returns dummy Admin Service object
func EmailCompActualExpected ¶
EmailCompActualExpected compares actual test results in admin.UserEmail object with expected results
func ExtIDCompActualExpected ¶
func ExtIDCompActualExpected(extID *admin.UserExternalId, expected map[string]string) error
ExtIDCompActualExpected compares actual test results in admin.UserExternalId object with expected results
func GenderCompActualExpected ¶
func GenderCompActualExpected(gender *admin.UserGender, expected map[string]string) error
GenderCompActualExpected compares actual test results in admin.UserGender object with expected results
func ImCompActualExpected ¶
ImCompActualExpected compares actual test results in admin.UserIm object with expected results
func KeywordCompActualExpected ¶
func KeywordCompActualExpected(keyword *admin.UserKeyword, expected map[string]string) error
KeywordCompActualExpected compares actual test results in admin.UserKeyword object with expected results
func LanguageCompActualExpected ¶
func LanguageCompActualExpected(lang *admin.UserLanguage, expected map[string]string) error
LanguageCompActualExpected compares actual test results in admin.UserLanguage object with expected results
func LocationCompActualExpected ¶
func LocationCompActualExpected(loc *admin.UserLocation, expected map[string]string) error
LocationCompActualExpected compares actual test results in admin.UserLocation object with expected results
func OrgCompActualExpected ¶
func OrgCompActualExpected(org *admin.UserOrganization, expected map[string]string) error
OrgCompActualExpected compares actual test results in admin.UserOrganization object with expected results
func PhoneCompActualExpected ¶
PhoneCompActualExpected compares actual test results in admin.UserPhone object with expected results
func PosixCompActualExpected ¶
func PosixCompActualExpected(posix *admin.UserPosixAccount, expected map[string]string) error
PosixCompActualExpected compares actual test results in admin.UserPosixAccount object with expected results
func RelationCompActualExpected ¶
func RelationCompActualExpected(relation *admin.UserRelation, expected map[string]string) error
RelationCompActualExpected compares actual test results in admin.UserRelation object with expected results
func SSHKeyCompActualExpected ¶
func SSHKeyCompActualExpected(sshkey *admin.UserSshPublicKey, expected map[string]string) error
SSHKeyCompActualExpected compares actual test results in admin.UserSshPublicKey object with expected results
func UserCompActualExpected ¶
UserCompActualExpected compares actual test results in admin.User object with expected results
func WebsiteCompActualExpected ¶
func WebsiteCompActualExpected(website *admin.UserWebsite, expected map[string]string) error
WebsiteCompActualExpected compares actual test results in admin.UserWebsite object with expected results
Types ¶
This section is empty.