Sha256: 69117cd3b6093d97846034cd0bdd6145f51f51b7dd301e72d0d64e0cb82d5d5b

Contents?: true

Size: 228 Bytes

Versions: 10

Compression:

Stored size: 228 Bytes

Contents

require 'helper'

class SecureForwardInputTest < Test::Unit::TestCase
  CONFIG = %[
]

  def create_driver(conf=CONFIG,tag='test')
    Fluent::Test::InputTestDriver.new(Fluent::SecureForwardInput, tag).configure(conf)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.1.8 test/plugin/test_in_secure_forward.rb
fluent-plugin-secure-forward-0.1.7 test/plugin/test_in_secure_forward.rb
fluent-plugin-secure-forward-0.1.6 test/plugin/test_in_secure_forward.rb
fluent-plugin-secure-forward-0.1.5 test/plugin/test_in_secure_forward.rb
fluent-plugin-secure-forward-0.1.4 test/plugin/test_in_secure_forward.rb
fluent-plugin-secure-forward-0.1.3 test/plugin/test_in_secure_forward.rb
fluent-plugin-secure-forward-0.1.2 test/plugin/test_in_secure_forward.rb
fluent-plugin-secure-forward-0.1.1 test/plugin/test_in_secure_forward.rb
fluent-plugin-secure-forward-0.1.0 test/plugin/test_in_secure_forward.rb
fluent-plugin-secure-forward-0.0.4 test/plugin/test_in_secure_forward.rb