Sha256: 15ac31e64a1e1538181d6471ff422731ed68ac9677bbb25c99116194d6f127fd

Contents?: true

Size: 328 Bytes

Versions: 268

Compression:

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

Version data entries

268 entries across 268 versions & 8 rubygems

Version Path
fluentd-1.14.0-x86-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.14.0-x64-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.14.0 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.14.0.rc templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.3-x86-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.3-x64-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.3 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.2-x86-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.2-x64-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.2 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.1-x86-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.1-x64-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.1 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.0-x64-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.0-x86-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.13.0 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.12.4-x64-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.12.4-x86-mingw32 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.12.4 templates/new_gem/test/plugin/test_input.rb.erb
fluentd-1.12.3-x86-mingw32 templates/new_gem/test/plugin/test_input.rb.erb