# Functions

FixTabsOrDie counts the number of tab characters preceding the first line in the given yaml object.

# Variables

DeducedParser is a parser that is deduced no matter what the version specified.

# Structs

Apply is a type of operation.
No description provided by the author
ChangeParser is a type of operation.
ExtractApply is a type of operation.
No description provided by the author
ForceApply is a type of operation.
ForceApplyObject is a type of operation.
SameVersionParser can be used if all the versions are actually using the same type.
State of the current test in terms of live object.
TestCase is the list of operations that need to be run, as well as the object/managedfields as they are supposed to look like after all the operations have been successfully performed.
Update is a type of operation.
UpdateObject is a type of operation.

# Interfaces

Operation is a step that will run when building a table-driven test.
For the sake of tests, a parser is something that can retrieve a ParseableType.