class Soar::Registry::Identity::Test::Orchestrator

Public Class Methods

new(provider) click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 7
def initialize(provider)
  @provider = provider
end

Public Instance Methods

get_identity_attributes() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 47
def get_identity_attributes
  @provider.get_identity_attributes
end
get_role_attributes() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 43
def get_role_attributes
  @provider.get_role_attributes
end
get_roles() click to toggle source

whens ######

# File lib/soar/registry/identity/test/orchestrator.rb, line 39
def get_roles
  @provider.get_roles
end
given_identity() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 25
def given_identity
  @provider.given_identity
end
given_identity_directory() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 17
def given_identity_directory
  @provider.given_identity_directory
end
given_identity_registry() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 29
def given_identity_registry
  @provider.given_identity_registry
end
given_role_with_attributes() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 33
def given_role_with_attributes
  @provider.given_role_with_attributes
end
given_roles() click to toggle source

givens ######

# File lib/soar/registry/identity/test/orchestrator.rb, line 13
def given_roles
  @provider.given_roles
end
given_roles_directory() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 21
def given_roles_directory
  @provider.given_roles_directory
end
identity_attributes?() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 57
def identity_attributes?
  @provider.identity_attributes?
end
identity_error?() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 73
def identity_error?
  @provider.identity_error?
end
nil?() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 77
def nil?
  @provider.nil?
end
no_roles?() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 69
def no_roles?
  @provider.no_roles?
end
role_with_attributes?() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 61
def role_with_attributes?
  @provider.role_with_attributes?
end
role_with_empty_attributes?() click to toggle source

thens ######

# File lib/soar/registry/identity/test/orchestrator.rb, line 53
def role_with_empty_attributes?
  @provider.role_with_empty_attributes?
end
roles?() click to toggle source
# File lib/soar/registry/identity/test/orchestrator.rb, line 65
def roles?
  @provider.roles?
end