Sha256: aa2ed1c5980630026938af9955ef03b798b1086554de1a4d36dbc6c6ee661a5b

Contents?: true

Size: 329 Bytes

Versions: 268

Compression:

Stored size: 329 Bytes

Contents

require "helper"
require "fluent/plugin/<%= plugin_filename %>"

class <%= class_name %>Test < Test::Unit::TestCase
  setup do
    Fluent::Test.setup
  end

  test "failure" do
    flunk
  end

  private

  def create_driver(conf)
    Fluent::Test::Driver::Filter.new(Fluent::Plugin::<%= class_name %>).configure(conf)
  end
end

Version data entries

268 entries across 268 versions & 8 rubygems

Version Path
fluentd-1.16.4-x64-mingw-ucrt templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.4-x86-mingw32 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.4-x64-mingw32 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.4 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd222-1.16.2-x86_64-linux templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.3-x86-mingw32 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.3-x64-mingw32 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.3-x64-mingw-ucrt templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.3 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.2-x86-mingw32 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.2-x64-mingw32 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.2-x64-mingw-ucrt templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.2 templates/new_gem/test/plugin/test_filter.rb.erb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/fluentd-1.16.1/templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.1-x64-mingw-ucrt templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.1-x64-mingw32 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.1-x86-mingw32 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.1 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.0-x64-mingw32 templates/new_gem/test/plugin/test_filter.rb.erb
fluentd-1.16.0-x64-mingw-ucrt templates/new_gem/test/plugin/test_filter.rb.erb