invadersmustdie/puppet-catalog-test

View on GitHub
lib/puppet-catalog-test/test_case.rb

Summary

Maintainability
A
0 mins
Test Coverage
module PuppetCatalogTest
  class TestCase < Struct.new(:name, :facts, :passed, :error, :duration)
  end
end