Sha256: 967751d868d2e3f041f5311545aa72e2fb2577587681f988cae1688e6a0093bb

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::Parser.new(Fluent::Plugin::<%= class_name %>).configure(conf)
  end
end

Version data entries

268 entries across 268 versions & 8 rubygems

Version Path
fluentd-1.14.6-x64-mingw-ucrt templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.6-x64-mingw32 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.6 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.5-x64-mingw-ucrt templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.5-x86-mingw32 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.5-x64-mingw32 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.5 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.4-x64-mingw-ucrt templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.4-x64-mingw32 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.4-x86-mingw32 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.4 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.3-x86-mingw32 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.3-x64-mingw32 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.3 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.2-x86-mingw32 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.2-x64-mingw32 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.2 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.1-x86-mingw32 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.1-x64-mingw32 templates/new_gem/test/plugin/test_parser.rb.erb
fluentd-1.14.1 templates/new_gem/test/plugin/test_parser.rb.erb