# Functions
AssertChanges is an assertion helper for comparing autofix changes.
AssertIssues is an assertion helper for comparing issues.
AssertIssuesWithoutRange is an assertion helper for comparing issues except for range.
TestRunner returns a mock Runner for testing.
# Structs
Config is a pseudo TFLint config file object for testing from plugins.
Issue is a stub that has the same structure as the actually used issue object.
RuleConfig is a pseudo TFLint config file object for testing from plugins.
Runner is a mock that satisfies the Runner interface for plugin testing.
Variable is an implementation of variables in Terraform language.
# Type aliases
Issues is a list of Issue.