activesambaldap 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +21 -0
- data/NEWS.en +1 -1
- data/NEWS.ja +1 -1
- data/README.en +12 -8
- data/README.ja +6 -3
- data/Rakefile +27 -121
- data/lib/active_samba_ldap.rb +1 -1
- data/lib/active_samba_ldap/get_text_support.rb +1 -1
- data/lib/active_samba_ldap/version.rb +1 -1
- data/license/lgpl-2.1.txt +165 -0
- data/po/ja/active-samba-ldap.po +2 -2
- data/test/run-test.rb +3 -3
- metadata +145 -277
- data/bin/asl-groupadd.help +0 -16
- data/bin/asl-groupdel.help +0 -13
- data/bin/asl-groupmod.help +0 -19
- data/bin/asl-groupshow.help +0 -11
- data/bin/asl-passwd.help +0 -15
- data/bin/asl-populate.help +0 -28
- data/bin/asl-purge.help +0 -11
- data/bin/asl-samba-computeradd.help +0 -13
- data/bin/asl-samba-groupadd.help +0 -11
- data/bin/asl-samba-groupdel.help +0 -11
- data/bin/asl-samba-groupmod.help +0 -15
- data/bin/asl-samba-useradd.help +0 -13
- data/bin/asl-samba-userdel.help +0 -11
- data/bin/asl-samba-usermod.help +0 -15
- data/bin/asl-useradd.help +0 -49
- data/bin/asl-userdel.help +0 -18
- data/bin/asl-usermod.help +0 -47
- data/bin/asl-usershow.help +0 -11
- data/data/locale/ja/LC_MESSAGES/active-samba-ldap.mo +0 -0
- data/example/asl-admin/README +0 -243
- data/example/asl-admin/Rakefile +0 -10
- data/example/asl-admin/app/controllers/application_controller.rb +0 -10
- data/example/asl-admin/app/controllers/samba_controller.rb +0 -12
- data/example/asl-admin/app/helpers/application_helper.rb +0 -3
- data/example/asl-admin/app/helpers/samba_helper.rb +0 -2
- data/example/asl-admin/app/models/computer.rb +0 -3
- data/example/asl-admin/app/models/dc.rb +0 -3
- data/example/asl-admin/app/models/group.rb +0 -3
- data/example/asl-admin/app/models/idmap.rb +0 -3
- data/example/asl-admin/app/models/ou.rb +0 -3
- data/example/asl-admin/app/models/unix_id_pool.rb +0 -3
- data/example/asl-admin/app/models/user.rb +0 -3
- data/example/asl-admin/app/views/samba/index.html.erb +0 -17
- data/example/asl-admin/app/views/samba/populate.html.erb +0 -15
- data/example/asl-admin/app/views/samba/purge.html.erb +0 -10
- data/example/asl-admin/config/boot.rb +0 -110
- data/example/asl-admin/config/database.yml +0 -22
- data/example/asl-admin/config/environment.rb +0 -48
- data/example/asl-admin/config/environments/development.rb +0 -17
- data/example/asl-admin/config/environments/production.rb +0 -28
- data/example/asl-admin/config/environments/test.rb +0 -28
- data/example/asl-admin/config/initializers/backtrace_silencers.rb +0 -7
- data/example/asl-admin/config/initializers/inflections.rb +0 -10
- data/example/asl-admin/config/initializers/mime_types.rb +0 -5
- data/example/asl-admin/config/initializers/new_rails_defaults.rb +0 -19
- data/example/asl-admin/config/initializers/session_store.rb +0 -15
- data/example/asl-admin/config/ldap.yml.sample +0 -24
- data/example/asl-admin/config/locales/en.yml +0 -5
- data/example/asl-admin/config/routes.rb +0 -43
- data/example/asl-admin/log/test.log +0 -5
- data/example/asl-admin/public/404.html +0 -30
- data/example/asl-admin/public/422.html +0 -30
- data/example/asl-admin/public/500.html +0 -30
- data/example/asl-admin/public/favicon.ico +0 -0
- data/example/asl-admin/public/images/rails.png +0 -0
- data/example/asl-admin/public/index.html +0 -275
- data/example/asl-admin/public/javascripts/application.js +0 -2
- data/example/asl-admin/public/javascripts/controls.js +0 -963
- data/example/asl-admin/public/javascripts/dragdrop.js +0 -973
- data/example/asl-admin/public/javascripts/effects.js +0 -1128
- data/example/asl-admin/public/javascripts/prototype.js +0 -4320
- data/example/asl-admin/public/robots.txt +0 -5
- data/example/asl-admin/script/about +0 -4
- data/example/asl-admin/script/console +0 -3
- data/example/asl-admin/script/dbconsole +0 -3
- data/example/asl-admin/script/destroy +0 -3
- data/example/asl-admin/script/generate +0 -3
- data/example/asl-admin/script/performance/benchmarker +0 -3
- data/example/asl-admin/script/performance/profiler +0 -3
- data/example/asl-admin/script/plugin +0 -3
- data/example/asl-admin/script/runner +0 -3
- data/example/asl-admin/script/server +0 -3
- data/example/asl-admin/test/performance/browsing_test.rb +0 -9
- data/example/asl-admin/test/test_helper.rb +0 -38
- data/po/active-samba-ldap.pot +0 -463
- data/rails_generators/scaffold_active_samba_ldap/scaffold_active_samba_ldap_generator.rb +0 -28
- data/rails_generators/scaffold_active_samba_ldap/templates/computer.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/dc.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/group.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/idmap.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/ldap.yml +0 -24
- data/rails_generators/scaffold_active_samba_ldap/templates/ou.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/samba_controller.rb +0 -12
- data/rails_generators/scaffold_active_samba_ldap/templates/samba_helper.rb +0 -2
- data/rails_generators/scaffold_active_samba_ldap/templates/samba_index.html.erb +0 -17
- data/rails_generators/scaffold_active_samba_ldap/templates/samba_populate.html.erb +0 -15
- data/rails_generators/scaffold_active_samba_ldap/templates/samba_purge.html.erb +0 -10
- data/rails_generators/scaffold_active_samba_ldap/templates/unix_id_pool.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/user.rb +0 -3
- data/setup.rb +0 -1585
- data/test-unit/History.txt +0 -107
- data/test-unit/README.txt +0 -52
- data/test-unit/Rakefile +0 -40
- data/test-unit/TODO +0 -5
- data/test-unit/bin/testrb +0 -5
- data/test-unit/lib/test/unit.rb +0 -342
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -14
- data/test-unit/lib/test/unit/assertions.rb +0 -1149
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -344
- data/test-unit/lib/test/unit/collector.rb +0 -43
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -137
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/color-scheme.rb +0 -90
- data/test-unit/lib/test/unit/color.rb +0 -96
- data/test-unit/lib/test/unit/diff.rb +0 -538
- data/test-unit/lib/test/unit/error.rb +0 -126
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -110
- data/test-unit/lib/test/unit/fixture.rb +0 -176
- data/test-unit/lib/test/unit/notification.rb +0 -125
- data/test-unit/lib/test/unit/omission.rb +0 -143
- data/test-unit/lib/test/unit/pending.rb +0 -146
- data/test-unit/lib/test/unit/priority.rb +0 -181
- data/test-unit/lib/test/unit/runner/console.rb +0 -52
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/runner/tap.rb +0 -8
- data/test-unit/lib/test/unit/testcase.rb +0 -425
- data/test-unit/lib/test/unit/testresult.rb +0 -89
- data/test-unit/lib/test/unit/testsuite.rb +0 -110
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -278
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -49
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -92
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -20
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -41
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/tc_adder.rb +0 -18
- data/test-unit/sample/tc_subtracter.rb +0 -18
- data/test-unit/sample/test_user.rb +0 -22
- data/test-unit/sample/ts_examples.rb +0 -7
- data/test-unit/test/collector/test-descendant.rb +0 -135
- data/test-unit/test/collector/test-load.rb +0 -329
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_objectspace.rb +0 -98
- data/test-unit/test/run-test.rb +0 -13
- data/test-unit/test/test-attribute.rb +0 -86
- data/test-unit/test/test-color-scheme.rb +0 -60
- data/test-unit/test/test-color.rb +0 -47
- data/test-unit/test/test-diff.rb +0 -477
- data/test-unit/test/test-emacs-runner.rb +0 -60
- data/test-unit/test/test-fixture.rb +0 -287
- data/test-unit/test/test-notification.rb +0 -33
- data/test-unit/test/test-omission.rb +0 -81
- data/test-unit/test/test-pending.rb +0 -70
- data/test-unit/test/test-priority.rb +0 -119
- data/test-unit/test/test-testcase.rb +0 -507
- data/test-unit/test/test_assertions.rb +0 -1082
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -129
- data/test-unit/test/testunit-test-util.rb +0 -14
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test-method-owner-finder.rb +0 -38
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
@@ -1,126 +0,0 @@
|
|
1
|
-
#--
|
2
|
-
#
|
3
|
-
# Author:: Nathaniel Talbott.
|
4
|
-
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
|
5
|
-
# License:: Ruby license.
|
6
|
-
|
7
|
-
require 'test/unit/util/backtracefilter'
|
8
|
-
|
9
|
-
module Test
|
10
|
-
module Unit
|
11
|
-
|
12
|
-
# Encapsulates an error in a test. Created by
|
13
|
-
# Test::Unit::TestCase when it rescues an exception thrown
|
14
|
-
# during the processing of a test.
|
15
|
-
class Error
|
16
|
-
include Util::BacktraceFilter
|
17
|
-
|
18
|
-
attr_reader(:test_name, :exception)
|
19
|
-
|
20
|
-
SINGLE_CHARACTER = 'E'
|
21
|
-
LABEL = "Error"
|
22
|
-
|
23
|
-
# Creates a new Error with the given test_name and
|
24
|
-
# exception.
|
25
|
-
def initialize(test_name, exception)
|
26
|
-
@test_name = test_name
|
27
|
-
@exception = exception
|
28
|
-
end
|
29
|
-
|
30
|
-
# Returns a single character representation of an error.
|
31
|
-
def single_character_display
|
32
|
-
SINGLE_CHARACTER
|
33
|
-
end
|
34
|
-
|
35
|
-
def label
|
36
|
-
LABEL
|
37
|
-
end
|
38
|
-
|
39
|
-
# Returns the message associated with the error.
|
40
|
-
def message
|
41
|
-
"#{@exception.class.name}: #{@exception.message}"
|
42
|
-
end
|
43
|
-
|
44
|
-
# Returns a brief version of the error description.
|
45
|
-
def short_display
|
46
|
-
"#@test_name: #{message.split("\n")[0]}"
|
47
|
-
end
|
48
|
-
|
49
|
-
# Returns a verbose version of the error description.
|
50
|
-
def long_display
|
51
|
-
backtrace_display = backtrace.join("\n ")
|
52
|
-
"#{label}:\n#@test_name:\n#{message}\n #{backtrace_display}"
|
53
|
-
end
|
54
|
-
|
55
|
-
def backtrace
|
56
|
-
filter_backtrace(@exception.backtrace)
|
57
|
-
end
|
58
|
-
|
59
|
-
# Overridden to return long_display.
|
60
|
-
def to_s
|
61
|
-
long_display
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
module ErrorHandler
|
66
|
-
class << self
|
67
|
-
def included(base)
|
68
|
-
base.exception_handler(:handle_all_exception)
|
69
|
-
end
|
70
|
-
end
|
71
|
-
|
72
|
-
NOT_PASS_THROUGH_EXCEPTIONS = []
|
73
|
-
PASS_THROUGH_EXCEPTIONS = [NoMemoryError, SignalException, Interrupt,
|
74
|
-
SystemExit]
|
75
|
-
private
|
76
|
-
def handle_all_exception(exception)
|
77
|
-
case exception
|
78
|
-
when *NOT_PASS_THROUGH_EXCEPTIONS
|
79
|
-
when *PASS_THROUGH_EXCEPTIONS
|
80
|
-
return false
|
81
|
-
end
|
82
|
-
|
83
|
-
problem_occurred
|
84
|
-
add_error(exception)
|
85
|
-
true
|
86
|
-
end
|
87
|
-
|
88
|
-
def add_error(exception)
|
89
|
-
current_result.add_error(Error.new(name, exception))
|
90
|
-
end
|
91
|
-
end
|
92
|
-
|
93
|
-
module TestResultErrorSupport
|
94
|
-
attr_reader :errors
|
95
|
-
|
96
|
-
# Records a Test::Unit::Error.
|
97
|
-
def add_error(error)
|
98
|
-
@errors << error
|
99
|
-
notify_fault(error)
|
100
|
-
notify_changed
|
101
|
-
end
|
102
|
-
|
103
|
-
# Returns the number of errors this TestResult has
|
104
|
-
# recorded.
|
105
|
-
def error_count
|
106
|
-
@errors.size
|
107
|
-
end
|
108
|
-
|
109
|
-
def error_occurred?
|
110
|
-
not @errors.empty?
|
111
|
-
end
|
112
|
-
|
113
|
-
private
|
114
|
-
def initialize_containers
|
115
|
-
super
|
116
|
-
@errors = []
|
117
|
-
@summary_generators << :error_summary
|
118
|
-
@problem_checkers << :error_occurred?
|
119
|
-
end
|
120
|
-
|
121
|
-
def error_summary
|
122
|
-
"#{error_count} errors"
|
123
|
-
end
|
124
|
-
end
|
125
|
-
end
|
126
|
-
end
|
@@ -1,39 +0,0 @@
|
|
1
|
-
module Test
|
2
|
-
module Unit
|
3
|
-
module ExceptionHandler
|
4
|
-
@@exception_handlers = []
|
5
|
-
class << self
|
6
|
-
def exception_handlers
|
7
|
-
@@exception_handlers
|
8
|
-
end
|
9
|
-
|
10
|
-
def included(base)
|
11
|
-
base.extend(ClassMethods)
|
12
|
-
|
13
|
-
observer = Proc.new do |test_case, _, _, value, method_name|
|
14
|
-
if value
|
15
|
-
@@exception_handlers.unshift(method_name)
|
16
|
-
else
|
17
|
-
@@exception_handlers -= [method_name]
|
18
|
-
end
|
19
|
-
end
|
20
|
-
base.register_attribute_observer(:exception_handler, &observer)
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
module ClassMethods
|
25
|
-
def exception_handlers
|
26
|
-
ExceptionHandler.exception_handlers
|
27
|
-
end
|
28
|
-
|
29
|
-
def exception_handler(*method_names)
|
30
|
-
attribute(:exception_handler, true, *method_names)
|
31
|
-
end
|
32
|
-
|
33
|
-
def unregister_exception_handler(*method_names)
|
34
|
-
attribute(:exception_handler, false, *method_names)
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
39
|
-
end
|
@@ -1,110 +0,0 @@
|
|
1
|
-
#--
|
2
|
-
#
|
3
|
-
# Author:: Nathaniel Talbott.
|
4
|
-
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
|
5
|
-
# License:: Ruby license.
|
6
|
-
|
7
|
-
module Test
|
8
|
-
module Unit
|
9
|
-
|
10
|
-
# Encapsulates a test failure. Created by Test::Unit::TestCase
|
11
|
-
# when an assertion fails.
|
12
|
-
class Failure
|
13
|
-
attr_reader :test_name, :location, :message
|
14
|
-
|
15
|
-
SINGLE_CHARACTER = 'F'
|
16
|
-
LABEL = "Failure"
|
17
|
-
|
18
|
-
# Creates a new Failure with the given location and
|
19
|
-
# message.
|
20
|
-
def initialize(test_name, location, message)
|
21
|
-
@test_name = test_name
|
22
|
-
@location = location
|
23
|
-
@message = message
|
24
|
-
end
|
25
|
-
|
26
|
-
# Returns a single character representation of a failure.
|
27
|
-
def single_character_display
|
28
|
-
SINGLE_CHARACTER
|
29
|
-
end
|
30
|
-
|
31
|
-
def label
|
32
|
-
LABEL
|
33
|
-
end
|
34
|
-
|
35
|
-
# Returns a brief version of the error description.
|
36
|
-
def short_display
|
37
|
-
"#@test_name: #{@message.split("\n")[0]}"
|
38
|
-
end
|
39
|
-
|
40
|
-
# Returns a verbose version of the error description.
|
41
|
-
def long_display
|
42
|
-
if location.size == 1
|
43
|
-
location_display = location[0].sub(/\A(.+:\d+).*/, ' [\\1]')
|
44
|
-
else
|
45
|
-
location_display = "\n [#{location.join("\n ")}]"
|
46
|
-
end
|
47
|
-
"#{label}:\n#@test_name#{location_display}:\n#@message"
|
48
|
-
end
|
49
|
-
|
50
|
-
# Overridden to return long_display.
|
51
|
-
def to_s
|
52
|
-
long_display
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
module FailureHandler
|
57
|
-
class << self
|
58
|
-
def included(base)
|
59
|
-
base.exception_handler(:handle_assertion_failed_error)
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
private
|
64
|
-
def handle_assertion_failed_error(exception)
|
65
|
-
return false unless exception.is_a?(AssertionFailedError)
|
66
|
-
problem_occurred
|
67
|
-
add_failure(exception.message, exception.backtrace)
|
68
|
-
true
|
69
|
-
end
|
70
|
-
|
71
|
-
def add_failure(message, backtrace)
|
72
|
-
failure = Failure.new(name, filter_backtrace(backtrace), message)
|
73
|
-
current_result.add_failure(failure)
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
|
-
module TestResultFailureSupport
|
78
|
-
attr_reader :failures
|
79
|
-
|
80
|
-
# Records a Test::Unit::Failure.
|
81
|
-
def add_failure(failure)
|
82
|
-
@failures << failure
|
83
|
-
notify_fault(failure)
|
84
|
-
notify_changed
|
85
|
-
end
|
86
|
-
|
87
|
-
# Returns the number of failures this TestResult has
|
88
|
-
# recorded.
|
89
|
-
def failure_count
|
90
|
-
@failures.size
|
91
|
-
end
|
92
|
-
|
93
|
-
def failure_occurred?
|
94
|
-
not @failures.empty?
|
95
|
-
end
|
96
|
-
|
97
|
-
private
|
98
|
-
def initialize_containers
|
99
|
-
super
|
100
|
-
@failures = []
|
101
|
-
@summary_generators << :failure_summary
|
102
|
-
@problem_checkers << :failure_occurred?
|
103
|
-
end
|
104
|
-
|
105
|
-
def failure_summary
|
106
|
-
"#{failure_count} failures"
|
107
|
-
end
|
108
|
-
end
|
109
|
-
end
|
110
|
-
end
|
@@ -1,176 +0,0 @@
|
|
1
|
-
module Test
|
2
|
-
module Unit
|
3
|
-
module Fixture
|
4
|
-
class << self
|
5
|
-
def included(base)
|
6
|
-
base.extend(ClassMethods)
|
7
|
-
|
8
|
-
[:setup, :teardown].each do |fixture|
|
9
|
-
observer = Proc.new do |test_case, _, _, value, method_name|
|
10
|
-
if value.nil?
|
11
|
-
test_case.send("unregister_#{fixture}_method", method_name)
|
12
|
-
else
|
13
|
-
test_case.send("register_#{fixture}_method", method_name,
|
14
|
-
value)
|
15
|
-
end
|
16
|
-
end
|
17
|
-
base.register_attribute_observer(fixture, &observer)
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
module ClassMethods
|
23
|
-
def setup(*method_names)
|
24
|
-
register_fixture(:setup, *method_names)
|
25
|
-
end
|
26
|
-
|
27
|
-
def unregister_setup(*method_names)
|
28
|
-
unregister_fixture(:setup, *method_names)
|
29
|
-
end
|
30
|
-
|
31
|
-
def teardown(*method_names)
|
32
|
-
register_fixture(:teardown, *method_names)
|
33
|
-
end
|
34
|
-
|
35
|
-
def unregister_teardown(*method_names)
|
36
|
-
unregister_fixture(:teardown, *method_names)
|
37
|
-
end
|
38
|
-
|
39
|
-
def register_setup_method(method_name, options)
|
40
|
-
register_fixture_method(:setup, method_name, options, :after, :append)
|
41
|
-
end
|
42
|
-
|
43
|
-
def unregister_setup_method(method_name)
|
44
|
-
unregister_fixture_method(:setup, method_name)
|
45
|
-
end
|
46
|
-
|
47
|
-
def register_teardown_method(method_name, options)
|
48
|
-
register_fixture_method(:teardown, method_name, options,
|
49
|
-
:before, :prepend)
|
50
|
-
end
|
51
|
-
|
52
|
-
def unregister_teardown_method(method_name)
|
53
|
-
unregister_fixture_method(:teardown, method_name)
|
54
|
-
end
|
55
|
-
|
56
|
-
def before_setup_methods
|
57
|
-
collect_fixture_methods(:setup, :before)
|
58
|
-
end
|
59
|
-
|
60
|
-
def after_setup_methods
|
61
|
-
collect_fixture_methods(:setup, :after)
|
62
|
-
end
|
63
|
-
|
64
|
-
def before_teardown_methods
|
65
|
-
collect_fixture_methods(:teardown, :before)
|
66
|
-
end
|
67
|
-
|
68
|
-
def after_teardown_methods
|
69
|
-
collect_fixture_methods(:teardown, :after)
|
70
|
-
end
|
71
|
-
|
72
|
-
private
|
73
|
-
def register_fixture(fixture, *method_names)
|
74
|
-
options = {}
|
75
|
-
options = method_names.pop if method_names.last.is_a?(Hash)
|
76
|
-
attribute(fixture, options, *method_names)
|
77
|
-
end
|
78
|
-
|
79
|
-
def unregister_fixture(fixture, *method_names)
|
80
|
-
attribute(fixture, nil, *method_names)
|
81
|
-
end
|
82
|
-
|
83
|
-
def valid_register_fixture_options?(options)
|
84
|
-
return true if options.empty?
|
85
|
-
return false if options.size > 1
|
86
|
-
|
87
|
-
key = options.keys.first
|
88
|
-
[:before, :after].include?(key) and
|
89
|
-
[:prepend, :append].include?(options[key])
|
90
|
-
end
|
91
|
-
|
92
|
-
def add_fixture_method_name(how, variable_name, method_name)
|
93
|
-
methods = instance_eval("#{variable_name} ||= []")
|
94
|
-
|
95
|
-
if how == :prepend
|
96
|
-
methods = [method_name] | methods
|
97
|
-
else
|
98
|
-
methods = methods | [method_name]
|
99
|
-
end
|
100
|
-
instance_variable_set(variable_name, methods)
|
101
|
-
end
|
102
|
-
|
103
|
-
def registered_methods_variable_name(fixture, order)
|
104
|
-
"@#{order}_#{fixture}_methods"
|
105
|
-
end
|
106
|
-
|
107
|
-
def unregistered_methods_variable_name(fixture)
|
108
|
-
"@unregistered_#{fixture}_methods"
|
109
|
-
end
|
110
|
-
|
111
|
-
def register_fixture_method(fixture, method_name, options,
|
112
|
-
default_order, default_how)
|
113
|
-
unless valid_register_fixture_options?(options)
|
114
|
-
message = "must be {:before => :prepend}, " +
|
115
|
-
"{:before => :append}, {:after => :prepend} or " +
|
116
|
-
"{:after => :append}: #{options.inspect}"
|
117
|
-
raise ArgumentError, message
|
118
|
-
end
|
119
|
-
|
120
|
-
if options.empty?
|
121
|
-
order, how = default_order, default_how
|
122
|
-
else
|
123
|
-
order, how = options.to_a.first
|
124
|
-
end
|
125
|
-
variable_name = registered_methods_variable_name(fixture, order)
|
126
|
-
add_fixture_method_name(how, variable_name, method_name)
|
127
|
-
end
|
128
|
-
|
129
|
-
def unregister_fixture_method(fixture, method_name)
|
130
|
-
variable_name = unregistered_methods_variable_name(fixture)
|
131
|
-
add_fixture_method_name(:append, variable_name, method_name)
|
132
|
-
end
|
133
|
-
|
134
|
-
def collect_fixture_methods(fixture, order)
|
135
|
-
methods_variable = registered_methods_variable_name(fixture, order)
|
136
|
-
unregistered_methods_variable =
|
137
|
-
unregistered_methods_variable_name(fixture)
|
138
|
-
|
139
|
-
base_index = ancestors.index(Fixture)
|
140
|
-
interested_ancestors = ancestors[0, base_index].reverse
|
141
|
-
interested_ancestors.inject([]) do |result, ancestor|
|
142
|
-
if ancestor.is_a?(Class)
|
143
|
-
ancestor.class_eval do
|
144
|
-
methods = instance_eval("#{methods_variable} ||= []")
|
145
|
-
unregistered_methods =
|
146
|
-
instance_eval("#{unregistered_methods_variable} ||= []")
|
147
|
-
(result | methods) - unregistered_methods
|
148
|
-
end
|
149
|
-
else
|
150
|
-
result
|
151
|
-
end
|
152
|
-
end
|
153
|
-
end
|
154
|
-
end
|
155
|
-
|
156
|
-
private
|
157
|
-
def run_fixture(fixture)
|
158
|
-
[
|
159
|
-
self.class.send("before_#{fixture}_methods"),
|
160
|
-
fixture,
|
161
|
-
self.class.send("after_#{fixture}_methods")
|
162
|
-
].flatten.each do |method_name|
|
163
|
-
send(method_name) if respond_to?(method_name, true)
|
164
|
-
end
|
165
|
-
end
|
166
|
-
|
167
|
-
def run_setup
|
168
|
-
run_fixture(:setup)
|
169
|
-
end
|
170
|
-
|
171
|
-
def run_teardown
|
172
|
-
run_fixture(:teardown)
|
173
|
-
end
|
174
|
-
end
|
175
|
-
end
|
176
|
-
end
|