Skip to content

Commit

Permalink
test serialization of start and duration fields
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Sep 21, 2023
1 parent 648e839 commit 896b299
Show file tree
Hide file tree
Showing 104 changed files with 229 additions and 61 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ gem "ddtrace"

gem "pry"
gem "rake"
gem "rspec"
gem "os"

gem "climate_control"

gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"

gem "standard", "~> 1.31.0"

gem "yard"
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/jruby_9.4.0.0_cucumber_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec"
gem "os"
gem "climate_control"
gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ GEM
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.0)
thor (1.2.2)
timecop (0.9.8)
unicode-display_width (2.4.2)
webrick (1.8.1)
yard (0.9.34)
Expand All @@ -150,6 +151,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/jruby_9.4.0.0_cucumber_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec"
gem "os"
gem "climate_control"
gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ GEM
ffi (~> 1.1)
thor (1.2.2)
thread_safe (0.3.6-java)
timecop (0.9.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
Expand All @@ -182,6 +183,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/jruby_9.4.0.0_cucumber_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec"
gem "os"
gem "climate_control"
gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ GEM
ffi (~> 1.1)
thor (1.2.2)
thread_safe (0.3.6-java)
timecop (0.9.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
Expand All @@ -182,6 +183,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/jruby_9.4.0.0_cucumber_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec"
gem "os"
gem "climate_control"
gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ GEM
ffi (~> 1.1)
thor (1.2.2)
thread_safe (0.3.6-java)
timecop (0.9.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
Expand All @@ -186,6 +187,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/jruby_9.4.0.0_cucumber_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec"
gem "os"
gem "climate_control"
gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ GEM
sys-uname (1.2.3)
ffi (~> 1.1)
thor (1.2.2)
timecop (0.9.8)
unicode-display_width (2.4.2)
webrick (1.8.1)
yard (0.9.34)
Expand All @@ -166,6 +167,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/jruby_9.4.0.0_cucumber_8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec"
gem "os"
gem "climate_control"
gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ GEM
sys-uname (1.2.3)
ffi (~> 1.1)
thor (1.2.2)
timecop (0.9.8)
unicode-display_width (2.4.2)
webrick (1.8.1)
yard (0.9.34)
Expand All @@ -160,6 +161,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/jruby_9.4.0.0_minitest_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec"
gem "os"
gem "climate_control"
gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ GEM
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.0)
thor (1.2.2)
timecop (0.9.8)
unicode-display_width (2.4.2)
webrick (1.8.1)
yard (0.9.34)
Expand All @@ -130,6 +131,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/jruby_9.4.0.0_rspec_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec", "~> 3"
gem "os"
gem "climate_control"
gem "rspec", "~> 3"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ GEM
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.0)
thor (1.2.2)
timecop (0.9.8)
unicode-display_width (2.4.2)
webrick (1.8.1)
yard (0.9.34)
Expand All @@ -128,6 +129,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/ruby_2.7.6_cucumber_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec"
gem "os"
gem "climate_control"
gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/ruby_2.7.6_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ GEM
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.0)
thor (1.2.2)
timecop (0.9.8)
unicode-display_width (2.4.2)
webrick (1.8.1)
yard (0.9.34)
Expand All @@ -147,6 +148,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/ruby_2.7.6_cucumber_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec"
gem "os"
gem "climate_control"
gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/ruby_2.7.6_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ GEM
ffi (~> 1.1)
thor (1.2.2)
thread_safe (0.3.6)
timecop (0.9.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
Expand All @@ -179,6 +180,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/ruby_2.7.6_cucumber_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec"
gem "os"
gem "climate_control"
gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/ruby_2.7.6_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ GEM
ffi (~> 1.1)
thor (1.2.2)
thread_safe (0.3.6)
timecop (0.9.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
Expand All @@ -179,6 +180,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/ruby_2.7.6_cucumber_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ source "https://rubygems.org"
gem "ddtrace"
gem "pry"
gem "rake"
gem "rspec"
gem "os"
gem "climate_control"
gem "rspec"
gem "rspec-collection_matchers"
gem "rspec_junit_formatter"
gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/ruby_2.7.6_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ GEM
ffi (~> 1.1)
thor (1.2.2)
thread_safe (0.3.6)
timecop (0.9.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
Expand All @@ -183,6 +184,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura (~> 2.1.0)
standard (~> 1.31.0)
timecop
webrick
yard

Expand Down
Loading

0 comments on commit 896b299

Please sign in to comment.