Sha256: ed40ed1dada315420b65cff99212c177fa7fe726bec2ad62db6337e92f0bd559

Contents?: true

Size: 330 Bytes

Versions: 15

Compression:

Stored size: 330 Bytes

Contents

require 'fluent/test'

class StdoutOutputTest < Test::Unit::TestCase
  def setup
    Fluent::Test.setup
  end

  CONFIG = %[
  ]

  def create_driver(conf = CONFIG)
    Fluent::Test::OutputTestDriver.new(Fluent::StdoutOutput).configure(conf)
  end

  def test_configure
    d = create_driver
  end

  # def test_emit
  # end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
fluentd-0.10.36 test/plugin/out_stdout.rb
fluentd-0.10.35 test/plugin/out_stdout.rb
fluentd-0.10.34 test/plugin/out_stdout.rb
fluentd-0.10.33 test/plugin/out_stdout.rb
fluentd-0.10.32 test/plugin/out_stdout.rb
fluentd-0.10.31 test/plugin/out_stdout.rb
fluentd-0.10.30 test/plugin/out_stdout.rb
fluentd-0.10.29 test/plugin/out_stdout.rb
fluentd-0.10.28 test/plugin/out_stdout.rb
fluentd-0.10.27 test/plugin/out_stdout.rb
fluentd-0.10.26 test/plugin/out_stdout.rb
fluentd-0.10.25 test/plugin/out_stdout.rb
fluentd-0.10.24 test/plugin/out_stdout.rb
fluentd-0.10.23 test/plugin/out_stdout.rb
fluentd-0.10.22 test/plugin/out_stdout.rb