ipt 1.0.1 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.github/workflows/test.yml +41 -0
- data/.gitignore +0 -1
- data/Gemfile.lock +318 -0
- data/README.md +1 -1
- data/bin/tapioca +29 -0
- data/ipt.gemspec +15 -8
- data/lib/pt.rb +8 -9
- data/lib/pt/action.rb +42 -24
- data/lib/pt/cli.rb +1 -1
- data/lib/pt/client.rb +2 -3
- data/lib/pt/configuration.rb +1 -1
- data/lib/pt/data_row.rb +1 -0
- data/lib/pt/data_table.rb +1 -2
- data/lib/pt/io.rb +16 -7
- data/lib/pt/version.rb +2 -1
- data/sorbet/config +3 -0
- data/sorbet/rbi/gems/activesupport.rbi +671 -0
- data/sorbet/rbi/gems/activesupport@6.1.3.2.rbi +63 -0
- data/sorbet/rbi/gems/addressable.rbi +147 -0
- data/sorbet/rbi/gems/addressable@2.7.0.rbi +8 -0
- data/sorbet/rbi/gems/anyway_config.rbi +197 -0
- data/sorbet/rbi/gems/anyway_config@2.1.0.rbi +8 -0
- data/sorbet/rbi/gems/aruba.rbi +917 -0
- data/sorbet/rbi/gems/aruba@0.14.14.rbi +1342 -0
- data/sorbet/rbi/gems/ast.rbi +49 -0
- data/sorbet/rbi/gems/ast@2.4.2.rbi +54 -0
- data/sorbet/rbi/gems/axiom-types@0.1.1.rbi +8 -0
- data/sorbet/rbi/gems/builder@3.2.4.rbi +15 -0
- data/sorbet/rbi/gems/childprocess.rbi +107 -0
- data/sorbet/rbi/gems/childprocess@3.0.0.rbi +135 -0
- data/sorbet/rbi/gems/coderay.rbi +285 -0
- data/sorbet/rbi/gems/coderay@1.1.3.rbi +1005 -0
- data/sorbet/rbi/gems/coercible@1.0.0.rbi +8 -0
- data/sorbet/rbi/gems/colorize.rbi +82 -0
- data/sorbet/rbi/gems/colorize@0.8.1.rbi +39 -0
- data/sorbet/rbi/gems/commander@4.6.0.rbi +8 -0
- data/sorbet/rbi/gems/concurrent-ruby.rbi +1590 -0
- data/sorbet/rbi/gems/concurrent-ruby@1.1.8.rbi +8 -0
- data/sorbet/rbi/gems/config.rbi +124 -0
- data/sorbet/rbi/gems/config@3.1.0.rbi +8 -0
- data/sorbet/rbi/gems/contracts.rbi +391 -0
- data/sorbet/rbi/gems/contracts@0.16.1.rbi +592 -0
- data/sorbet/rbi/gems/cucumber-core.rbi +628 -0
- data/sorbet/rbi/gems/cucumber-core@9.0.0.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-create-meta.rbi +27 -0
- data/sorbet/rbi/gems/cucumber-create-meta@4.0.0.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-cucumber-expressions.rbi +216 -0
- data/sorbet/rbi/gems/cucumber-cucumber-expressions@12.1.1.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-gherkin.rbi +289 -0
- data/sorbet/rbi/gems/cucumber-gherkin@18.1.1.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-html-formatter@13.0.0.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-messages.rbi +872 -0
- data/sorbet/rbi/gems/cucumber-messages@15.0.0.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-tag-expressions.rbi +53 -0
- data/sorbet/rbi/gems/cucumber-tag-expressions@3.0.1.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-wire.rbi +161 -0
- data/sorbet/rbi/gems/cucumber-wire@5.0.0.rbi +8 -0
- data/sorbet/rbi/gems/cucumber.rbi +1876 -0
- data/sorbet/rbi/gems/cucumber@6.0.0.rbi +8 -0
- data/sorbet/rbi/gems/declarative.rbi +75 -0
- data/sorbet/rbi/gems/declarative@0.0.20.rbi +8 -0
- data/sorbet/rbi/gems/deep_merge.rbi +26 -0
- data/sorbet/rbi/gems/deep_merge@1.2.1.rbi +8 -0
- data/sorbet/rbi/gems/descendants_tracker@0.0.4.rbi +8 -0
- data/sorbet/rbi/gems/diff-lcs@1.4.4.rbi +8 -0
- data/sorbet/rbi/gems/dry-configurable@0.12.1.rbi +8 -0
- data/sorbet/rbi/gems/dry-container@0.7.2.rbi +8 -0
- data/sorbet/rbi/gems/dry-core@0.5.0.rbi +8 -0
- data/sorbet/rbi/gems/dry-equalizer@0.3.0.rbi +8 -0
- data/sorbet/rbi/gems/dry-inflector@0.2.0.rbi +8 -0
- data/sorbet/rbi/gems/dry-initializer@3.0.4.rbi +8 -0
- data/sorbet/rbi/gems/dry-logic@1.2.0.rbi +8 -0
- data/sorbet/rbi/gems/dry-schema@1.6.2.rbi +8 -0
- data/sorbet/rbi/gems/dry-types@1.5.1.rbi +8 -0
- data/sorbet/rbi/gems/dry-validation@1.6.0.rbi +8 -0
- data/sorbet/rbi/gems/equalizer.rbi +23 -0
- data/sorbet/rbi/gems/equalizer@0.0.11.rbi +8 -0
- data/sorbet/rbi/gems/equatable.rbi +26 -0
- data/sorbet/rbi/gems/equatable@0.5.0.rbi +8 -0
- data/sorbet/rbi/gems/excon.rbi +378 -0
- data/sorbet/rbi/gems/excon@0.81.0.rbi +8 -0
- data/sorbet/rbi/gems/faraday-excon.rbi +28 -0
- data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +8 -0
- data/sorbet/rbi/gems/faraday-net_http.rbi +32 -0
- data/sorbet/rbi/gems/faraday-net_http@1.0.1.rbi +8 -0
- data/sorbet/rbi/gems/faraday-net_http_persistent.rbi +24 -0
- data/sorbet/rbi/gems/faraday-net_http_persistent@1.1.0.rbi +8 -0
- data/sorbet/rbi/gems/faraday.rbi +606 -0
- data/sorbet/rbi/gems/faraday@1.4.1.rbi +8 -0
- data/sorbet/rbi/gems/faraday_middleware.rbi +19 -0
- data/sorbet/rbi/gems/faraday_middleware@1.0.0.rbi +8 -0
- data/sorbet/rbi/gems/ffi.rbi +560 -0
- data/sorbet/rbi/gems/ffi@1.15.0.rbi +849 -0
- data/sorbet/rbi/gems/formatador.rbi +52 -0
- data/sorbet/rbi/gems/formatador@0.2.5.rbi +8 -0
- data/sorbet/rbi/gems/guard-compat@1.2.1.rbi +49 -0
- data/sorbet/rbi/gems/guard-rspec@4.7.3.rbi +233 -0
- data/sorbet/rbi/gems/guard.rbi +397 -0
- data/sorbet/rbi/gems/guard@2.16.2.rbi +615 -0
- data/sorbet/rbi/gems/highline.rbi +567 -0
- data/sorbet/rbi/gems/highline@2.0.3.rbi +8 -0
- data/sorbet/rbi/gems/i18n.rbi +133 -0
- data/sorbet/rbi/gems/i18n@1.8.10.rbi +8 -0
- data/sorbet/rbi/gems/ice_nine@0.11.2.rbi +8 -0
- data/sorbet/rbi/gems/listen.rbi +301 -0
- data/sorbet/rbi/gems/listen@3.5.1.rbi +476 -0
- data/sorbet/rbi/gems/lumberjack.rbi +299 -0
- data/sorbet/rbi/gems/lumberjack@1.2.8.rbi +431 -0
- data/sorbet/rbi/gems/method_source.rbi +64 -0
- data/sorbet/rbi/gems/method_source@1.0.0.rbi +72 -0
- data/sorbet/rbi/gems/middleware.rbi +32 -0
- data/sorbet/rbi/gems/middleware@0.1.0.rbi +8 -0
- data/sorbet/rbi/gems/mime-types-data.rbi +17 -0
- data/sorbet/rbi/gems/mime-types-data@3.2021.0225.rbi +8 -0
- data/sorbet/rbi/gems/mime-types.rbi +218 -0
- data/sorbet/rbi/gems/mime-types@3.3.1.rbi +8 -0
- data/sorbet/rbi/gems/mini_mime.rbi +52 -0
- data/sorbet/rbi/gems/mini_mime@1.1.0.rbi +8 -0
- data/sorbet/rbi/gems/minitest@5.14.4.rbi +8 -0
- data/sorbet/rbi/gems/multi_json.rbi +62 -0
- data/sorbet/rbi/gems/multi_json@1.15.0.rbi +8 -0
- data/sorbet/rbi/gems/multi_test.rbi +28 -0
- data/sorbet/rbi/gems/multi_test@0.1.2.rbi +8 -0
- data/sorbet/rbi/gems/multipart-post.rbi +53 -0
- data/sorbet/rbi/gems/multipart-post@2.1.1.rbi +8 -0
- data/sorbet/rbi/gems/necromancer.rbi +135 -0
- data/sorbet/rbi/gems/necromancer@0.3.0.rbi +8 -0
- data/sorbet/rbi/gems/nenv.rbi +60 -0
- data/sorbet/rbi/gems/nenv@0.3.0.rbi +88 -0
- data/sorbet/rbi/gems/notiffany.rbi +215 -0
- data/sorbet/rbi/gems/notiffany@0.1.3.rbi +323 -0
- data/sorbet/rbi/gems/paint.rbi +31 -0
- data/sorbet/rbi/gems/paint@2.2.1.rbi +8 -0
- data/sorbet/rbi/gems/parlour.rbi +840 -0
- data/sorbet/rbi/gems/parlour@6.0.0.rbi +1610 -0
- data/sorbet/rbi/gems/parser.rbi +1517 -0
- data/sorbet/rbi/gems/parser@3.0.1.1.rbi +1726 -0
- data/sorbet/rbi/gems/pastel.rbi +128 -0
- data/sorbet/rbi/gems/pastel@0.6.1.rbi +8 -0
- data/sorbet/rbi/gems/protobuf-cucumber.rbi +1520 -0
- data/sorbet/rbi/gems/protobuf-cucumber@3.10.8.rbi +8 -0
- data/sorbet/rbi/gems/pry.rbi +1898 -0
- data/sorbet/rbi/gems/pry@0.14.1.rbi +2486 -0
- data/sorbet/rbi/gems/public_suffix.rbi +104 -0
- data/sorbet/rbi/gems/public_suffix@4.0.6.rbi +8 -0
- data/sorbet/rbi/gems/rainbow.rbi +118 -0
- data/sorbet/rbi/gems/rainbow@3.0.0.rbi +153 -0
- data/sorbet/rbi/gems/rake.rbi +647 -0
- data/sorbet/rbi/gems/rake@10.5.0.rbi +805 -0
- data/sorbet/rbi/gems/rb-fsevent@0.11.0.rbi +8 -0
- data/sorbet/rbi/gems/rb-inotify@0.10.1.rbi +8 -0
- data/sorbet/rbi/gems/representable.rbi +227 -0
- data/sorbet/rbi/gems/representable@3.1.1.rbi +8 -0
- data/sorbet/rbi/gems/rspec-core.rbi +1932 -0
- data/sorbet/rbi/gems/rspec-core@3.10.1.rbi +2455 -0
- data/sorbet/rbi/gems/rspec-expectations.rbi +1151 -0
- data/sorbet/rbi/gems/rspec-expectations@3.10.1.rbi +1652 -0
- data/sorbet/rbi/gems/rspec-mocks.rbi +1100 -0
- data/sorbet/rbi/gems/rspec-mocks@3.10.2.rbi +1462 -0
- data/sorbet/rbi/gems/rspec-support.rbi +280 -0
- data/sorbet/rbi/gems/rspec-support@3.10.2.rbi +509 -0
- data/sorbet/rbi/gems/rspec.rbi +15 -0
- data/sorbet/rbi/gems/rspec@3.10.0.rbi +38 -0
- data/sorbet/rbi/gems/ruby-next-core.rbi +76 -0
- data/sorbet/rbi/gems/ruby-next-core@0.12.0.rbi +7 -0
- data/sorbet/rbi/gems/ruby2_keywords@0.0.4.rbi +8 -0
- data/sorbet/rbi/gems/shellany.rbi +29 -0
- data/sorbet/rbi/gems/shellany@0.0.1.rbi +28 -0
- data/sorbet/rbi/gems/spoom.rbi +872 -0
- data/sorbet/rbi/gems/spoom@1.1.1.rbi +1193 -0
- data/sorbet/rbi/gems/sys-uname.rbi +66 -0
- data/sorbet/rbi/gems/sys-uname@1.2.2.rbi +8 -0
- data/sorbet/rbi/gems/tapioca.rbi +39 -0
- data/sorbet/rbi/gems/tapioca@0.4.23.rbi +1230 -0
- data/sorbet/rbi/gems/terminal-table.rbi +166 -0
- data/sorbet/rbi/gems/terminal-table@3.0.0.rbi +8 -0
- data/sorbet/rbi/gems/thor.rbi +537 -0
- data/sorbet/rbi/gems/thor@1.1.0.rbi +838 -0
- data/sorbet/rbi/gems/thread_safe@0.3.6.rbi +8 -0
- data/sorbet/rbi/gems/tracker_api.rbi +33 -0
- data/sorbet/rbi/gems/tracker_api@1.13.0.rbi +21 -0
- data/sorbet/rbi/gems/trailblazer-option.rbi +22 -0
- data/sorbet/rbi/gems/trailblazer-option@0.1.1.rbi +8 -0
- data/sorbet/rbi/gems/tty-color.rbi +41 -0
- data/sorbet/rbi/gems/tty-color@0.3.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-command@0.1.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-cursor@0.3.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-pager.rbi +41 -0
- data/sorbet/rbi/gems/tty-pager@0.4.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-platform.rbi +36 -0
- data/sorbet/rbi/gems/tty-platform@0.1.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-progressbar.rbi +164 -0
- data/sorbet/rbi/gems/tty-progressbar@0.9.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-prompt@0.6.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-screen.rbi +40 -0
- data/sorbet/rbi/gems/tty-screen@0.5.1.rbi +8 -0
- data/sorbet/rbi/gems/tty-spinner.rbi +40 -0
- data/sorbet/rbi/gems/tty-spinner@0.2.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-table.rbi +417 -0
- data/sorbet/rbi/gems/tty-table@0.5.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-which.rbi +22 -0
- data/sorbet/rbi/gems/tty-which@0.1.0.rbi +8 -0
- data/sorbet/rbi/gems/tty.rbi +126 -0
- data/sorbet/rbi/gems/tty@0.5.0.rbi +8 -0
- data/sorbet/rbi/gems/tzinfo.rbi +588 -0
- data/sorbet/rbi/gems/tzinfo@2.0.4.rbi +8 -0
- data/sorbet/rbi/gems/uber.rbi +18 -0
- data/sorbet/rbi/gems/uber@0.1.0.rbi +8 -0
- data/sorbet/rbi/gems/unicode-display_width.rbi +17 -0
- data/sorbet/rbi/gems/unicode-display_width@1.7.0.rbi +8 -0
- data/sorbet/rbi/gems/unicode_utils.rbi +171 -0
- data/sorbet/rbi/gems/unicode_utils@1.4.0.rbi +8 -0
- data/sorbet/rbi/gems/vcr.rbi +582 -0
- data/sorbet/rbi/gems/vcr@6.0.0.rbi +782 -0
- data/sorbet/rbi/gems/verse.rbi +87 -0
- data/sorbet/rbi/gems/verse@0.4.0.rbi +8 -0
- data/sorbet/rbi/gems/virtus@1.0.5.rbi +8 -0
- data/sorbet/rbi/gems/wisper@1.6.1.rbi +8 -0
- data/sorbet/rbi/gems/zeitwerk.rbi +139 -0
- data/sorbet/rbi/gems/zeitwerk@2.4.2.rbi +8 -0
- data/sorbet/rbi/hidden-definitions/errors.txt +8695 -0
- data/sorbet/rbi/hidden-definitions/hidden.rbi +18529 -0
- data/sorbet/rbi/sorbet-typed/lib/activesupport/>=6/activesupport.rbi +37 -0
- data/sorbet/rbi/sorbet-typed/lib/activesupport/all/activesupport.rbi +1850 -0
- data/sorbet/rbi/sorbet-typed/lib/faraday/all/faraday.rbi +756 -0
- data/sorbet/rbi/sorbet-typed/lib/minitest/all/minitest.rbi +108 -0
- data/sorbet/rbi/sorbet-typed/lib/parlour/6.0.0/parlour.rbi +1903 -0
- data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +276 -0
- data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +645 -0
- data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +1891 -0
- data/sorbet/rbi/sorbet-typed/lib/thor/all/thor.rbi +905 -0
- data/sorbet/rbi/todo.rbi +23 -0
- data/sorbet/tapioca/require.rb +4 -0
- metadata +341 -23
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `cucumber-messages` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,53 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strict
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/cucumber-tag-expressions/all/cucumber-tag-expressions.rbi
|
9
|
+
#
|
10
|
+
# cucumber-tag-expressions-3.0.1
|
11
|
+
|
12
|
+
module Cucumber
|
13
|
+
end
|
14
|
+
module Cucumber::TagExpressions
|
15
|
+
end
|
16
|
+
class Cucumber::TagExpressions::Literal
|
17
|
+
def evaluate(variables); end
|
18
|
+
def initialize(value); end
|
19
|
+
def to_s; end
|
20
|
+
end
|
21
|
+
class Cucumber::TagExpressions::Not
|
22
|
+
def evaluate(variables); end
|
23
|
+
def initialize(expression); end
|
24
|
+
def to_s; end
|
25
|
+
end
|
26
|
+
class Cucumber::TagExpressions::Or
|
27
|
+
def evaluate(variables); end
|
28
|
+
def initialize(left, right); end
|
29
|
+
def to_s; end
|
30
|
+
end
|
31
|
+
class Cucumber::TagExpressions::And
|
32
|
+
def evaluate(variables); end
|
33
|
+
def initialize(left, right); end
|
34
|
+
def to_s; end
|
35
|
+
end
|
36
|
+
class Cucumber::TagExpressions::Parser
|
37
|
+
def assoc_of(token, value); end
|
38
|
+
def check(expected_token_type, token_type); end
|
39
|
+
def handle_binary_operator(token, expected_token_type); end
|
40
|
+
def handle_close_paren(_token, expected_token_type); end
|
41
|
+
def handle_literal(token, expected_token_type); end
|
42
|
+
def handle_open_paren(token, expected_token_type); end
|
43
|
+
def handle_unary_operator(token, expected_token_type); end
|
44
|
+
def initialize; end
|
45
|
+
def lower_precedence?(operation); end
|
46
|
+
def operator?(token); end
|
47
|
+
def parse(infix_expression); end
|
48
|
+
def pop(array, n = nil); end
|
49
|
+
def precedence(token); end
|
50
|
+
def process_tokens!(infix_expression); end
|
51
|
+
def push_expression(token); end
|
52
|
+
def tokens(infix_expression); end
|
53
|
+
end
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `cucumber-tag-expressions` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,161 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strict
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/cucumber-wire/all/cucumber-wire.rbi
|
9
|
+
#
|
10
|
+
# cucumber-wire-5.0.0
|
11
|
+
|
12
|
+
module Cucumber
|
13
|
+
end
|
14
|
+
module Cucumber::Wire
|
15
|
+
end
|
16
|
+
class Cucumber::Wire::RequestHandler
|
17
|
+
def execute(request_params = nil); end
|
18
|
+
def handle_fail(params); end
|
19
|
+
def handle_success(params); end
|
20
|
+
def initialize(connection, registry = nil); end
|
21
|
+
def underscore(camel_cased_word); end
|
22
|
+
end
|
23
|
+
class Cucumber::Wire::StepArgument
|
24
|
+
def group; end
|
25
|
+
def initialize(offset, val); end
|
26
|
+
def offset; end
|
27
|
+
def value(_current_world); end
|
28
|
+
end
|
29
|
+
module Cucumber::Wire::Protocol
|
30
|
+
def begin_scenario(scenario); end
|
31
|
+
def diff_failed; end
|
32
|
+
def diff_ok; end
|
33
|
+
def end_scenario(scenario); end
|
34
|
+
def invoke(step_definition_id, args); end
|
35
|
+
def snippet_text(step_keyword, step_name, multiline_arg_class_name); end
|
36
|
+
def step_matches(name_to_match, registry); end
|
37
|
+
end
|
38
|
+
module Cucumber::Wire::Protocol::Requests
|
39
|
+
end
|
40
|
+
class Cucumber::Wire::Protocol::Requests::StepMatches < Cucumber::Wire::RequestHandler
|
41
|
+
def create_step_match(raw_step_match); end
|
42
|
+
def execute(name_to_match); end
|
43
|
+
def handle_step_matches(params); end
|
44
|
+
def handle_success(params); end
|
45
|
+
def step_match(step_definition, step_args); end
|
46
|
+
end
|
47
|
+
class Cucumber::Wire::Protocol::Requests::SnippetText < Cucumber::Wire::RequestHandler
|
48
|
+
def execute(step_keyword, step_name, multiline_arg_class_name); end
|
49
|
+
def handle_snippet_text(snippet_text); end
|
50
|
+
def handle_success(snippet_text); end
|
51
|
+
end
|
52
|
+
class Cucumber::Wire::Protocol::Requests::Invoke < Cucumber::Wire::RequestHandler
|
53
|
+
def execute(step_definition_id, args); end
|
54
|
+
def handle_diff!(tables); end
|
55
|
+
def handle_diff(tables); end
|
56
|
+
def handle_pending(message); end
|
57
|
+
def handle_step_failed(params); end
|
58
|
+
def table(data); end
|
59
|
+
end
|
60
|
+
class Cucumber::Wire::Protocol::Requests::DiffFailed < Cucumber::Wire::RequestHandler
|
61
|
+
def handle_step_failed(params); end
|
62
|
+
end
|
63
|
+
class Cucumber::Wire::Protocol::Requests::DiffOk < Cucumber::Wire::RequestHandler
|
64
|
+
def handle_step_failed(params); end
|
65
|
+
end
|
66
|
+
class Cucumber::Wire::Protocol::Requests::HookRequestHandler < Cucumber::Wire::RequestHandler
|
67
|
+
def clean_tag_names(tags); end
|
68
|
+
def execute(test_case); end
|
69
|
+
def request_params(test_case); end
|
70
|
+
end
|
71
|
+
class Cucumber::Wire::Protocol::Requests::BeginScenario < Cucumber::Wire::Protocol::Requests::HookRequestHandler
|
72
|
+
end
|
73
|
+
class Cucumber::Wire::Protocol::Requests::EndScenario < Cucumber::Wire::Protocol::Requests::HookRequestHandler
|
74
|
+
end
|
75
|
+
class Cucumber::Wire::Exception < StandardError
|
76
|
+
def backtrace; end
|
77
|
+
def initialize(args, config); end
|
78
|
+
end
|
79
|
+
module Cucumber::Wire::Exception::CanSetName
|
80
|
+
def exception_name=(arg0); end
|
81
|
+
def to_s; end
|
82
|
+
end
|
83
|
+
class Cucumber::Wire::DataPacket
|
84
|
+
def handle_with(handler); end
|
85
|
+
def initialize(message, params = nil); end
|
86
|
+
def message; end
|
87
|
+
def params; end
|
88
|
+
def self.parse(raw); end
|
89
|
+
def to_json; end
|
90
|
+
end
|
91
|
+
class Cucumber::Wire::Connection
|
92
|
+
def call_remote(request_handler, message, params); end
|
93
|
+
def exception(params); end
|
94
|
+
def fetch_data_from_socket(timeout); end
|
95
|
+
def initialize(config); end
|
96
|
+
def send_data_to_socket(data); end
|
97
|
+
def socket; end
|
98
|
+
include Cucumber::Wire::Protocol
|
99
|
+
end
|
100
|
+
class Cucumber::Wire::Connection::ConnectionError < StandardError
|
101
|
+
end
|
102
|
+
class Cucumber::Wire::Configuration
|
103
|
+
def host; end
|
104
|
+
def initialize(args); end
|
105
|
+
def port; end
|
106
|
+
def self.from_file(wire_file); end
|
107
|
+
def timeout(message = nil); end
|
108
|
+
def to_s; end
|
109
|
+
def unix; end
|
110
|
+
end
|
111
|
+
class Cucumber::Wire::StepDefinition
|
112
|
+
def expression; end
|
113
|
+
def initialize(connection, data, registry); end
|
114
|
+
def invoke(args); end
|
115
|
+
def location; end
|
116
|
+
def regexp_source; end
|
117
|
+
def registry; end
|
118
|
+
end
|
119
|
+
module Cucumber::Wire::Snippet
|
120
|
+
end
|
121
|
+
class Cucumber::Wire::Snippet::Generator
|
122
|
+
def call(code_keyword, step_name, multiline_arg, snippet_type); end
|
123
|
+
def initialize(connections); end
|
124
|
+
end
|
125
|
+
class Cucumber::Wire::Snippet::Generator::MultilineArgClassName
|
126
|
+
def data_table(*arg0); end
|
127
|
+
def doc_string(*arg0); end
|
128
|
+
def initialize(arg); end
|
129
|
+
def to_s; end
|
130
|
+
end
|
131
|
+
class Cucumber::Wire::Connections
|
132
|
+
def begin_scenario(test_case); end
|
133
|
+
def connections; end
|
134
|
+
def end_scenario(test_case); end
|
135
|
+
def find_match(test_step); end
|
136
|
+
def initialize(connections, configuration, registry); end
|
137
|
+
def snippets(code_keyword, step_name, multiline_arg_class_name); end
|
138
|
+
def step_matches(step_name); end
|
139
|
+
end
|
140
|
+
class Anonymous_Object_50
|
141
|
+
def connections; end
|
142
|
+
def done; end
|
143
|
+
def initialize(*args); end
|
144
|
+
def receiver; end
|
145
|
+
def test_case(test_case); end
|
146
|
+
def with_receiver(new_receiver); end
|
147
|
+
end
|
148
|
+
class Cucumber::Wire::AddHooksFilter < Anonymous_Object_50
|
149
|
+
def after_hook(test_case); end
|
150
|
+
def before_hook(test_case); end
|
151
|
+
def id_generator; end
|
152
|
+
def test_case(test_case); end
|
153
|
+
end
|
154
|
+
class Cucumber::Wire::Plugin
|
155
|
+
def config; end
|
156
|
+
def create_connection(wire_file); end
|
157
|
+
def initialize(config, registry); end
|
158
|
+
def install; end
|
159
|
+
def registry; end
|
160
|
+
def wire_files; end
|
161
|
+
end
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `cucumber-wire` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,1876 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: ignore
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/cucumber/all/cucumber.rbi
|
9
|
+
#
|
10
|
+
# cucumber-6.0.0
|
11
|
+
|
12
|
+
module Cucumber
|
13
|
+
def self.deprecate(*args); end
|
14
|
+
def self.file_mode(mode, encoding = nil); end
|
15
|
+
def self.logger; end
|
16
|
+
def self.logger=(logger); end
|
17
|
+
def self.use_full_backtrace; end
|
18
|
+
def self.use_full_backtrace=(arg0); end
|
19
|
+
def self.use_legacy_autoloader; end
|
20
|
+
def self.use_legacy_autoloader=(arg0); end
|
21
|
+
def self.wants_to_quit; end
|
22
|
+
def self.wants_to_quit=(arg0); end
|
23
|
+
end
|
24
|
+
module Cucumber::Constantize
|
25
|
+
def constantize(camel_cased_word); end
|
26
|
+
def constantize_name(constant, name); end
|
27
|
+
def underscore(camel_cased_word); end
|
28
|
+
end
|
29
|
+
module Cucumber::Cli
|
30
|
+
end
|
31
|
+
class Cucumber::Cli::RerunFile
|
32
|
+
def features; end
|
33
|
+
def initialize(path); end
|
34
|
+
def lines; end
|
35
|
+
def path; end
|
36
|
+
def self.can_read?(path); end
|
37
|
+
def self.real_path(path); end
|
38
|
+
end
|
39
|
+
module Cucumber::Events
|
40
|
+
def self.make_event_bus; end
|
41
|
+
def self.registry; end
|
42
|
+
end
|
43
|
+
class Anonymous_Cucumber_Core_Event_26 < Cucumber::Core::Event
|
44
|
+
def attributes; end
|
45
|
+
def event_id; end
|
46
|
+
def initialize(*args); end
|
47
|
+
def pickle; end
|
48
|
+
def test_case; end
|
49
|
+
def to_h; end
|
50
|
+
end
|
51
|
+
class Cucumber::Events::TestCaseCreated < Anonymous_Cucumber_Core_Event_26
|
52
|
+
def pickle; end
|
53
|
+
def test_case; end
|
54
|
+
end
|
55
|
+
class Anonymous_Cucumber_Core_Event_27 < Cucumber::Core::Event
|
56
|
+
def attributes; end
|
57
|
+
def event_id; end
|
58
|
+
def gherkin_document; end
|
59
|
+
def initialize(*args); end
|
60
|
+
def to_h; end
|
61
|
+
end
|
62
|
+
class Cucumber::Events::GherkinSourceParsed < Anonymous_Cucumber_Core_Event_27
|
63
|
+
def gherkin_document; end
|
64
|
+
end
|
65
|
+
class Anonymous_Cucumber_Core_Event_28 < Cucumber::Core::Event
|
66
|
+
def attributes; end
|
67
|
+
def event_id; end
|
68
|
+
def initialize(*args); end
|
69
|
+
def test_cases; end
|
70
|
+
def to_h; end
|
71
|
+
end
|
72
|
+
class Cucumber::Events::TestRunStarted < Anonymous_Cucumber_Core_Event_28
|
73
|
+
def test_cases; end
|
74
|
+
end
|
75
|
+
class Anonymous_Cucumber_Core_Event_29 < Cucumber::Core::Event
|
76
|
+
def attributes; end
|
77
|
+
def envelope; end
|
78
|
+
def event_id; end
|
79
|
+
def initialize(*args); end
|
80
|
+
def to_h; end
|
81
|
+
end
|
82
|
+
class Cucumber::Events::Envelope < Anonymous_Cucumber_Core_Event_29
|
83
|
+
def envelope; end
|
84
|
+
end
|
85
|
+
class Cucumber::Events::TestCaseFinished < Cucumber::Core::Events::TestCaseFinished
|
86
|
+
def result; end
|
87
|
+
def test_case; end
|
88
|
+
end
|
89
|
+
class Anonymous_Cucumber_Core_Event_30 < Cucumber::Core::Event
|
90
|
+
def attributes; end
|
91
|
+
def body; end
|
92
|
+
def event_id; end
|
93
|
+
def initialize(*args); end
|
94
|
+
def path; end
|
95
|
+
def to_h; end
|
96
|
+
end
|
97
|
+
class Cucumber::Events::GherkinSourceRead < Anonymous_Cucumber_Core_Event_30
|
98
|
+
def body; end
|
99
|
+
def path; end
|
100
|
+
end
|
101
|
+
class Cucumber::Events::TestStepFinished < Cucumber::Core::Events::TestStepFinished
|
102
|
+
def result; end
|
103
|
+
def test_step; end
|
104
|
+
end
|
105
|
+
class Anonymous_Cucumber_Core_Event_31 < Cucumber::Core::Event
|
106
|
+
def attributes; end
|
107
|
+
def event_id; end
|
108
|
+
def initialize(*args); end
|
109
|
+
def pickle_step; end
|
110
|
+
def test_step; end
|
111
|
+
def to_h; end
|
112
|
+
end
|
113
|
+
class Cucumber::Events::TestStepCreated < Anonymous_Cucumber_Core_Event_31
|
114
|
+
def pickle_step; end
|
115
|
+
def test_step; end
|
116
|
+
end
|
117
|
+
class Anonymous_Cucumber_Core_Event_32 < Cucumber::Core::Event
|
118
|
+
def attributes; end
|
119
|
+
def event_id; end
|
120
|
+
def expression; end
|
121
|
+
def initialize(*args); end
|
122
|
+
def to_h; end
|
123
|
+
def type_name; end
|
124
|
+
end
|
125
|
+
class Cucumber::Events::UndefinedParameterType < Anonymous_Cucumber_Core_Event_32
|
126
|
+
def expression; end
|
127
|
+
def type_name; end
|
128
|
+
end
|
129
|
+
class Anonymous_Cucumber_Core_Event_33 < Cucumber::Core::Event
|
130
|
+
def attributes; end
|
131
|
+
def event_id; end
|
132
|
+
def initialize(*args); end
|
133
|
+
def step_match; end
|
134
|
+
def test_step; end
|
135
|
+
def to_h; end
|
136
|
+
end
|
137
|
+
class Cucumber::Events::StepActivated < Anonymous_Cucumber_Core_Event_33
|
138
|
+
def initialize(test_step, step_match); end
|
139
|
+
def step_match; end
|
140
|
+
def test_step; end
|
141
|
+
end
|
142
|
+
class Anonymous_Cucumber_Core_Event_34 < Cucumber::Core::Event
|
143
|
+
def attributes; end
|
144
|
+
def event_id; end
|
145
|
+
def initialize(*args); end
|
146
|
+
def step_definition; end
|
147
|
+
def to_h; end
|
148
|
+
end
|
149
|
+
class Cucumber::Events::StepDefinitionRegistered < Anonymous_Cucumber_Core_Event_34
|
150
|
+
def initialize(step_definition); end
|
151
|
+
def step_definition; end
|
152
|
+
end
|
153
|
+
class Anonymous_Cucumber_Core_Event_35 < Cucumber::Core::Event
|
154
|
+
def attributes; end
|
155
|
+
def event_id; end
|
156
|
+
def hook; end
|
157
|
+
def initialize(*args); end
|
158
|
+
def test_step; end
|
159
|
+
def to_h; end
|
160
|
+
end
|
161
|
+
class Cucumber::Events::HookTestStepCreated < Anonymous_Cucumber_Core_Event_35
|
162
|
+
def hook; end
|
163
|
+
def test_step; end
|
164
|
+
end
|
165
|
+
class Cucumber::Events::TestStepStarted < Cucumber::Core::Events::TestStepStarted
|
166
|
+
def test_step; end
|
167
|
+
end
|
168
|
+
class Anonymous_Cucumber_Core_Event_36 < Cucumber::Core::Event
|
169
|
+
def attributes; end
|
170
|
+
def event_id; end
|
171
|
+
def initialize(*args); end
|
172
|
+
def test_case; end
|
173
|
+
def to_h; end
|
174
|
+
end
|
175
|
+
class Cucumber::Events::TestCaseReady < Anonymous_Cucumber_Core_Event_36
|
176
|
+
def test_case; end
|
177
|
+
end
|
178
|
+
class Cucumber::Events::TestCaseStarted < Cucumber::Core::Events::TestCaseStarted
|
179
|
+
def test_case; end
|
180
|
+
end
|
181
|
+
class Anonymous_Cucumber_Core_Event_37 < Cucumber::Core::Event
|
182
|
+
def attributes; end
|
183
|
+
def event_id; end
|
184
|
+
def initialize(*args); end
|
185
|
+
def to_h; end
|
186
|
+
end
|
187
|
+
class Cucumber::Events::TestRunFinished < Anonymous_Cucumber_Core_Event_37
|
188
|
+
end
|
189
|
+
class Cucumber::Configuration
|
190
|
+
def all_files_to_load; end
|
191
|
+
def autoload_code_paths; end
|
192
|
+
def custom_profiles; end
|
193
|
+
def default_features_paths; end
|
194
|
+
def default_options; end
|
195
|
+
def dry_run?; end
|
196
|
+
def duration?; end
|
197
|
+
def error_stream; end
|
198
|
+
def event_bus; end
|
199
|
+
def expand?; end
|
200
|
+
def fail_fast?; end
|
201
|
+
def feature_dirs; end
|
202
|
+
def feature_files; end
|
203
|
+
def filters; end
|
204
|
+
def formats; end
|
205
|
+
def formatter_class(format); end
|
206
|
+
def formatter_factories; end
|
207
|
+
def guess?; end
|
208
|
+
def id_generator; end
|
209
|
+
def initialize(user_options = nil); end
|
210
|
+
def name_regexps; end
|
211
|
+
def notify(message, *args); end
|
212
|
+
def on_event(*args, &block); end
|
213
|
+
def out_stream; end
|
214
|
+
def paths; end
|
215
|
+
def profiles; end
|
216
|
+
def publish_enabled?; end
|
217
|
+
def publish_quiet?; end
|
218
|
+
def randomize?; end
|
219
|
+
def register_snippet_generator(generator); end
|
220
|
+
def remove_excluded_files_from(files); end
|
221
|
+
def require_dirs; end
|
222
|
+
def retry_attempts; end
|
223
|
+
def seed; end
|
224
|
+
def self.default; end
|
225
|
+
def skip_profile_information?; end
|
226
|
+
def snippet_generators; end
|
227
|
+
def snippet_type; end
|
228
|
+
def snippets?; end
|
229
|
+
def source?; end
|
230
|
+
def step_defs_to_load; end
|
231
|
+
def strict; end
|
232
|
+
def support_to_load; end
|
233
|
+
def tag_expressions; end
|
234
|
+
def tag_limits; end
|
235
|
+
def to_hash; end
|
236
|
+
def wip?; end
|
237
|
+
def with_default_features_path(paths); end
|
238
|
+
def with_options(new_options); end
|
239
|
+
extend Forwardable
|
240
|
+
include Cucumber::Constantize
|
241
|
+
end
|
242
|
+
module Cucumber::LoadPath
|
243
|
+
def add_dirs(*dirs); end
|
244
|
+
def self.add_dirs(*dirs); end
|
245
|
+
end
|
246
|
+
module Cucumber::Formatter
|
247
|
+
end
|
248
|
+
module Cucumber::Formatter::Duration
|
249
|
+
def format_duration(seconds); end
|
250
|
+
end
|
251
|
+
class Cucumber::FileSpecs
|
252
|
+
def files; end
|
253
|
+
def initialize(file_specs); end
|
254
|
+
def locations; end
|
255
|
+
end
|
256
|
+
class Cucumber::FileSpecs::FileSpec
|
257
|
+
def file; end
|
258
|
+
def initialize(spec); end
|
259
|
+
def locations; end
|
260
|
+
end
|
261
|
+
module Cucumber::Gherkin
|
262
|
+
end
|
263
|
+
class Cucumber::Gherkin::DataTableParser
|
264
|
+
def feature_header; end
|
265
|
+
def gherkin_options; end
|
266
|
+
def initialize(builder); end
|
267
|
+
def parse(text); end
|
268
|
+
end
|
269
|
+
module Cucumber::Gherkin::Formatter
|
270
|
+
end
|
271
|
+
module Cucumber::Gherkin::Formatter::Escaping
|
272
|
+
def escape_cell(sym); end
|
273
|
+
end
|
274
|
+
module Cucumber::MultilineArgument
|
275
|
+
def self.builder; end
|
276
|
+
def self.from(argument, location = nil, content_type = nil); end
|
277
|
+
def self.from_core(node); end
|
278
|
+
end
|
279
|
+
class Cucumber::MultilineArgument::DataTable
|
280
|
+
def append_to(array); end
|
281
|
+
def build_hashes; end
|
282
|
+
def cell_matrix; end
|
283
|
+
def cells_rows; end
|
284
|
+
def cells_to_hash(cells); end
|
285
|
+
def clear_cache!; end
|
286
|
+
def col_width(col); end
|
287
|
+
def column_names; end
|
288
|
+
def columns; end
|
289
|
+
def convert_columns!; end
|
290
|
+
def convert_headers!; end
|
291
|
+
def create_cell_matrix(ast_table); end
|
292
|
+
def describe_to(visitor, *args); end
|
293
|
+
def diff!(other_table, options = nil); end
|
294
|
+
def dup; end
|
295
|
+
def each_cells_row(&proc); end
|
296
|
+
def ensure_table(table_or_array); end
|
297
|
+
def file; end
|
298
|
+
def file=(arg0); end
|
299
|
+
def hashes; end
|
300
|
+
def header_cell(col); end
|
301
|
+
def headers; end
|
302
|
+
def index(cells); end
|
303
|
+
def initialize(data, conversion_procs = nil, header_mappings = nil, header_conversion_proc = nil); end
|
304
|
+
def location; end
|
305
|
+
def map_column!(column_name, strict = nil, &conversion_proc); end
|
306
|
+
def map_column(column_name, strict = nil, &conversion_proc); end
|
307
|
+
def map_headers!(mappings = nil, &block); end
|
308
|
+
def map_headers(mappings = nil, &block); end
|
309
|
+
def match(pattern); end
|
310
|
+
def raw; end
|
311
|
+
def rows; end
|
312
|
+
def rows_hash; end
|
313
|
+
def self.default_arg_name; end
|
314
|
+
def self.from(data); end
|
315
|
+
def self.from_array(data); end
|
316
|
+
def self.parse(text); end
|
317
|
+
def symbolic_hashes; end
|
318
|
+
def symbolize_key(key); end
|
319
|
+
def text?(text); end
|
320
|
+
def to_hash; end
|
321
|
+
def to_json(*args); end
|
322
|
+
def to_s(options = nil); end
|
323
|
+
def to_step_definition_arg; end
|
324
|
+
def transpose; end
|
325
|
+
def verify_column(column_name); end
|
326
|
+
def verify_table_width(width); end
|
327
|
+
end
|
328
|
+
class Cucumber::MultilineArgument::DataTable::DiffMatrices
|
329
|
+
def call; end
|
330
|
+
def cell_matrix; end
|
331
|
+
def cell_matrix=(arg0); end
|
332
|
+
def changes; end
|
333
|
+
def ensure_2d(array); end
|
334
|
+
def fill_in_missing_values; end
|
335
|
+
def initialize(cell_matrix, other_table_cell_matrix, options); end
|
336
|
+
def insert_row_pos; end
|
337
|
+
def inspect_rows(missing_row, inserted_row); end
|
338
|
+
def mark_as_missing(col); end
|
339
|
+
def misplaced_col; end
|
340
|
+
def missing_col; end
|
341
|
+
def missing_row_pos; end
|
342
|
+
def options; end
|
343
|
+
def options=(arg0); end
|
344
|
+
def original_header; end
|
345
|
+
def original_width; end
|
346
|
+
def other_table_cell_matrix; end
|
347
|
+
def other_table_cell_matrix=(arg0); end
|
348
|
+
def pad_and_match; end
|
349
|
+
def padded_width; end
|
350
|
+
def perform_diff; end
|
351
|
+
def prepare_diff; end
|
352
|
+
def raise_error; end
|
353
|
+
def row_indices; end
|
354
|
+
def should_raise?; end
|
355
|
+
def surplus_col; end
|
356
|
+
end
|
357
|
+
class Cucumber::MultilineArgument::DataTable::Builder
|
358
|
+
def eof; end
|
359
|
+
def initialize; end
|
360
|
+
def row(row); end
|
361
|
+
def rows; end
|
362
|
+
end
|
363
|
+
class Cucumber::MultilineArgument::DataTable::Different < StandardError
|
364
|
+
def initialize(table); end
|
365
|
+
def table; end
|
366
|
+
end
|
367
|
+
class Cucumber::MultilineArgument::DataTable::DataTablePrinter
|
368
|
+
def data_table; end
|
369
|
+
def format_cell(cell, col_width); end
|
370
|
+
def format_row(row); end
|
371
|
+
def indentation; end
|
372
|
+
def initialize(data_table, indentation, prefixes); end
|
373
|
+
def prefixes; end
|
374
|
+
def to_s; end
|
375
|
+
include Cucumber::Gherkin::Formatter::Escaping
|
376
|
+
end
|
377
|
+
class Cucumber::MultilineArgument::DataTable::Cells
|
378
|
+
def [](n); end
|
379
|
+
def accept(visitor); end
|
380
|
+
def dom_id; end
|
381
|
+
def each(&proc); end
|
382
|
+
def exception; end
|
383
|
+
def index; end
|
384
|
+
def initialize(table, cells); end
|
385
|
+
def line; end
|
386
|
+
def to_hash; end
|
387
|
+
def to_sexp; end
|
388
|
+
def value(n); end
|
389
|
+
def width; end
|
390
|
+
include Cucumber::Gherkin::Formatter::Escaping
|
391
|
+
include Enumerable
|
392
|
+
end
|
393
|
+
class Cucumber::MultilineArgument::DataTable::Cell
|
394
|
+
def ==(other); end
|
395
|
+
def eql?(other); end
|
396
|
+
def hash; end
|
397
|
+
def initialize(value, table, line); end
|
398
|
+
def inspect!; end
|
399
|
+
def line; end
|
400
|
+
def status; end
|
401
|
+
def status=(arg0); end
|
402
|
+
def table; end
|
403
|
+
def to_sexp; end
|
404
|
+
def value; end
|
405
|
+
def value=(arg0); end
|
406
|
+
end
|
407
|
+
class Cucumber::MultilineArgument::DataTable::SurplusCell < Cucumber::MultilineArgument::DataTable::Cell
|
408
|
+
def ==(_other); end
|
409
|
+
def hash; end
|
410
|
+
def status; end
|
411
|
+
end
|
412
|
+
class Cucumber::MultilineArgument::DocString < SimpleDelegator
|
413
|
+
def append_to(array); end
|
414
|
+
end
|
415
|
+
class InvalidName___Class_0x00___Builder_38
|
416
|
+
def data_table(node, *_args); end
|
417
|
+
def doc_string(node, *_args); end
|
418
|
+
def wrap(node); end
|
419
|
+
end
|
420
|
+
class Cucumber::MultilineArgument::None
|
421
|
+
def append_to(array); end
|
422
|
+
def describe_to(visitor); end
|
423
|
+
end
|
424
|
+
class Cucumber::StepMatch
|
425
|
+
def activate(test_step); end
|
426
|
+
def args; end
|
427
|
+
def backtrace_line; end
|
428
|
+
def deep_clone_args; end
|
429
|
+
def file_colon_line; end
|
430
|
+
def format_args(format = nil, &proc); end
|
431
|
+
def initialize(step_definition, step_name, step_arguments); end
|
432
|
+
def inspect; end
|
433
|
+
def invoke(multiline_arg); end
|
434
|
+
def location; end
|
435
|
+
def replace_arguments(string, step_arguments, format); end
|
436
|
+
def step_arguments; end
|
437
|
+
def step_definition; end
|
438
|
+
def text_length; end
|
439
|
+
end
|
440
|
+
class Cucumber::SkippingStepMatch
|
441
|
+
def activate(test_step); end
|
442
|
+
end
|
443
|
+
class Cucumber::NoStepMatch
|
444
|
+
def activate(test_step); end
|
445
|
+
def backtrace_line; end
|
446
|
+
def file_colon_line; end
|
447
|
+
def format_args(*_args); end
|
448
|
+
def initialize(step, name); end
|
449
|
+
def location; end
|
450
|
+
def name; end
|
451
|
+
def step_arguments; end
|
452
|
+
def step_definition; end
|
453
|
+
def text_length; end
|
454
|
+
end
|
455
|
+
class Cucumber::AmbiguousStepMatch
|
456
|
+
def activate(test_step); end
|
457
|
+
def initialize(error); end
|
458
|
+
end
|
459
|
+
class Cucumber::Undefined < Cucumber::Core::Test::Result::Undefined
|
460
|
+
def self.from(result, step_name); end
|
461
|
+
def self.with_prefix(step_name); end
|
462
|
+
end
|
463
|
+
class Cucumber::UndefinedDynamicStep < StandardError
|
464
|
+
def initialize(step_name); end
|
465
|
+
end
|
466
|
+
class Cucumber::Pending < Cucumber::Core::Test::Result::Pending
|
467
|
+
end
|
468
|
+
class Cucumber::Ambiguous < StandardError
|
469
|
+
def initialize(step_name, step_definitions, used_guess); end
|
470
|
+
end
|
471
|
+
class Cucumber::TagExcess < StandardError
|
472
|
+
def initialize(messages); end
|
473
|
+
end
|
474
|
+
module Cucumber::Filters
|
475
|
+
end
|
476
|
+
class Anonymous_Object_39
|
477
|
+
def configuration; end
|
478
|
+
def done; end
|
479
|
+
def initialize(*args); end
|
480
|
+
def receiver; end
|
481
|
+
def step_match_search; end
|
482
|
+
def test_case(test_case); end
|
483
|
+
def with_receiver(new_receiver); end
|
484
|
+
end
|
485
|
+
class Cucumber::Filters::ActivateSteps < Anonymous_Object_39
|
486
|
+
def test_case(test_case); end
|
487
|
+
end
|
488
|
+
class Cucumber::Filters::ActivateSteps::CaseFilter
|
489
|
+
def attempt_to_activate(test_step); end
|
490
|
+
def find_match(test_step); end
|
491
|
+
def initialize(test_case, step_match_search, configuration); end
|
492
|
+
def new_test_steps; end
|
493
|
+
def test_case; end
|
494
|
+
end
|
495
|
+
class Cucumber::Filters::ActivateSteps::CaseFilter::FindMatch
|
496
|
+
def configuration; end
|
497
|
+
def initialize(step_match_search, configuration, test_step); end
|
498
|
+
def match; end
|
499
|
+
def matches; end
|
500
|
+
def result; end
|
501
|
+
def step_match_search; end
|
502
|
+
def test_step; end
|
503
|
+
end
|
504
|
+
class Anonymous_Object_40
|
505
|
+
def done; end
|
506
|
+
def hooks; end
|
507
|
+
def initialize(*args); end
|
508
|
+
def receiver; end
|
509
|
+
def test_case(test_case); end
|
510
|
+
def with_receiver(new_receiver); end
|
511
|
+
end
|
512
|
+
class Cucumber::Filters::ApplyAfterStepHooks < Anonymous_Object_40
|
513
|
+
def test_case(test_case); end
|
514
|
+
end
|
515
|
+
class Anonymous_Object_41
|
516
|
+
def done; end
|
517
|
+
def hooks; end
|
518
|
+
def initialize(*args); end
|
519
|
+
def receiver; end
|
520
|
+
def test_case(test_case); end
|
521
|
+
def with_receiver(new_receiver); end
|
522
|
+
end
|
523
|
+
class Cucumber::Filters::ApplyBeforeHooks < Anonymous_Object_41
|
524
|
+
def test_case(test_case); end
|
525
|
+
end
|
526
|
+
class Anonymous_Object_42
|
527
|
+
def done; end
|
528
|
+
def hooks; end
|
529
|
+
def initialize(*args); end
|
530
|
+
def receiver; end
|
531
|
+
def test_case(test_case); end
|
532
|
+
def with_receiver(new_receiver); end
|
533
|
+
end
|
534
|
+
class Cucumber::Filters::ApplyAfterHooks < Anonymous_Object_42
|
535
|
+
def test_case(test_case); end
|
536
|
+
end
|
537
|
+
class Anonymous_Object_43
|
538
|
+
def done; end
|
539
|
+
def hooks; end
|
540
|
+
def initialize(*args); end
|
541
|
+
def receiver; end
|
542
|
+
def test_case(test_case); end
|
543
|
+
def with_receiver(new_receiver); end
|
544
|
+
end
|
545
|
+
class Cucumber::Filters::ApplyAroundHooks < Anonymous_Object_43
|
546
|
+
def test_case(test_case); end
|
547
|
+
end
|
548
|
+
class Anonymous_Object_44
|
549
|
+
def config; end
|
550
|
+
def done; end
|
551
|
+
def initialize(*args); end
|
552
|
+
def receiver; end
|
553
|
+
def test_case(test_case); end
|
554
|
+
def with_receiver(new_receiver); end
|
555
|
+
end
|
556
|
+
class Cucumber::Filters::BroadcastTestRunStartedEvent < Anonymous_Object_44
|
557
|
+
def done; end
|
558
|
+
def initialize(config, receiver = nil); end
|
559
|
+
def test_case(test_case); end
|
560
|
+
end
|
561
|
+
module Cucumber::RunningTestCase
|
562
|
+
def self.new(test_case); end
|
563
|
+
end
|
564
|
+
class Cucumber::RunningTestCase::TestCase < SimpleDelegator
|
565
|
+
def accept_hook?(hook); end
|
566
|
+
def exception; end
|
567
|
+
def failed?; end
|
568
|
+
def initialize(test_case, result = nil); end
|
569
|
+
def passed?; end
|
570
|
+
def source_tag_names; end
|
571
|
+
def status; end
|
572
|
+
def with_result(result); end
|
573
|
+
end
|
574
|
+
class Anonymous_Object_45
|
575
|
+
def done; end
|
576
|
+
def initialize(*args); end
|
577
|
+
def receiver; end
|
578
|
+
def runtime; end
|
579
|
+
def test_case(test_case); end
|
580
|
+
def with_receiver(new_receiver); end
|
581
|
+
end
|
582
|
+
class Cucumber::Filters::PrepareWorld < Anonymous_Object_45
|
583
|
+
def test_case(test_case); end
|
584
|
+
end
|
585
|
+
class Cucumber::Filters::PrepareWorld::CaseFilter
|
586
|
+
def initialize(runtime, original_test_case); end
|
587
|
+
def scenario; end
|
588
|
+
def test_case; end
|
589
|
+
end
|
590
|
+
class Cucumber::Filters::Quit
|
591
|
+
def done; end
|
592
|
+
def initialize(receiver = nil); end
|
593
|
+
def test_case(test_case); end
|
594
|
+
def with_receiver(receiver); end
|
595
|
+
end
|
596
|
+
class Cucumber::Filters::Randomizer
|
597
|
+
def done; end
|
598
|
+
def initialize(seed, receiver = nil); end
|
599
|
+
def seed; end
|
600
|
+
def shuffled_test_cases; end
|
601
|
+
def test_case(test_case); end
|
602
|
+
def with_receiver(receiver); end
|
603
|
+
end
|
604
|
+
class Anonymous_Object_46
|
605
|
+
def configuration; end
|
606
|
+
def done; end
|
607
|
+
def initialize(*args); end
|
608
|
+
def receiver; end
|
609
|
+
def test_case(test_case); end
|
610
|
+
def with_receiver(new_receiver); end
|
611
|
+
end
|
612
|
+
class Cucumber::Filters::Retry < Anonymous_Object_46
|
613
|
+
def retry_required?(test_case, event); end
|
614
|
+
def test_case(test_case); end
|
615
|
+
def test_case_counts; end
|
616
|
+
end
|
617
|
+
class Cucumber::Filters::GatedReceiver
|
618
|
+
def done; end
|
619
|
+
def initialize(receiver); end
|
620
|
+
def test_case(test_case); end
|
621
|
+
end
|
622
|
+
class Cucumber::Filters::TagLimits
|
623
|
+
def done; end
|
624
|
+
def gated_receiver; end
|
625
|
+
def initialize(tag_limits, receiver = nil); end
|
626
|
+
def test_case(test_case); end
|
627
|
+
def test_case_index; end
|
628
|
+
def verifier; end
|
629
|
+
def with_receiver(receiver); end
|
630
|
+
end
|
631
|
+
class Cucumber::Filters::TagLimits::TestCaseIndex
|
632
|
+
def add(test_case); end
|
633
|
+
def count_by_tag_name(tag_name); end
|
634
|
+
def index; end
|
635
|
+
def index=(arg0); end
|
636
|
+
def initialize; end
|
637
|
+
def locations_of_tag_name(tag_name); end
|
638
|
+
end
|
639
|
+
class Cucumber::Filters::TagLimits::Verifier
|
640
|
+
def collect_breaches(test_case_index); end
|
641
|
+
def initialize(tag_limits); end
|
642
|
+
def tag_limits; end
|
643
|
+
def verify!(test_case_index); end
|
644
|
+
end
|
645
|
+
class Cucumber::Filters::TagLimits::Verifier::Breach
|
646
|
+
def initialize(tag_name, limit, locations); end
|
647
|
+
def limit; end
|
648
|
+
def locations; end
|
649
|
+
def tag_count; end
|
650
|
+
def tag_name; end
|
651
|
+
def to_s; end
|
652
|
+
end
|
653
|
+
class Cucumber::Filters::TagLimitExceededError < StandardError
|
654
|
+
def initialize(*limit_breaches); end
|
655
|
+
end
|
656
|
+
class Anonymous_Object_47
|
657
|
+
def config; end
|
658
|
+
def done; end
|
659
|
+
def initialize(*args); end
|
660
|
+
def receiver; end
|
661
|
+
def test_case(test_case); end
|
662
|
+
def with_receiver(new_receiver); end
|
663
|
+
end
|
664
|
+
class Cucumber::Filters::BroadcastTestCaseReadyEvent < Anonymous_Object_47
|
665
|
+
def test_case(test_case); end
|
666
|
+
end
|
667
|
+
class Cucumber::Formatter::Fanout < BasicObject
|
668
|
+
def initialize(recipients); end
|
669
|
+
def method_missing(message, *args); end
|
670
|
+
def recipients; end
|
671
|
+
def respond_to_missing?(name, include_private = nil); end
|
672
|
+
end
|
673
|
+
module Cucumber::Gherkin::I18n
|
674
|
+
def self.code_keyword_for(gherkin_keyword); end
|
675
|
+
def self.code_keywords_for(gherkin_keywords); end
|
676
|
+
end
|
677
|
+
module Cucumber::StepMatchSearch
|
678
|
+
def self.new(search, configuration); end
|
679
|
+
end
|
680
|
+
class Cucumber::StepMatchSearch::AssertUnambiguousMatch
|
681
|
+
def call(step_name); end
|
682
|
+
def initialize(search, configuration); end
|
683
|
+
end
|
684
|
+
class Cucumber::StepMatchSearch::AttemptToGuessAmbiguousMatch
|
685
|
+
def best_matches(_step_name, step_matches); end
|
686
|
+
def call(step_name); end
|
687
|
+
def initialize(search); end
|
688
|
+
end
|
689
|
+
class Cucumber::StepMatchSearch::CachesStepMatch < SimpleDelegator
|
690
|
+
def call(step_name); end
|
691
|
+
end
|
692
|
+
class Cucumber::Runtime
|
693
|
+
def accept_options?(factory); end
|
694
|
+
def begin_scenario(test_case); end
|
695
|
+
def configuration; end
|
696
|
+
def configure(new_configuration); end
|
697
|
+
def create_formatter(factory, formatter_options, path_or_io); end
|
698
|
+
def doc_string(string_without_triple_quotes, content_type = nil, _line_offset = nil); end
|
699
|
+
def dry_run?; end
|
700
|
+
def end_scenario(_scenario); end
|
701
|
+
def fail_fast_report; end
|
702
|
+
def failure?; end
|
703
|
+
def feature_files; end
|
704
|
+
def features; end
|
705
|
+
def features_paths; end
|
706
|
+
def filespecs; end
|
707
|
+
def filters; end
|
708
|
+
def fire_after_configuration_hook; end
|
709
|
+
def formatters; end
|
710
|
+
def initialize(configuration = nil); end
|
711
|
+
def install_wire_plugin; end
|
712
|
+
def load_step_definitions; end
|
713
|
+
def log; end
|
714
|
+
def publish_banner_printer; end
|
715
|
+
def report; end
|
716
|
+
def results; end
|
717
|
+
def run!; end
|
718
|
+
def summary_report; end
|
719
|
+
def support_code; end
|
720
|
+
def unmatched_step_definitions; end
|
721
|
+
include Cucumber::Core
|
722
|
+
include Cucumber::Formatter::Duration
|
723
|
+
include Cucumber::Runtime::UserInterface
|
724
|
+
end
|
725
|
+
module Cucumber::Runtime::UserInterface
|
726
|
+
def ask(question, timeout_seconds); end
|
727
|
+
def attach(src, media_type); end
|
728
|
+
def jruby_gets(timeout_seconds); end
|
729
|
+
def mri_gets(timeout_seconds); end
|
730
|
+
def visitor=(arg0); end
|
731
|
+
end
|
732
|
+
class Cucumber::Runtime::ForProgrammingLanguages
|
733
|
+
def ask(*args, &block); end
|
734
|
+
def attach(*args, &block); end
|
735
|
+
def embed(*args, &block); end
|
736
|
+
def features_paths(*args, &block); end
|
737
|
+
def initialize(support_code, user_interface); end
|
738
|
+
def invoke_dynamic_step(*args, &block); end
|
739
|
+
def invoke_dynamic_steps(*args, &block); end
|
740
|
+
def puts(*args, &block); end
|
741
|
+
def step_match(*args, &block); end
|
742
|
+
def support_code; end
|
743
|
+
extend Forwardable
|
744
|
+
end
|
745
|
+
class Cucumber::Runtime::StepHooks
|
746
|
+
def after_step_hooks(test_step); end
|
747
|
+
def apply(test_steps); end
|
748
|
+
def initialize(id_generator, hooks, event_bus); end
|
749
|
+
end
|
750
|
+
module Cucumber::Hooks
|
751
|
+
def self.after_hook(id, location, &block); end
|
752
|
+
def self.after_step_hook(id, test_step, location, &block); end
|
753
|
+
def self.around_hook(&block); end
|
754
|
+
def self.before_hook(id, location, &block); end
|
755
|
+
def self.build_hook_step(id, location, block, hook_type, action_type); end
|
756
|
+
end
|
757
|
+
class Cucumber::Hooks::AfterHook
|
758
|
+
def describe_to(visitor, *args); end
|
759
|
+
def initialize(location); end
|
760
|
+
def location; end
|
761
|
+
def match_locations?(queried_locations); end
|
762
|
+
def text; end
|
763
|
+
def to_s; end
|
764
|
+
end
|
765
|
+
class Cucumber::Hooks::BeforeHook
|
766
|
+
def describe_to(visitor, *args); end
|
767
|
+
def initialize(location); end
|
768
|
+
def location; end
|
769
|
+
def match_locations?(queried_locations); end
|
770
|
+
def text; end
|
771
|
+
def to_s; end
|
772
|
+
end
|
773
|
+
class Cucumber::Hooks::AfterStepHook
|
774
|
+
def describe_to(visitor, *args); end
|
775
|
+
def initialize(location); end
|
776
|
+
def location; end
|
777
|
+
def match_locations?(queried_locations); end
|
778
|
+
def text; end
|
779
|
+
def to_s; end
|
780
|
+
end
|
781
|
+
class Cucumber::Runtime::BeforeHooks
|
782
|
+
def apply_to(test_case); end
|
783
|
+
def before_hooks; end
|
784
|
+
def initialize(id_generator, hooks, scenario, event_bus); end
|
785
|
+
end
|
786
|
+
class Cucumber::Runtime::AfterHooks
|
787
|
+
def after_hooks; end
|
788
|
+
def apply_to(test_case); end
|
789
|
+
def initialize(id_generator, hooks, scenario, event_bus); end
|
790
|
+
end
|
791
|
+
class Cucumber::Gherkin::StepsParser
|
792
|
+
def feature_header(dialect); end
|
793
|
+
def gherkin_options; end
|
794
|
+
def initialize(builder, language); end
|
795
|
+
def parse(text); end
|
796
|
+
end
|
797
|
+
class Cucumber::Runtime::SupportCode
|
798
|
+
def apply_after_hooks(test_case); end
|
799
|
+
def apply_before_hooks(test_case); end
|
800
|
+
def configure(new_configuration); end
|
801
|
+
def find_after_step_hooks(test_case); end
|
802
|
+
def find_around_hooks(test_case); end
|
803
|
+
def fire_hook(name, *args); end
|
804
|
+
def initialize(user_interface, configuration = nil); end
|
805
|
+
def invoke_dynamic_step(step_name, multiline_argument, _location = nil); end
|
806
|
+
def invoke_dynamic_steps(steps_text, iso_code, _location); end
|
807
|
+
def load_file(file); end
|
808
|
+
def load_files!(files); end
|
809
|
+
def load_files_from_paths(paths); end
|
810
|
+
def log; end
|
811
|
+
def registry; end
|
812
|
+
def step_definitions; end
|
813
|
+
def step_matches(step_name); end
|
814
|
+
def unmatched_step_definitions; end
|
815
|
+
include Cucumber::Constantize
|
816
|
+
end
|
817
|
+
class Cucumber::Runtime::SupportCode::StepInvoker
|
818
|
+
def initialize(support_code); end
|
819
|
+
def multiline_arg(step, location); end
|
820
|
+
def step(step); end
|
821
|
+
def steps(steps); end
|
822
|
+
end
|
823
|
+
class Cucumber::Formatter::IgnoreMissingMessages < BasicObject
|
824
|
+
def initialize(receiver); end
|
825
|
+
def method_missing(message, *args); end
|
826
|
+
def respond_to_missing?(name, include_private = nil); end
|
827
|
+
end
|
828
|
+
class Cucumber::Formatter::HTTPIO
|
829
|
+
def self.open(url, https_verify_mode = nil, reporter = nil); end
|
830
|
+
end
|
831
|
+
class Cucumber::Formatter::CurlOptionParser
|
832
|
+
def self.parse(options); end
|
833
|
+
def self.parse_header(header_arg); end
|
834
|
+
def self.remove_arg_for(args, arg); end
|
835
|
+
end
|
836
|
+
class Cucumber::Formatter::IOHTTPBuffer
|
837
|
+
def build_client(uri, https_verify_mode); end
|
838
|
+
def build_request(uri, method, headers); end
|
839
|
+
def close; end
|
840
|
+
def closed?; end
|
841
|
+
def flush; end
|
842
|
+
def headers; end
|
843
|
+
def initialize(uri, method, headers = nil, https_verify_mode = nil, reporter = nil); end
|
844
|
+
def method; end
|
845
|
+
def send_content(uri, method, headers, attempt = nil); end
|
846
|
+
def uri; end
|
847
|
+
def write(data); end
|
848
|
+
end
|
849
|
+
class Cucumber::Formatter::URLReporter
|
850
|
+
def initialize(io); end
|
851
|
+
def report(banner); end
|
852
|
+
end
|
853
|
+
class Cucumber::Formatter::NoReporter
|
854
|
+
def report(banner); end
|
855
|
+
end
|
856
|
+
class Cucumber::Cli::ProfileLoader
|
857
|
+
def args_from(profile); end
|
858
|
+
def cucumber_file; end
|
859
|
+
def cucumber_yml; end
|
860
|
+
def cucumber_yml_defined?; end
|
861
|
+
def ensure_configuration_file_exists; end
|
862
|
+
def initialize; end
|
863
|
+
def load_configuration; end
|
864
|
+
def process_configuration_file_with_erb; end
|
865
|
+
def processed_shellwords(args_from_yml); end
|
866
|
+
def profile?(profile); end
|
867
|
+
end
|
868
|
+
module Cucumber::Term
|
869
|
+
end
|
870
|
+
module Cucumber::Term::ANSIColor
|
871
|
+
def attributes; end
|
872
|
+
def black(string = nil); end
|
873
|
+
def blink(string = nil); end
|
874
|
+
def blue(string = nil); end
|
875
|
+
def bold(string = nil); end
|
876
|
+
def clear(string = nil); end
|
877
|
+
def concealed(string = nil); end
|
878
|
+
def cyan(string = nil); end
|
879
|
+
def dark(string = nil); end
|
880
|
+
def green(string = nil); end
|
881
|
+
def italic(string = nil); end
|
882
|
+
def magenta(string = nil); end
|
883
|
+
def negative(string = nil); end
|
884
|
+
def on_black(string = nil); end
|
885
|
+
def on_blue(string = nil); end
|
886
|
+
def on_cyan(string = nil); end
|
887
|
+
def on_green(string = nil); end
|
888
|
+
def on_magenta(string = nil); end
|
889
|
+
def on_red(string = nil); end
|
890
|
+
def on_white(string = nil); end
|
891
|
+
def on_yellow(string = nil); end
|
892
|
+
def rapid_blink(string = nil); end
|
893
|
+
def red(string = nil); end
|
894
|
+
def reset(string = nil); end
|
895
|
+
def self.attributes; end
|
896
|
+
def self.coloring=(val); end
|
897
|
+
def self.coloring?; end
|
898
|
+
def self.included(klass); end
|
899
|
+
def strikethrough(string = nil); end
|
900
|
+
def uncolored(string = nil); end
|
901
|
+
def underline(string = nil); end
|
902
|
+
def underscore(string = nil); end
|
903
|
+
def white(string = nil); end
|
904
|
+
def yellow(string = nil); end
|
905
|
+
end
|
906
|
+
module Cucumber::Formatter::ANSIColor
|
907
|
+
def comment(string = nil, &proc); end
|
908
|
+
def comment_param(string = nil, &proc); end
|
909
|
+
def cukes(n); end
|
910
|
+
def failed(string = nil, &proc); end
|
911
|
+
def failed_param(string = nil, &proc); end
|
912
|
+
def flaky(string = nil, &proc); end
|
913
|
+
def flaky_param(string = nil, &proc); end
|
914
|
+
def green_cukes(n); end
|
915
|
+
def grey(string); end
|
916
|
+
def outline(string = nil, &proc); end
|
917
|
+
def outline_param(string = nil, &proc); end
|
918
|
+
def passed(string = nil, &proc); end
|
919
|
+
def passed_param(string = nil, &proc); end
|
920
|
+
def pending(string = nil, &proc); end
|
921
|
+
def pending_param(string = nil, &proc); end
|
922
|
+
def red_cukes(n); end
|
923
|
+
def self.define_grey; end
|
924
|
+
def self.define_real_grey; end
|
925
|
+
def skipped(string = nil, &proc); end
|
926
|
+
def skipped_param(string = nil, &proc); end
|
927
|
+
def tag(string = nil, &proc); end
|
928
|
+
def tag_param(string = nil, &proc); end
|
929
|
+
def undefined(string = nil, &proc); end
|
930
|
+
def undefined_param(string = nil, &proc); end
|
931
|
+
def yellow_cukes(n); end
|
932
|
+
include Cucumber::Term::ANSIColor
|
933
|
+
end
|
934
|
+
module Cucumber::Gherkin::Formatter::AnsiEscapes
|
935
|
+
def comments; end
|
936
|
+
def comments_arg; end
|
937
|
+
def executing; end
|
938
|
+
def executing_arg; end
|
939
|
+
def failed; end
|
940
|
+
def failed_arg; end
|
941
|
+
def outline; end
|
942
|
+
def outline_arg; end
|
943
|
+
def passed; end
|
944
|
+
def passed_arg; end
|
945
|
+
def pending; end
|
946
|
+
def pending_arg; end
|
947
|
+
def reset; end
|
948
|
+
def skipped; end
|
949
|
+
def skipped_arg; end
|
950
|
+
def tag; end
|
951
|
+
def tag_arg; end
|
952
|
+
def undefined; end
|
953
|
+
def undefined_arg; end
|
954
|
+
def up(n); end
|
955
|
+
end
|
956
|
+
module Cucumber::Deprecate
|
957
|
+
end
|
958
|
+
class Cucumber::Deprecate::AnsiString
|
959
|
+
def failure_message(message); end
|
960
|
+
def self.failure_message(message); end
|
961
|
+
include Cucumber::Gherkin::Formatter::AnsiEscapes
|
962
|
+
end
|
963
|
+
class Cucumber::Deprecate::CliOption
|
964
|
+
def self.deprecate(stream, option, message, remove_after_version); end
|
965
|
+
end
|
966
|
+
module Cucumber::Deprecate::ForUsers
|
967
|
+
def self.call(message, method, remove_after_version); end
|
968
|
+
end
|
969
|
+
module Cucumber::Deprecate::ForDevelopers
|
970
|
+
def self.call(_message, _method, remove_after_version); end
|
971
|
+
end
|
972
|
+
module Cucumber::Glue
|
973
|
+
def self.backtrace_line(proc, name); end
|
974
|
+
end
|
975
|
+
module Cucumber::Glue::Dsl
|
976
|
+
def 7(regexp, symbol = nil, options = nil, &proc); end
|
977
|
+
def A(regexp, symbol = nil, options = nil, &proc); end
|
978
|
+
def AN(regexp, symbol = nil, options = nil, &proc); end
|
979
|
+
def Aber(regexp, symbol = nil, options = nil, &proc); end
|
980
|
+
def Ac(regexp, symbol = nil, options = nil, &proc); end
|
981
|
+
def Ach(regexp, symbol = nil, options = nil, &proc); end
|
982
|
+
def Adott(regexp, symbol = nil, options = nil, &proc); end
|
983
|
+
def After(*tag_expressions, &proc); end
|
984
|
+
def AfterConfiguration(&proc); end
|
985
|
+
def AfterStep(*tag_expressions, &proc); end
|
986
|
+
def Agus(regexp, symbol = nil, options = nil, &proc); end
|
987
|
+
def Ak(regexp, symbol = nil, options = nil, &proc); end
|
988
|
+
def Akkor(regexp, symbol = nil, options = nil, &proc); end
|
989
|
+
def Alavez(regexp, symbol = nil, options = nil, &proc); end
|
990
|
+
def Ale(regexp, symbol = nil, options = nil, &proc); end
|
991
|
+
def Aleshores(regexp, symbol = nil, options = nil, &proc); end
|
992
|
+
def Ali(regexp, symbol = nil, options = nil, &proc); end
|
993
|
+
def Allora(regexp, symbol = nil, options = nil, &proc); end
|
994
|
+
def Alors(regexp, symbol = nil, options = nil, &proc); end
|
995
|
+
def Als(regexp, symbol = nil, options = nil, &proc); end
|
996
|
+
def Ama(regexp, symbol = nil, options = nil, &proc); end
|
997
|
+
def Amennyiben(regexp, symbol = nil, options = nil, &proc); end
|
998
|
+
def Amikor(regexp, symbol = nil, options = nil, &proc); end
|
999
|
+
def Amma(regexp, symbol = nil, options = nil, &proc); end
|
1000
|
+
def Ampak(regexp, symbol = nil, options = nil, &proc); end
|
1001
|
+
def An(regexp, symbol = nil, options = nil, &proc); end
|
1002
|
+
def Ananging(regexp, symbol = nil, options = nil, &proc); end
|
1003
|
+
def Ancaq(regexp, symbol = nil, options = nil, &proc); end
|
1004
|
+
def And(regexp, symbol = nil, options = nil, &proc); end
|
1005
|
+
def Angenommen(regexp, symbol = nil, options = nil, &proc); end
|
1006
|
+
def Anrhegediga(regexp, symbol = nil, options = nil, &proc); end
|
1007
|
+
def Ansin(regexp, symbol = nil, options = nil, &proc); end
|
1008
|
+
def Antonces(regexp, symbol = nil, options = nil, &proc); end
|
1009
|
+
def Apabila(regexp, symbol = nil, options = nil, &proc); end
|
1010
|
+
def Around(*tag_expressions, &proc); end
|
1011
|
+
def Ataktiež(regexp, symbol = nil, options = nil, &proc); end
|
1012
|
+
def Ataké(regexp, symbol = nil, options = nil, &proc); end
|
1013
|
+
def Atesa(regexp, symbol = nil, options = nil, &proc); end
|
1014
|
+
def Atiež(regexp, symbol = nil, options = nil, &proc); end
|
1015
|
+
def Atunci(regexp, symbol = nil, options = nil, &proc); end
|
1016
|
+
def Atès(regexp, symbol = nil, options = nil, &proc); end
|
1017
|
+
def Avast(regexp, symbol = nil, options = nil, &proc); end
|
1018
|
+
def Aye(regexp, symbol = nil, options = nil, &proc); end
|
1019
|
+
def Azároveň(regexp, symbol = nil, options = nil, &proc); end
|
1020
|
+
def BUT(regexp, symbol = nil, options = nil, &proc); end
|
1021
|
+
def Bagi(regexp, symbol = nil, options = nil, &proc); end
|
1022
|
+
def Banjur(regexp, symbol = nil, options = nil, &proc); end
|
1023
|
+
def Before(*tag_expressions, &proc); end
|
1024
|
+
def Bet(regexp, symbol = nil, options = nil, &proc); end
|
1025
|
+
def Bila(regexp, symbol = nil, options = nil, &proc); end
|
1026
|
+
def Biết(regexp, symbol = nil, options = nil, &proc); end
|
1027
|
+
def Blimey(regexp, symbol = nil, options = nil, &proc); end
|
1028
|
+
def Buh(regexp, symbol = nil, options = nil, &proc); end
|
1029
|
+
def But(regexp, symbol = nil, options = nil, &proc); end
|
1030
|
+
def ButattheendofthedayIreckon(regexp, symbol = nil, options = nil, &proc); end
|
1031
|
+
def Cal(regexp, symbol = nil, options = nil, &proc); end
|
1032
|
+
def Cand(regexp, symbol = nil, options = nil, &proc); end
|
1033
|
+
def Cando(regexp, symbol = nil, options = nil, &proc); end
|
1034
|
+
def Ce(regexp, symbol = nil, options = nil, &proc); end
|
1035
|
+
def Cho(regexp, symbol = nil, options = nil, &proc); end
|
1036
|
+
def Cuan(regexp, symbol = nil, options = nil, &proc); end
|
1037
|
+
def Cuando(regexp, symbol = nil, options = nil, &proc); end
|
1038
|
+
def Cuirigcásgo(regexp, symbol = nil, options = nil, &proc); end
|
1039
|
+
def Cuirigcásgur(regexp, symbol = nil, options = nil, &proc); end
|
1040
|
+
def Cuirigcásnach(regexp, symbol = nil, options = nil, &proc); end
|
1041
|
+
def Cuirigcásnár(regexp, symbol = nil, options = nil, &proc); end
|
1042
|
+
def Când(regexp, symbol = nil, options = nil, &proc); end
|
1043
|
+
def DEN(regexp, symbol = nil, options = nil, &proc); end
|
1044
|
+
def DaHghubejlu(regexp, symbol = nil, options = nil, &proc); end
|
1045
|
+
def Dada(regexp, symbol = nil, options = nil, &proc); end
|
1046
|
+
def Dadas(regexp, symbol = nil, options = nil, &proc); end
|
1047
|
+
def Dadena(regexp, symbol = nil, options = nil, &proc); end
|
1048
|
+
def Dadeno(regexp, symbol = nil, options = nil, &proc); end
|
1049
|
+
def Dado(regexp, symbol = nil, options = nil, &proc); end
|
1050
|
+
def Dados(regexp, symbol = nil, options = nil, &proc); end
|
1051
|
+
def Daes(regexp, symbol = nil, options = nil, &proc); end
|
1052
|
+
def Dan(regexp, symbol = nil, options = nil, &proc); end
|
1053
|
+
def Dann(regexp, symbol = nil, options = nil, &proc); end
|
1054
|
+
def Dano(regexp, symbol = nil, options = nil, &proc); end
|
1055
|
+
def Daos(regexp, symbol = nil, options = nil, &proc); end
|
1056
|
+
def Dar(regexp, symbol = nil, options = nil, &proc); end
|
1057
|
+
def Data(regexp, symbol = nil, options = nil, &proc); end
|
1058
|
+
def Date(regexp, symbol = nil, options = nil, &proc); end
|
1059
|
+
def Datefiind(regexp, symbol = nil, options = nil, &proc); end
|
1060
|
+
def Datfiind(regexp, symbol = nil, options = nil, &proc); end
|
1061
|
+
def Dati(regexp, symbol = nil, options = nil, &proc); end
|
1062
|
+
def Datifiind(regexp, symbol = nil, options = nil, &proc); end
|
1063
|
+
def Dato(regexp, symbol = nil, options = nil, &proc); end
|
1064
|
+
def Datăfiind(regexp, symbol = nil, options = nil, &proc); end
|
1065
|
+
def Dau(regexp, symbol = nil, options = nil, &proc); end
|
1066
|
+
def Daus(regexp, symbol = nil, options = nil, &proc); end
|
1067
|
+
def Daţifiind(regexp, symbol = nil, options = nil, &proc); end
|
1068
|
+
def Dațifiind(regexp, symbol = nil, options = nil, &proc); end
|
1069
|
+
def De(regexp, symbol = nil, options = nil, &proc); end
|
1070
|
+
def Dengan(regexp, symbol = nil, options = nil, &proc); end
|
1071
|
+
def Denyousegotta(regexp, symbol = nil, options = nil, &proc); end
|
1072
|
+
def Diasumsikan(regexp, symbol = nil, options = nil, &proc); end
|
1073
|
+
def Diberi(regexp, symbol = nil, options = nil, &proc); end
|
1074
|
+
def Diketahui(regexp, symbol = nil, options = nil, &proc); end
|
1075
|
+
def Diyelimki(regexp, symbol = nil, options = nil, &proc); end
|
1076
|
+
def Do(regexp, symbol = nil, options = nil, &proc); end
|
1077
|
+
def Donada(regexp, symbol = nil, options = nil, &proc); end
|
1078
|
+
def Donat(regexp, symbol = nil, options = nil, &proc); end
|
1079
|
+
def Donc(regexp, symbol = nil, options = nil, &proc); end
|
1080
|
+
def Donitaĵo(regexp, symbol = nil, options = nil, &proc); end
|
1081
|
+
def Dun(regexp, symbol = nil, options = nil, &proc); end
|
1082
|
+
def Duota(regexp, symbol = nil, options = nil, &proc); end
|
1083
|
+
def Dáu(regexp, symbol = nil, options = nil, &proc); end
|
1084
|
+
def E(regexp, symbol = nil, options = nil, &proc); end
|
1085
|
+
def Eeldades(regexp, symbol = nil, options = nil, &proc); end
|
1086
|
+
def Ef(regexp, symbol = nil, options = nil, &proc); end
|
1087
|
+
def En(regexp, symbol = nil, options = nil, &proc); end
|
1088
|
+
def Entao(regexp, symbol = nil, options = nil, &proc); end
|
1089
|
+
def Entonces(regexp, symbol = nil, options = nil, &proc); end
|
1090
|
+
def Então(regexp, symbol = nil, options = nil, &proc); end
|
1091
|
+
def Entón(regexp, symbol = nil, options = nil, &proc); end
|
1092
|
+
def Entós(regexp, symbol = nil, options = nil, &proc); end
|
1093
|
+
def Epi(regexp, symbol = nil, options = nil, &proc); end
|
1094
|
+
def Et(regexp, symbol = nil, options = nil, &proc); end
|
1095
|
+
def Etantdonné(regexp, symbol = nil, options = nil, &proc); end
|
1096
|
+
def Etantdonnée(regexp, symbol = nil, options = nil, &proc); end
|
1097
|
+
def Etantdonnées(regexp, symbol = nil, options = nil, &proc); end
|
1098
|
+
def Etantdonnéqu(regexp, symbol = nil, options = nil, &proc); end
|
1099
|
+
def Etantdonnéque(regexp, symbol = nil, options = nil, &proc); end
|
1100
|
+
def Etantdonnés(regexp, symbol = nil, options = nil, &proc); end
|
1101
|
+
def Etqu(regexp, symbol = nil, options = nil, &proc); end
|
1102
|
+
def Etque(regexp, symbol = nil, options = nil, &proc); end
|
1103
|
+
def Eğerki(regexp, symbol = nil, options = nil, &proc); end
|
1104
|
+
def Fakat(regexp, symbol = nil, options = nil, &proc); end
|
1105
|
+
def Gangway(regexp, symbol = nil, options = nil, &proc); end
|
1106
|
+
def Gdy(regexp, symbol = nil, options = nil, &proc); end
|
1107
|
+
def Gegebensei(regexp, symbol = nil, options = nil, &proc); end
|
1108
|
+
def Gegebenseien(regexp, symbol = nil, options = nil, &proc); end
|
1109
|
+
def Gegeven(regexp, symbol = nil, options = nil, &proc); end
|
1110
|
+
def Gegewe(regexp, symbol = nil, options = nil, &proc); end
|
1111
|
+
def Gitt(regexp, symbol = nil, options = nil, &proc); end
|
1112
|
+
def Given(regexp, symbol = nil, options = nil, &proc); end
|
1113
|
+
def Givet(regexp, symbol = nil, options = nil, &proc); end
|
1114
|
+
def Givun(regexp, symbol = nil, options = nil, &proc); end
|
1115
|
+
def Ha(regexp, symbol = nil, options = nil, &proc); end
|
1116
|
+
def Həm(regexp, symbol = nil, options = nil, &proc); end
|
1117
|
+
def I(regexp, symbol = nil, options = nil, &proc); end
|
1118
|
+
def ICANHAZ(regexp, symbol = nil, options = nil, &proc); end
|
1119
|
+
def In(regexp, symbol = nil, options = nil, &proc); end
|
1120
|
+
def Ir(regexp, symbol = nil, options = nil, &proc); end
|
1121
|
+
def Itsjustunbelievable(regexp, symbol = nil, options = nil, &proc); end
|
1122
|
+
def Ja(regexp, symbol = nil, options = nil, &proc); end
|
1123
|
+
def Jeśli(regexp, symbol = nil, options = nil, &proc); end
|
1124
|
+
def Jeżeli(regexp, symbol = nil, options = nil, &proc); end
|
1125
|
+
def Jika(regexp, symbol = nil, options = nil, &proc); end
|
1126
|
+
def Kad(regexp, symbol = nil, options = nil, &proc); end
|
1127
|
+
def Kada(regexp, symbol = nil, options = nil, &proc); end
|
1128
|
+
def Kadar(regexp, symbol = nil, options = nil, &proc); end
|
1129
|
+
def Kai(regexp, symbol = nil, options = nil, &proc); end
|
1130
|
+
def Kaj(regexp, symbol = nil, options = nil, &proc); end
|
1131
|
+
def Když(regexp, symbol = nil, options = nil, &proc); end
|
1132
|
+
def Kemudian(regexp, symbol = nil, options = nil, &proc); end
|
1133
|
+
def Ketika(regexp, symbol = nil, options = nil, &proc); end
|
1134
|
+
def Keď(regexp, symbol = nil, options = nil, &proc); end
|
1135
|
+
def Khi(regexp, symbol = nil, options = nil, &proc); end
|
1136
|
+
def Kiedy(regexp, symbol = nil, options = nil, &proc); end
|
1137
|
+
def Ko(regexp, symbol = nil, options = nil, &proc); end
|
1138
|
+
def Koga(regexp, symbol = nil, options = nil, &proc); end
|
1139
|
+
def Komence(regexp, symbol = nil, options = nil, &proc); end
|
1140
|
+
def Kui(regexp, symbol = nil, options = nil, &proc); end
|
1141
|
+
def Kuid(regexp, symbol = nil, options = nil, &proc); end
|
1142
|
+
def Kun(regexp, symbol = nil, options = nil, &proc); end
|
1143
|
+
def Lan(regexp, symbol = nil, options = nil, &proc); end
|
1144
|
+
def Le(regexp, symbol = nil, options = nil, &proc); end
|
1145
|
+
def Lesaa(regexp, symbol = nil, options = nil, &proc); end
|
1146
|
+
def Letgoandhaul(regexp, symbol = nil, options = nil, &proc); end
|
1147
|
+
def Logo(regexp, symbol = nil, options = nil, &proc); end
|
1148
|
+
def Lorsqu(regexp, symbol = nil, options = nil, &proc); end
|
1149
|
+
def Lorsque(regexp, symbol = nil, options = nil, &proc); end
|
1150
|
+
def Lè(regexp, symbol = nil, options = nil, &proc); end
|
1151
|
+
def Lèsaa(regexp, symbol = nil, options = nil, &proc); end
|
1152
|
+
def Ma(regexp, symbol = nil, options = nil, &proc); end
|
1153
|
+
def Maar(regexp, symbol = nil, options = nil, &proc); end
|
1154
|
+
def Mais(regexp, symbol = nil, options = nil, &proc); end
|
1155
|
+
def Maisqu(regexp, symbol = nil, options = nil, &proc); end
|
1156
|
+
def Maisque(regexp, symbol = nil, options = nil, &proc); end
|
1157
|
+
def Majd(regexp, symbol = nil, options = nil, &proc); end
|
1158
|
+
def Mając(regexp, symbol = nil, options = nil, &proc); end
|
1159
|
+
def Maka(regexp, symbol = nil, options = nil, &proc); end
|
1160
|
+
def Manawa(regexp, symbol = nil, options = nil, &proc); end
|
1161
|
+
def Mas(regexp, symbol = nil, options = nil, &proc); end
|
1162
|
+
def Men(regexp, symbol = nil, options = nil, &proc); end
|
1163
|
+
def Menawa(regexp, symbol = nil, options = nil, &proc); end
|
1164
|
+
def Mutta(regexp, symbol = nil, options = nil, &proc); end
|
1165
|
+
def Nalika(regexp, symbol = nil, options = nil, &proc); end
|
1166
|
+
def Nalikaning(regexp, symbol = nil, options = nil, &proc); end
|
1167
|
+
def Nanging(regexp, symbol = nil, options = nil, &proc); end
|
1168
|
+
def Nato(regexp, symbol = nil, options = nil, &proc); end
|
1169
|
+
def Nhưng(regexp, symbol = nil, options = nil, &proc); end
|
1170
|
+
def Niin(regexp, symbol = nil, options = nil, &proc); end
|
1171
|
+
def Njuk(regexp, symbol = nil, options = nil, &proc); end
|
1172
|
+
def No(regexp, symbol = nil, options = nil, &proc); end
|
1173
|
+
def Nuaira(regexp, symbol = nil, options = nil, &proc); end
|
1174
|
+
def Nuairba(regexp, symbol = nil, options = nil, &proc); end
|
1175
|
+
def Nuairnach(regexp, symbol = nil, options = nil, &proc); end
|
1176
|
+
def Nuairnár(regexp, symbol = nil, options = nil, &proc); end
|
1177
|
+
def När(regexp, symbol = nil, options = nil, &proc); end
|
1178
|
+
def Når(regexp, symbol = nil, options = nil, &proc); end
|
1179
|
+
def Nəvaxtki(regexp, symbol = nil, options = nil, &proc); end
|
1180
|
+
def Och(regexp, symbol = nil, options = nil, &proc); end
|
1181
|
+
def Og(regexp, symbol = nil, options = nil, &proc); end
|
1182
|
+
def Ohalda(regexp, symbol = nil, options = nil, &proc); end
|
1183
|
+
def Oletetaan(regexp, symbol = nil, options = nil, &proc); end
|
1184
|
+
def Ond(regexp, symbol = nil, options = nil, &proc); end
|
1185
|
+
def Onda(regexp, symbol = nil, options = nil, &proc); end
|
1186
|
+
def Oraz(regexp, symbol = nil, options = nil, &proc); end
|
1187
|
+
def Ozaman(regexp, symbol = nil, options = nil, &proc); end
|
1188
|
+
def Pak(regexp, symbol = nil, options = nil, &proc); end
|
1189
|
+
def ParameterType(options); end
|
1190
|
+
def Pero(regexp, symbol = nil, options = nil, &proc); end
|
1191
|
+
def Peru(regexp, symbol = nil, options = nil, &proc); end
|
1192
|
+
def Però(regexp, symbol = nil, options = nil, &proc); end
|
1193
|
+
def Podano(regexp, symbol = nil, options = nil, &proc); end
|
1194
|
+
def Pokiaľ(regexp, symbol = nil, options = nil, &proc); end
|
1195
|
+
def Pokud(regexp, symbol = nil, options = nil, &proc); end
|
1196
|
+
def Potem(regexp, symbol = nil, options = nil, &proc); end
|
1197
|
+
def Potom(regexp, symbol = nil, options = nil, &proc); end
|
1198
|
+
def Privzeto(regexp, symbol = nil, options = nil, &proc); end
|
1199
|
+
def Pryd(regexp, symbol = nil, options = nil, &proc); end
|
1200
|
+
def Quan(regexp, symbol = nil, options = nil, &proc); end
|
1201
|
+
def Quand(regexp, symbol = nil, options = nil, &proc); end
|
1202
|
+
def Quando(regexp, symbol = nil, options = nil, &proc); end
|
1203
|
+
def Sachant(regexp, symbol = nil, options = nil, &proc); end
|
1204
|
+
def Sachantqu(regexp, symbol = nil, options = nil, &proc); end
|
1205
|
+
def Sachantque(regexp, symbol = nil, options = nil, &proc); end
|
1206
|
+
def Se(regexp, symbol = nil, options = nil, &proc); end
|
1207
|
+
def Sed(regexp, symbol = nil, options = nil, &proc); end
|
1208
|
+
def Si(regexp, symbol = nil, options = nil, &proc); end
|
1209
|
+
def Siis(regexp, symbol = nil, options = nil, &proc); end
|
1210
|
+
def Sipoze(regexp, symbol = nil, options = nil, &proc); end
|
1211
|
+
def SipozeKe(regexp, symbol = nil, options = nil, &proc); end
|
1212
|
+
def Sipozeke(regexp, symbol = nil, options = nil, &proc); end
|
1213
|
+
def Soit(regexp, symbol = nil, options = nil, &proc); end
|
1214
|
+
def Stel(regexp, symbol = nil, options = nil, &proc); end
|
1215
|
+
def Så(regexp, symbol = nil, options = nil, &proc); end
|
1216
|
+
def Tad(regexp, symbol = nil, options = nil, &proc); end
|
1217
|
+
def Tada(regexp, symbol = nil, options = nil, &proc); end
|
1218
|
+
def Tak(regexp, symbol = nil, options = nil, &proc); end
|
1219
|
+
def Takrat(regexp, symbol = nil, options = nil, &proc); end
|
1220
|
+
def Tapi(regexp, symbol = nil, options = nil, &proc); end
|
1221
|
+
def Ter(regexp, symbol = nil, options = nil, &proc); end
|
1222
|
+
def Tetapi(regexp, symbol = nil, options = nil, &proc); end
|
1223
|
+
def Tha(regexp, symbol = nil, options = nil, &proc); end
|
1224
|
+
def Thathe(regexp, symbol = nil, options = nil, &proc); end
|
1225
|
+
def Then(regexp, symbol = nil, options = nil, &proc); end
|
1226
|
+
def Thurh(regexp, symbol = nil, options = nil, &proc); end
|
1227
|
+
def Thì(regexp, symbol = nil, options = nil, &proc); end
|
1228
|
+
def Toda(regexp, symbol = nil, options = nil, &proc); end
|
1229
|
+
def Togash(regexp, symbol = nil, options = nil, &proc); end
|
1230
|
+
def Tooright(regexp, symbol = nil, options = nil, &proc); end
|
1231
|
+
def Tutaqki(regexp, symbol = nil, options = nil, &proc); end
|
1232
|
+
def Ukoliko(regexp, symbol = nil, options = nil, &proc); end
|
1233
|
+
def Un(regexp, symbol = nil, options = nil, &proc); end
|
1234
|
+
def Und(regexp, symbol = nil, options = nil, &proc); end
|
1235
|
+
def Ve(regexp, symbol = nil, options = nil, &proc); end
|
1236
|
+
def Vendar(regexp, symbol = nil, options = nil, &proc); end
|
1237
|
+
def Verilir(regexp, symbol = nil, options = nil, &proc); end
|
1238
|
+
def Và(regexp, symbol = nil, options = nil, &proc); end
|
1239
|
+
def Və(regexp, symbol = nil, options = nil, &proc); end
|
1240
|
+
def WEN(regexp, symbol = nil, options = nil, &proc); end
|
1241
|
+
def Wanneer(regexp, symbol = nil, options = nil, &proc); end
|
1242
|
+
def Wenn(regexp, symbol = nil, options = nil, &proc); end
|
1243
|
+
def When(regexp, symbol = nil, options = nil, &proc); end
|
1244
|
+
def World(*world_modules, **namespaced_world_modules, &proc); end
|
1245
|
+
def Wtedy(regexp, symbol = nil, options = nil, &proc); end
|
1246
|
+
def Wun(regexp, symbol = nil, options = nil, &proc); end
|
1247
|
+
def Y(regexp, symbol = nil, options = nil, &proc); end
|
1248
|
+
def Ya(regexp, symbol = nil, options = nil, &proc); end
|
1249
|
+
def Yeahnah(regexp, symbol = nil, options = nil, &proc); end
|
1250
|
+
def Yknow(regexp, symbol = nil, options = nil, &proc); end
|
1251
|
+
def Yna(regexp, symbol = nil, options = nil, &proc); end
|
1252
|
+
def Youseknowlikewhen(regexp, symbol = nil, options = nil, &proc); end
|
1253
|
+
def Youseknowwhenyousegot(regexp, symbol = nil, options = nil, &proc); end
|
1254
|
+
def Zadan(regexp, symbol = nil, options = nil, &proc); end
|
1255
|
+
def Zadani(regexp, symbol = nil, options = nil, &proc); end
|
1256
|
+
def Zadano(regexp, symbol = nil, options = nil, &proc); end
|
1257
|
+
def Zadate(regexp, symbol = nil, options = nil, &proc); end
|
1258
|
+
def Zadati(regexp, symbol = nil, options = nil, &proc); end
|
1259
|
+
def Zadato(regexp, symbol = nil, options = nil, &proc); end
|
1260
|
+
def Zakładając(regexp, symbol = nil, options = nil, &proc); end
|
1261
|
+
def Zakładającże(regexp, symbol = nil, options = nil, &proc); end
|
1262
|
+
def Zapredpokladu(regexp, symbol = nil, options = nil, &proc); end
|
1263
|
+
def Zapředpokladu(regexp, symbol = nil, options = nil, &proc); end
|
1264
|
+
def Zaradi(regexp, symbol = nil, options = nil, &proc); end
|
1265
|
+
def Zatim(regexp, symbol = nil, options = nil, &proc); end
|
1266
|
+
def a(regexp, symbol = nil, options = nil, &proc); end
|
1267
|
+
def ach(regexp, symbol = nil, options = nil, &proc); end
|
1268
|
+
def an(regexp, symbol = nil, options = nil, &proc); end
|
1269
|
+
def awer(regexp, symbol = nil, options = nil, &proc); end
|
1270
|
+
def dann(regexp, symbol = nil, options = nil, &proc); end
|
1271
|
+
def ej(regexp, symbol = nil, options = nil, &proc); end
|
1272
|
+
def ghunoblu(regexp, symbol = nil, options = nil, &proc); end
|
1273
|
+
def if_nil(value, default); end
|
1274
|
+
def latlh(regexp, symbol = nil, options = nil, &proc); end
|
1275
|
+
def mä(regexp, symbol = nil, options = nil, &proc); end
|
1276
|
+
def qaSDI(regexp, symbol = nil, options = nil, &proc); end
|
1277
|
+
def register_rb_step_definition(regexp, symbol = nil, options = nil, &proc); end
|
1278
|
+
def self.alias_adverb(adverb); end
|
1279
|
+
def self.build_rb_world_factory(world_modules, namespaced_world_modules, proc); end
|
1280
|
+
def self.define_parameter_type(parameter_type); end
|
1281
|
+
def self.rb_language=(arg0); end
|
1282
|
+
def self.register_rb_hook(phase, tag_names, proc); end
|
1283
|
+
def self.register_rb_step_definition(regexp, proc_or_sym, options = nil); end
|
1284
|
+
def ugeholl(regexp, symbol = nil, options = nil, &proc); end
|
1285
|
+
def vaj(regexp, symbol = nil, options = nil, &proc); end
|
1286
|
+
def wann(regexp, symbol = nil, options = nil, &proc); end
|
1287
|
+
def És(regexp, symbol = nil, options = nil, &proc); end
|
1288
|
+
def Étantdonné(regexp, symbol = nil, options = nil, &proc); end
|
1289
|
+
def Étantdonnée(regexp, symbol = nil, options = nil, &proc); end
|
1290
|
+
def Étantdonnées(regexp, symbol = nil, options = nil, &proc); end
|
1291
|
+
def Étantdonnéqu(regexp, symbol = nil, options = nil, &proc); end
|
1292
|
+
def Étantdonnéque(regexp, symbol = nil, options = nil, &proc); end
|
1293
|
+
def Étantdonnés(regexp, symbol = nil, options = nil, &proc); end
|
1294
|
+
def Ða(regexp, symbol = nil, options = nil, &proc); end
|
1295
|
+
def Ðaðe(regexp, symbol = nil, options = nil, &proc); end
|
1296
|
+
def Ðurh(regexp, symbol = nil, options = nil, &proc); end
|
1297
|
+
def Þa(regexp, symbol = nil, options = nil, &proc); end
|
1298
|
+
def Þaþe(regexp, symbol = nil, options = nil, &proc); end
|
1299
|
+
def Þegar(regexp, symbol = nil, options = nil, &proc); end
|
1300
|
+
def Þurh(regexp, symbol = nil, options = nil, &proc); end
|
1301
|
+
def Þá(regexp, symbol = nil, options = nil, &proc); end
|
1302
|
+
def Če(regexp, symbol = nil, options = nil, &proc); end
|
1303
|
+
def Şi(regexp, symbol = nil, options = nil, &proc); end
|
1304
|
+
def Əgər(regexp, symbol = nil, options = nil, &proc); end
|
1305
|
+
def Și(regexp, symbol = nil, options = nil, &proc); end
|
1306
|
+
def Όταν(regexp, symbol = nil, options = nil, &proc); end
|
1307
|
+
def Αλλά(regexp, symbol = nil, options = nil, &proc); end
|
1308
|
+
def Δεδομένου(regexp, symbol = nil, options = nil, &proc); end
|
1309
|
+
def Και(regexp, symbol = nil, options = nil, &proc); end
|
1310
|
+
def Τότε(regexp, symbol = nil, options = nil, &proc); end
|
1311
|
+
def І(regexp, symbol = nil, options = nil, &proc); end
|
1312
|
+
def А(regexp, symbol = nil, options = nil, &proc); end
|
1313
|
+
def Агар(regexp, symbol = nil, options = nil, &proc); end
|
1314
|
+
def Але(regexp, symbol = nil, options = nil, &proc); end
|
1315
|
+
def Али(regexp, symbol = nil, options = nil, &proc); end
|
1316
|
+
def Аммо(regexp, symbol = nil, options = nil, &proc); end
|
1317
|
+
def Анх(regexp, symbol = nil, options = nil, &proc); end
|
1318
|
+
def Атакож(regexp, symbol = nil, options = nil, &proc); end
|
1319
|
+
def Бирок(regexp, symbol = nil, options = nil, &proc); end
|
1320
|
+
def Ва(regexp, symbol = nil, options = nil, &proc); end
|
1321
|
+
def Вә(regexp, symbol = nil, options = nil, &proc); end
|
1322
|
+
def Гэхдээ(regexp, symbol = nil, options = nil, &proc); end
|
1323
|
+
def Дадена(regexp, symbol = nil, options = nil, &proc); end
|
1324
|
+
def Дадено(regexp, symbol = nil, options = nil, &proc); end
|
1325
|
+
def Дано(regexp, symbol = nil, options = nil, &proc); end
|
1326
|
+
def Допустим(regexp, symbol = nil, options = nil, &proc); end
|
1327
|
+
def Если(regexp, symbol = nil, options = nil, &proc); end
|
1328
|
+
def Задате(regexp, symbol = nil, options = nil, &proc); end
|
1329
|
+
def Задати(regexp, symbol = nil, options = nil, &proc); end
|
1330
|
+
def Задато(regexp, symbol = nil, options = nil, &proc); end
|
1331
|
+
def Затем(regexp, symbol = nil, options = nil, &proc); end
|
1332
|
+
def И(regexp, symbol = nil, options = nil, &proc); end
|
1333
|
+
def Иначе(regexp, symbol = nil, options = nil, &proc); end
|
1334
|
+
def Кад(regexp, symbol = nil, options = nil, &proc); end
|
1335
|
+
def Када(regexp, symbol = nil, options = nil, &proc); end
|
1336
|
+
def Кога(regexp, symbol = nil, options = nil, &proc); end
|
1337
|
+
def Когато(regexp, symbol = nil, options = nil, &proc); end
|
1338
|
+
def Когда(regexp, symbol = nil, options = nil, &proc); end
|
1339
|
+
def Коли(regexp, symbol = nil, options = nil, &proc); end
|
1340
|
+
def Ктомуже(regexp, symbol = nil, options = nil, &proc); end
|
1341
|
+
def Лекин(regexp, symbol = nil, options = nil, &proc); end
|
1342
|
+
def Ләкин(regexp, symbol = nil, options = nil, &proc); end
|
1343
|
+
def Мөн(regexp, symbol = nil, options = nil, &proc); end
|
1344
|
+
def Нехай(regexp, symbol = nil, options = nil, &proc); end
|
1345
|
+
def Но(regexp, symbol = nil, options = nil, &proc); end
|
1346
|
+
def Нәтиҗәдә(regexp, symbol = nil, options = nil, &proc); end
|
1347
|
+
def Онда(regexp, symbol = nil, options = nil, &proc); end
|
1348
|
+
def Припустимо(regexp, symbol = nil, options = nil, &proc); end
|
1349
|
+
def Припустимощо(regexp, symbol = nil, options = nil, &proc); end
|
1350
|
+
def Пусть(regexp, symbol = nil, options = nil, &proc); end
|
1351
|
+
def Та(regexp, symbol = nil, options = nil, &proc); end
|
1352
|
+
def Также(regexp, symbol = nil, options = nil, &proc); end
|
1353
|
+
def То(regexp, symbol = nil, options = nil, &proc); end
|
1354
|
+
def Тогаш(regexp, symbol = nil, options = nil, &proc); end
|
1355
|
+
def Тогда(regexp, symbol = nil, options = nil, &proc); end
|
1356
|
+
def Тоді(regexp, symbol = nil, options = nil, &proc); end
|
1357
|
+
def Тэгэхэд(regexp, symbol = nil, options = nil, &proc); end
|
1358
|
+
def Тэгээд(regexp, symbol = nil, options = nil, &proc); end
|
1359
|
+
def Унда(regexp, symbol = nil, options = nil, &proc); end
|
1360
|
+
def Харин(regexp, symbol = nil, options = nil, &proc); end
|
1361
|
+
def Хэрэв(regexp, symbol = nil, options = nil, &proc); end
|
1362
|
+
def Якщо(regexp, symbol = nil, options = nil, &proc); end
|
1363
|
+
def Үүнийдараа(regexp, symbol = nil, options = nil, &proc); end
|
1364
|
+
def Һәм(regexp, symbol = nil, options = nil, &proc); end
|
1365
|
+
def Әгәр(regexp, symbol = nil, options = nil, &proc); end
|
1366
|
+
def Әйтик(regexp, symbol = nil, options = nil, &proc); end
|
1367
|
+
def Әмма(regexp, symbol = nil, options = nil, &proc); end
|
1368
|
+
def Өгөгдсөннь(regexp, symbol = nil, options = nil, &proc); end
|
1369
|
+
def Ապա(regexp, symbol = nil, options = nil, &proc); end
|
1370
|
+
def Բայց(regexp, symbol = nil, options = nil, &proc); end
|
1371
|
+
def Դիցուք(regexp, symbol = nil, options = nil, &proc); end
|
1372
|
+
def Եթե(regexp, symbol = nil, options = nil, &proc); end
|
1373
|
+
def Եվ(regexp, symbol = nil, options = nil, &proc); end
|
1374
|
+
def Երբ(regexp, symbol = nil, options = nil, &proc); end
|
1375
|
+
def אבל(regexp, symbol = nil, options = nil, &proc); end
|
1376
|
+
def אז(regexp, symbol = nil, options = nil, &proc); end
|
1377
|
+
def אזי(regexp, symbol = nil, options = nil, &proc); end
|
1378
|
+
def בהינתן(regexp, symbol = nil, options = nil, &proc); end
|
1379
|
+
def וגם(regexp, symbol = nil, options = nil, &proc); end
|
1380
|
+
def כאשר(regexp, symbol = nil, options = nil, &proc); end
|
1381
|
+
def آنگاه(regexp, symbol = nil, options = nil, &proc); end
|
1382
|
+
def اذاً(regexp, symbol = nil, options = nil, &proc); end
|
1383
|
+
def اما(regexp, symbol = nil, options = nil, &proc); end
|
1384
|
+
def اور(regexp, symbol = nil, options = nil, &proc); end
|
1385
|
+
def اگر(regexp, symbol = nil, options = nil, &proc); end
|
1386
|
+
def بافرض(regexp, symbol = nil, options = nil, &proc); end
|
1387
|
+
def بالفرض(regexp, symbol = nil, options = nil, &proc); end
|
1388
|
+
def بفرض(regexp, symbol = nil, options = nil, &proc); end
|
1389
|
+
def تب(regexp, symbol = nil, options = nil, &proc); end
|
1390
|
+
def ثم(regexp, symbol = nil, options = nil, &proc); end
|
1391
|
+
def جب(regexp, symbol = nil, options = nil, &proc); end
|
1392
|
+
def عندما(regexp, symbol = nil, options = nil, &proc); end
|
1393
|
+
def فرضکیا(regexp, symbol = nil, options = nil, &proc); end
|
1394
|
+
def لكن(regexp, symbol = nil, options = nil, &proc); end
|
1395
|
+
def لیکن(regexp, symbol = nil, options = nil, &proc); end
|
1396
|
+
def متى(regexp, symbol = nil, options = nil, &proc); end
|
1397
|
+
def هنگامی(regexp, symbol = nil, options = nil, &proc); end
|
1398
|
+
def و(regexp, symbol = nil, options = nil, &proc); end
|
1399
|
+
def پھر(regexp, symbol = nil, options = nil, &proc); end
|
1400
|
+
def अगर(regexp, symbol = nil, options = nil, &proc); end
|
1401
|
+
def अनी(regexp, symbol = nil, options = nil, &proc); end
|
1402
|
+
def आणि(regexp, symbol = nil, options = nil, &proc); end
|
1403
|
+
def और(regexp, symbol = nil, options = nil, &proc); end
|
1404
|
+
def कदा(regexp, symbol = nil, options = nil, &proc); end
|
1405
|
+
def किन्तु(regexp, symbol = nil, options = nil, &proc); end
|
1406
|
+
def चूंकि(regexp, symbol = nil, options = nil, &proc); end
|
1407
|
+
def जब(regexp, symbol = nil, options = nil, &proc); end
|
1408
|
+
def जर(regexp, symbol = nil, options = nil, &proc); end
|
1409
|
+
def जेव्हा(regexp, symbol = nil, options = nil, &proc); end
|
1410
|
+
def तथा(regexp, symbol = nil, options = nil, &proc); end
|
1411
|
+
def तदा(regexp, symbol = nil, options = nil, &proc); end
|
1412
|
+
def तब(regexp, symbol = nil, options = nil, &proc); end
|
1413
|
+
def तर(regexp, symbol = nil, options = nil, &proc); end
|
1414
|
+
def तसेच(regexp, symbol = nil, options = nil, &proc); end
|
1415
|
+
def तेव्हा(regexp, symbol = nil, options = nil, &proc); end
|
1416
|
+
def त्यसपछि(regexp, symbol = nil, options = nil, &proc); end
|
1417
|
+
def दिइएको(regexp, symbol = nil, options = nil, &proc); end
|
1418
|
+
def दिएको(regexp, symbol = nil, options = nil, &proc); end
|
1419
|
+
def दिलेल्याप्रमाणे(regexp, symbol = nil, options = nil, &proc); end
|
1420
|
+
def पण(regexp, symbol = nil, options = nil, &proc); end
|
1421
|
+
def पर(regexp, symbol = nil, options = nil, &proc); end
|
1422
|
+
def परंतु(regexp, symbol = nil, options = nil, &proc); end
|
1423
|
+
def परन्तु(regexp, symbol = nil, options = nil, &proc); end
|
1424
|
+
def मग(regexp, symbol = nil, options = nil, &proc); end
|
1425
|
+
def यदि(regexp, symbol = nil, options = nil, &proc); end
|
1426
|
+
def र(regexp, symbol = nil, options = nil, &proc); end
|
1427
|
+
def ਅਤੇ(regexp, symbol = nil, options = nil, &proc); end
|
1428
|
+
def ਜਦੋਂ(regexp, symbol = nil, options = nil, &proc); end
|
1429
|
+
def ਜਿਵੇਂਕਿ(regexp, symbol = nil, options = nil, &proc); end
|
1430
|
+
def ਜੇਕਰ(regexp, symbol = nil, options = nil, &proc); end
|
1431
|
+
def ਤਦ(regexp, symbol = nil, options = nil, &proc); end
|
1432
|
+
def ਪਰ(regexp, symbol = nil, options = nil, &proc); end
|
1433
|
+
def અને(regexp, symbol = nil, options = nil, &proc); end
|
1434
|
+
def આપેલછે(regexp, symbol = nil, options = nil, &proc); end
|
1435
|
+
def ક્યારે(regexp, symbol = nil, options = nil, &proc); end
|
1436
|
+
def પછી(regexp, symbol = nil, options = nil, &proc); end
|
1437
|
+
def પણ(regexp, symbol = nil, options = nil, &proc); end
|
1438
|
+
def அப்பொழுது(regexp, symbol = nil, options = nil, &proc); end
|
1439
|
+
def ஆனால்(regexp, symbol = nil, options = nil, &proc); end
|
1440
|
+
def எப்போது(regexp, symbol = nil, options = nil, &proc); end
|
1441
|
+
def கொடுக்கப்பட்ட(regexp, symbol = nil, options = nil, &proc); end
|
1442
|
+
def மற்றும்(regexp, symbol = nil, options = nil, &proc); end
|
1443
|
+
def மேலும்(regexp, symbol = nil, options = nil, &proc); end
|
1444
|
+
def అప్పుడు(regexp, symbol = nil, options = nil, &proc); end
|
1445
|
+
def ఈపరిస్థితిలో(regexp, symbol = nil, options = nil, &proc); end
|
1446
|
+
def కాని(regexp, symbol = nil, options = nil, &proc); end
|
1447
|
+
def చెప్పబడినది(regexp, symbol = nil, options = nil, &proc); end
|
1448
|
+
def మరియు(regexp, symbol = nil, options = nil, &proc); end
|
1449
|
+
def ಆದರೆ(regexp, symbol = nil, options = nil, &proc); end
|
1450
|
+
def ನಂತರ(regexp, symbol = nil, options = nil, &proc); end
|
1451
|
+
def ನೀಡಿದ(regexp, symbol = nil, options = nil, &proc); end
|
1452
|
+
def ಮತ್ತು(regexp, symbol = nil, options = nil, &proc); end
|
1453
|
+
def ಸ್ಥಿತಿಯನ್ನು(regexp, symbol = nil, options = nil, &proc); end
|
1454
|
+
def กำหนดให้(regexp, symbol = nil, options = nil, &proc); end
|
1455
|
+
def ดังนั้น(regexp, symbol = nil, options = nil, &proc); end
|
1456
|
+
def เมื่อ(regexp, symbol = nil, options = nil, &proc); end
|
1457
|
+
def แต่(regexp, symbol = nil, options = nil, &proc); end
|
1458
|
+
def และ(regexp, symbol = nil, options = nil, &proc); end
|
1459
|
+
def და(regexp, symbol = nil, options = nil, &proc); end
|
1460
|
+
def მაშინ(regexp, symbol = nil, options = nil, &proc); end
|
1461
|
+
def მოცემული(regexp, symbol = nil, options = nil, &proc); end
|
1462
|
+
def როდესაც(regexp, symbol = nil, options = nil, &proc); end
|
1463
|
+
def かつ(regexp, symbol = nil, options = nil, &proc); end
|
1464
|
+
def しかし(regexp, symbol = nil, options = nil, &proc); end
|
1465
|
+
def ただし(regexp, symbol = nil, options = nil, &proc); end
|
1466
|
+
def ならば(regexp, symbol = nil, options = nil, &proc); end
|
1467
|
+
def もし(regexp, symbol = nil, options = nil, &proc); end
|
1468
|
+
def 並且(regexp, symbol = nil, options = nil, &proc); end
|
1469
|
+
def 但し(regexp, symbol = nil, options = nil, &proc); end
|
1470
|
+
def 但是(regexp, symbol = nil, options = nil, &proc); end
|
1471
|
+
def 假如(regexp, symbol = nil, options = nil, &proc); end
|
1472
|
+
def 假定(regexp, symbol = nil, options = nil, &proc); end
|
1473
|
+
def 假設(regexp, symbol = nil, options = nil, &proc); end
|
1474
|
+
def 假设(regexp, symbol = nil, options = nil, &proc); end
|
1475
|
+
def 前提(regexp, symbol = nil, options = nil, &proc); end
|
1476
|
+
def 同时(regexp, symbol = nil, options = nil, &proc); end
|
1477
|
+
def 同時(regexp, symbol = nil, options = nil, &proc); end
|
1478
|
+
def 并且(regexp, symbol = nil, options = nil, &proc); end
|
1479
|
+
def 当(regexp, symbol = nil, options = nil, &proc); end
|
1480
|
+
def 當(regexp, symbol = nil, options = nil, &proc); end
|
1481
|
+
def 而且(regexp, symbol = nil, options = nil, &proc); end
|
1482
|
+
def 那么(regexp, symbol = nil, options = nil, &proc); end
|
1483
|
+
def 那麼(regexp, symbol = nil, options = nil, &proc); end
|
1484
|
+
def 그러면(regexp, symbol = nil, options = nil, &proc); end
|
1485
|
+
def 그리고(regexp, symbol = nil, options = nil, &proc); end
|
1486
|
+
def 단(regexp, symbol = nil, options = nil, &proc); end
|
1487
|
+
def 만약(regexp, symbol = nil, options = nil, &proc); end
|
1488
|
+
def 만일(regexp, symbol = nil, options = nil, &proc); end
|
1489
|
+
def 먼저(regexp, symbol = nil, options = nil, &proc); end
|
1490
|
+
def 조건(regexp, symbol = nil, options = nil, &proc); end
|
1491
|
+
def 하지만(regexp, symbol = nil, options = nil, &proc); end
|
1492
|
+
end
|
1493
|
+
module Cucumber::Glue::Snippet
|
1494
|
+
end
|
1495
|
+
class Cucumber::Glue::Snippet::Generator
|
1496
|
+
def call(code_keyword, step_name, multiline_arg, snippet_type); end
|
1497
|
+
def initialize(cucumber_expression_generator); end
|
1498
|
+
def self.register_on(configuration); end
|
1499
|
+
def typed_snippet_class(type); end
|
1500
|
+
end
|
1501
|
+
class Cucumber::Glue::Snippet::BaseSnippet
|
1502
|
+
def code_keyword; end
|
1503
|
+
def do_block; end
|
1504
|
+
def generated_expressions; end
|
1505
|
+
def initialize(cucumber_expression_generator, code_keyword, step_name, multiline_argument); end
|
1506
|
+
def multiline_argument; end
|
1507
|
+
def number_of_arguments; end
|
1508
|
+
def parameters; end
|
1509
|
+
def pattern; end
|
1510
|
+
def replace_and_count_capturing_groups(pattern); end
|
1511
|
+
def self.cli_option_string(type, cucumber_expression_generator); end
|
1512
|
+
def self.example(cucumber_expression_generator); end
|
1513
|
+
def step; end
|
1514
|
+
def to_s; end
|
1515
|
+
end
|
1516
|
+
class Cucumber::Glue::Snippet::CucumberExpression < Cucumber::Glue::Snippet::BaseSnippet
|
1517
|
+
def parameters(expr); end
|
1518
|
+
def self.description; end
|
1519
|
+
def to_s; end
|
1520
|
+
def typed_pattern; end
|
1521
|
+
end
|
1522
|
+
class Cucumber::Glue::Snippet::Regexp < Cucumber::Glue::Snippet::BaseSnippet
|
1523
|
+
def self.description; end
|
1524
|
+
def typed_pattern; end
|
1525
|
+
end
|
1526
|
+
class Cucumber::Glue::Snippet::Classic < Cucumber::Glue::Snippet::BaseSnippet
|
1527
|
+
def self.description; end
|
1528
|
+
def typed_pattern; end
|
1529
|
+
end
|
1530
|
+
class Cucumber::Glue::Snippet::Percent < Cucumber::Glue::Snippet::BaseSnippet
|
1531
|
+
def self.description; end
|
1532
|
+
def typed_pattern; end
|
1533
|
+
end
|
1534
|
+
module Cucumber::Glue::Snippet::MultilineArgumentSnippet
|
1535
|
+
def self.new(multiline_argument); end
|
1536
|
+
end
|
1537
|
+
class Cucumber::Glue::Snippet::MultilineArgumentSnippet::Builder
|
1538
|
+
def data_table(table, *_args); end
|
1539
|
+
def doc_string(*_args); end
|
1540
|
+
def result; end
|
1541
|
+
end
|
1542
|
+
class Cucumber::Glue::Snippet::MultilineArgumentSnippet::DocString
|
1543
|
+
def append_block_parameter_to(array); end
|
1544
|
+
def append_comment_to(string); end
|
1545
|
+
end
|
1546
|
+
class Cucumber::Glue::Snippet::MultilineArgumentSnippet::DataTable
|
1547
|
+
def append_block_parameter_to(array); end
|
1548
|
+
def append_comment_to(string); end
|
1549
|
+
def initialize(table); end
|
1550
|
+
end
|
1551
|
+
class Cucumber::Glue::Snippet::MultilineArgumentSnippet::None
|
1552
|
+
def append_block_parameter_to(array); end
|
1553
|
+
def append_comment_to(string); end
|
1554
|
+
end
|
1555
|
+
class Cucumber::Glue::InvokeInWorld
|
1556
|
+
def self.cucumber_compatible_arity?(args, block); end
|
1557
|
+
def self.cucumber_instance_exec_in(world, check_arity, pseudo_method, *args, &block); end
|
1558
|
+
def self.cucumber_run_with_backtrace_filtering(pseudo_method); end
|
1559
|
+
def self.replace_instance_exec_invocation_line!(backtrace, instance_exec_invocation_line, pseudo_method); end
|
1560
|
+
end
|
1561
|
+
class Cucumber::Glue::ArityMismatchError < StandardError
|
1562
|
+
end
|
1563
|
+
class Cucumber::Glue::Hook
|
1564
|
+
def fail_for_old_style_tag_expressions(tag_expressions); end
|
1565
|
+
def id; end
|
1566
|
+
def initialize(id, registry, tag_expressions, proc); end
|
1567
|
+
def invoke(pseudo_method, arguments, &block); end
|
1568
|
+
def location; end
|
1569
|
+
def sanitize_tag_expressions(tag_expressions); end
|
1570
|
+
def tag_expressions; end
|
1571
|
+
def to_envelope; end
|
1572
|
+
end
|
1573
|
+
module Cucumber::Glue::ProtoWorld
|
1574
|
+
def ask(question, timeout_seconds = nil); end
|
1575
|
+
def attach(file, media_type = nil); end
|
1576
|
+
def inspect; end
|
1577
|
+
def log(*messages); end
|
1578
|
+
def pending(message = nil); end
|
1579
|
+
def self.for(runtime, language); end
|
1580
|
+
def skip_this_scenario(message = nil); end
|
1581
|
+
def step(name, raw_multiline_arg = nil); end
|
1582
|
+
def steps(steps_text); end
|
1583
|
+
def table(text_or_table); end
|
1584
|
+
def to_s; end
|
1585
|
+
end
|
1586
|
+
class String
|
1587
|
+
def indent(n); end
|
1588
|
+
end
|
1589
|
+
class Cucumber::Glue::StepDefinition
|
1590
|
+
def ==(other); end
|
1591
|
+
def arguments_from(step_name); end
|
1592
|
+
def backtrace_line; end
|
1593
|
+
def expression; end
|
1594
|
+
def expression_type; end
|
1595
|
+
def file; end
|
1596
|
+
def file_colon_line; end
|
1597
|
+
def id; end
|
1598
|
+
def initialize(id, registry, expression, proc); end
|
1599
|
+
def invoke(args); end
|
1600
|
+
def location; end
|
1601
|
+
def registry; end
|
1602
|
+
def self.create_proc(proc_or_sym, options); end
|
1603
|
+
def self.new(id, registry, string_or_regexp, proc_or_sym, options); end
|
1604
|
+
def self.parse_target_proc_from(options); end
|
1605
|
+
def self.patch_location_onto(block); end
|
1606
|
+
def to_envelope; end
|
1607
|
+
def to_hash; end
|
1608
|
+
end
|
1609
|
+
class Cucumber::Glue::StepDefinition::MissingProc < StandardError
|
1610
|
+
def message; end
|
1611
|
+
end
|
1612
|
+
class Cucumber::Glue::WorldFactory
|
1613
|
+
def create_world; end
|
1614
|
+
def initialize(proc); end
|
1615
|
+
def raise_nil_world; end
|
1616
|
+
end
|
1617
|
+
class Cucumber::StepDefinitionLight
|
1618
|
+
def eql?(other); end
|
1619
|
+
def hash; end
|
1620
|
+
def initialize(regexp_source, location); end
|
1621
|
+
def location; end
|
1622
|
+
def regexp_source; end
|
1623
|
+
end
|
1624
|
+
class Cucumber::Glue::NilWorld < StandardError
|
1625
|
+
def initialize; end
|
1626
|
+
end
|
1627
|
+
class Cucumber::Glue::MultipleWorld < StandardError
|
1628
|
+
def initialize(first_proc, second_proc); end
|
1629
|
+
end
|
1630
|
+
class Cucumber::Glue::RegistryAndMore
|
1631
|
+
def add_hook(phase, hook); end
|
1632
|
+
def after_configuration(configuration); end
|
1633
|
+
def available_step_definition(regexp_source, file_colon_line); end
|
1634
|
+
def available_step_definition_hash; end
|
1635
|
+
def begin_scenario(test_case); end
|
1636
|
+
def build_rb_world_factory(world_modules, namespaced_world_modules, proc); end
|
1637
|
+
def clear_hooks; end
|
1638
|
+
def create_expression(string_or_regexp); end
|
1639
|
+
def current_world; end
|
1640
|
+
def define_parameter_type(parameter_type); end
|
1641
|
+
def end_scenario; end
|
1642
|
+
def hooks; end
|
1643
|
+
def hooks_for(phase, scenario); end
|
1644
|
+
def initialize(runtime, configuration); end
|
1645
|
+
def invoked_step_definition(regexp_source, file_colon_line); end
|
1646
|
+
def invoked_step_definition_hash; end
|
1647
|
+
def load_code_file(code_file); end
|
1648
|
+
def parameter_type_envelope(parameter_type); end
|
1649
|
+
def register_rb_hook(phase, tag_expressions, proc); end
|
1650
|
+
def register_rb_step_definition(string_or_regexp, proc_or_sym, options); end
|
1651
|
+
def self.cli_snippet_type_options; end
|
1652
|
+
def step_definitions; end
|
1653
|
+
def step_matches(name_to_match); end
|
1654
|
+
def unmatched_step_definitions; end
|
1655
|
+
end
|
1656
|
+
class Cucumber::ProjectInitializer
|
1657
|
+
def create_directory(dir_name); end
|
1658
|
+
def create_directory_or_file(file_name, directory); end
|
1659
|
+
def create_file(file_name); end
|
1660
|
+
def report_creating(file); end
|
1661
|
+
def report_exists(file); end
|
1662
|
+
def run; end
|
1663
|
+
end
|
1664
|
+
class Cucumber::Cli::Options
|
1665
|
+
def [](key); end
|
1666
|
+
def []=(key, value); end
|
1667
|
+
def add_option(option, value); end
|
1668
|
+
def add_profile(p); end
|
1669
|
+
def add_tag(value); end
|
1670
|
+
def add_tag_limit(tag_limits, tag_name, limit); end
|
1671
|
+
def add_tag_limits(value); end
|
1672
|
+
def banner; end
|
1673
|
+
def check_formatter_stream_conflicts; end
|
1674
|
+
def color(color); end
|
1675
|
+
def color_msg; end
|
1676
|
+
def custom_profiles; end
|
1677
|
+
def default_options; end
|
1678
|
+
def default_profile_should_be_used?; end
|
1679
|
+
def disable_profile_loading; end
|
1680
|
+
def disable_profile_loading?; end
|
1681
|
+
def dry_run_msg; end
|
1682
|
+
def exclude_msg; end
|
1683
|
+
def exit_ok(text); end
|
1684
|
+
def expanded_args; end
|
1685
|
+
def extract_environment_variables; end
|
1686
|
+
def filters; end
|
1687
|
+
def format_msg; end
|
1688
|
+
def i18n_keywords_msg; end
|
1689
|
+
def i18n_languages_msg; end
|
1690
|
+
def indicate_invalid_language_and_exit(lang); end
|
1691
|
+
def init_msg; end
|
1692
|
+
def initialize(out_stream = nil, error_stream = nil, options = nil); end
|
1693
|
+
def initialize_project; end
|
1694
|
+
def language(lang); end
|
1695
|
+
def lines_msg; end
|
1696
|
+
def list_keywords_and_exit(lang); end
|
1697
|
+
def list_languages_and_exit; end
|
1698
|
+
def merge_profiles; end
|
1699
|
+
def merge_tag_limits(option_limits, other_limits); end
|
1700
|
+
def merge_with_profile(profile); end
|
1701
|
+
def name_msg; end
|
1702
|
+
def no_profile_short_flag_msg; end
|
1703
|
+
def non_stdout_formats; end
|
1704
|
+
def options; end
|
1705
|
+
def out_msg; end
|
1706
|
+
def out_stream(v); end
|
1707
|
+
def parse!(args); end
|
1708
|
+
def parse_formats(v); end
|
1709
|
+
def process_publish_options; end
|
1710
|
+
def profile_loader; end
|
1711
|
+
def profile_short_flag_msg; end
|
1712
|
+
def profiles; end
|
1713
|
+
def publisher; end
|
1714
|
+
def require_files(v); end
|
1715
|
+
def require_files_msg; end
|
1716
|
+
def require_jars(jars); end
|
1717
|
+
def retry_msg; end
|
1718
|
+
def reverse_merge(other_options); end
|
1719
|
+
def self.parse(args, out_stream, error_stream, options = nil); end
|
1720
|
+
def set_dry_run_and_duration; end
|
1721
|
+
def set_option(option, value = nil); end
|
1722
|
+
def set_strict(setting, type = nil); end
|
1723
|
+
def shut_up; end
|
1724
|
+
def snippet_type_msg; end
|
1725
|
+
def stdout_formats; end
|
1726
|
+
def strict_msg; end
|
1727
|
+
def tags_msg; end
|
1728
|
+
def to_code_keywords_string(list); end
|
1729
|
+
def to_hash; end
|
1730
|
+
def to_keywords_string(list); end
|
1731
|
+
def truthy_string?(str); end
|
1732
|
+
end
|
1733
|
+
module Cucumber::Formatter::Io
|
1734
|
+
def ensure_dir(path, name); end
|
1735
|
+
def ensure_file(path, name); end
|
1736
|
+
def ensure_io(path_or_url_or_io, error_stream); end
|
1737
|
+
def io?(path_or_url_or_io); end
|
1738
|
+
def self.ensure_dir(path, name); end
|
1739
|
+
def self.ensure_file(path, name); end
|
1740
|
+
def self.ensure_io(path_or_url_or_io, error_stream); end
|
1741
|
+
def self.included(formatter_class); end
|
1742
|
+
def self.io?(path_or_url_or_io); end
|
1743
|
+
def self.url?(path_or_url_or_io); end
|
1744
|
+
def url?(path_or_url_or_io); end
|
1745
|
+
end
|
1746
|
+
module Cucumber::Formatter::Io::ClassMethods
|
1747
|
+
def new(*args, &block); end
|
1748
|
+
end
|
1749
|
+
module Cucumber::Formatter::Console
|
1750
|
+
def attach(src, media_type); end
|
1751
|
+
def collect_snippet_data(test_step, ast_lookup); end
|
1752
|
+
def collect_undefined_parameter_type_names(undefined_parameter_type); end
|
1753
|
+
def do_print_passing_wip(passed_messages); end
|
1754
|
+
def do_print_profile_information(profiles); end
|
1755
|
+
def do_print_snippets(snippet_text_proc); end
|
1756
|
+
def do_print_undefined_parameter_type_snippet(type_name); end
|
1757
|
+
def element_messages(elements, status); end
|
1758
|
+
def exception_message_string(e, indent); end
|
1759
|
+
def format_for(*keys); end
|
1760
|
+
def format_step(keyword, step_match, status, source_indent); end
|
1761
|
+
def format_string(o, status); end
|
1762
|
+
def linebreaks(msg, max); end
|
1763
|
+
def print_element_messages(element_messages, status, kind); end
|
1764
|
+
def print_elements(elements, status, kind); end
|
1765
|
+
def print_exception(e, status, indent); end
|
1766
|
+
def print_passing_wip(config, passed_test_cases, ast_lookup); end
|
1767
|
+
def print_profile_information; end
|
1768
|
+
def print_snippets(options); end
|
1769
|
+
def print_statistics(duration, config, counts, issues); end
|
1770
|
+
def snippet_text(step_keyword, step_name, multiline_arg); end
|
1771
|
+
extend Cucumber::Formatter::ANSIColor
|
1772
|
+
include Cucumber::Formatter::Duration
|
1773
|
+
end
|
1774
|
+
class Cucumber::Formatter::Console::SnippetData
|
1775
|
+
def actual_keyword; end
|
1776
|
+
def initialize(actual_keyword, step); end
|
1777
|
+
def step; end
|
1778
|
+
end
|
1779
|
+
class Cucumber::Formatter::FailFast
|
1780
|
+
def initialize(configuration); end
|
1781
|
+
end
|
1782
|
+
module Cucumber::Term::Banner
|
1783
|
+
def display_banner(lines, io, border_modifiers = nil); end
|
1784
|
+
end
|
1785
|
+
class Cucumber::Term::Banner::BannerMaker
|
1786
|
+
def apply_modifiers(str, modifiers); end
|
1787
|
+
def display_banner(lines, io, border_modifiers); end
|
1788
|
+
def display_line(line); end
|
1789
|
+
def display_span(span); end
|
1790
|
+
def line_length(line); end
|
1791
|
+
def span_length(span); end
|
1792
|
+
include Cucumber::Term::ANSIColor
|
1793
|
+
end
|
1794
|
+
class Cucumber::Formatter::PublishBannerPrinter
|
1795
|
+
def display_publish_ad(io); end
|
1796
|
+
def highlight(text); end
|
1797
|
+
def initialize(configuration); end
|
1798
|
+
def link(text); end
|
1799
|
+
def pre(text); end
|
1800
|
+
include Cucumber::Term::Banner
|
1801
|
+
end
|
1802
|
+
module Cucumber::FixRuby21Bug9285
|
1803
|
+
def message; end
|
1804
|
+
end
|
1805
|
+
class Cucumber::FileException < RuntimeError
|
1806
|
+
def initialize(original_exception, path); end
|
1807
|
+
def path; end
|
1808
|
+
end
|
1809
|
+
class Cucumber::FileNotFoundException < Cucumber::FileException
|
1810
|
+
end
|
1811
|
+
class Cucumber::FeatureFolderNotFoundException < RuntimeError
|
1812
|
+
def initialize(path); end
|
1813
|
+
def message; end
|
1814
|
+
end
|
1815
|
+
class Cucumber::Runtime::NormalisedEncodingFile
|
1816
|
+
def initialize(path); end
|
1817
|
+
def read; end
|
1818
|
+
def self.read(path); end
|
1819
|
+
def set_encoding; end
|
1820
|
+
end
|
1821
|
+
class Cucumber::Cli::YmlLoadError < StandardError
|
1822
|
+
end
|
1823
|
+
class Cucumber::Cli::ProfilesNotDefinedError < Cucumber::Cli::YmlLoadError
|
1824
|
+
end
|
1825
|
+
class Cucumber::Cli::ProfileNotFound < StandardError
|
1826
|
+
end
|
1827
|
+
class Cucumber::Cli::Configuration
|
1828
|
+
def add_default_formatter; end
|
1829
|
+
def arrange_formats; end
|
1830
|
+
def dry_run?; end
|
1831
|
+
def expand?; end
|
1832
|
+
def fail_fast?; end
|
1833
|
+
def filters; end
|
1834
|
+
def formats; end
|
1835
|
+
def formatter_missing?; end
|
1836
|
+
def guess?; end
|
1837
|
+
def initialize(out_stream = nil, error_stream = nil); end
|
1838
|
+
def log; end
|
1839
|
+
def name_regexps; end
|
1840
|
+
def needs_default_formatter?; end
|
1841
|
+
def out_stream; end
|
1842
|
+
def parse!(args); end
|
1843
|
+
def paths; end
|
1844
|
+
def publish_only?; end
|
1845
|
+
def randomize?; end
|
1846
|
+
def retry_attempts; end
|
1847
|
+
def seed; end
|
1848
|
+
def set_environment_variables; end
|
1849
|
+
def snippet_type; end
|
1850
|
+
def strict; end
|
1851
|
+
def tag_expressions; end
|
1852
|
+
def tag_limits; end
|
1853
|
+
def to_hash; end
|
1854
|
+
def verbose?; end
|
1855
|
+
def wip?; end
|
1856
|
+
include Cucumber::Constantize
|
1857
|
+
end
|
1858
|
+
class Cucumber::Cli::Configuration::LogFormatter < Logger::Formatter
|
1859
|
+
def call(_severity, _time, _progname, msg); end
|
1860
|
+
end
|
1861
|
+
class Cucumber::Cli::Main
|
1862
|
+
def configuration; end
|
1863
|
+
def execute!(existing_runtime = nil); end
|
1864
|
+
def exit_ok; end
|
1865
|
+
def exit_tests_failed; end
|
1866
|
+
def exit_unable_to_finish!; end
|
1867
|
+
def exit_unable_to_finish; end
|
1868
|
+
def initialize(args, _ = nil, out = nil, err = nil, kernel = nil); end
|
1869
|
+
def runtime(existing_runtime); end
|
1870
|
+
def self.execute(args); end
|
1871
|
+
def trap_interrupt; end
|
1872
|
+
end
|
1873
|
+
class Cucumber::StepDefinitions
|
1874
|
+
def initialize(configuration = nil); end
|
1875
|
+
def to_json(obj = nil); end
|
1876
|
+
end
|