# Functions

No description provided by the author
AssertActions asserts the actual actions have the expected action verb.
AssertCondition asserts the actual conditions has the expected condition.
No description provided by the author
No description provided by the author
No description provided by the author
AssertError asserts the actual error representation is the same with the expected, if the expected error representation is empty, the actual should be nil.
AssertError asserts the actual error representation starts with the expected prerfix, if the expected error prefix is empty, the actual should be nil.
AssertFinalizers asserts the given runtime object has the expected finalizers.
No description provided by the author
AssertNoActions asserts no actions are happened.
AssertNoMoreUpdates asserts only one update action in given actions.
AssertUpdateActions asserts the actions are get-then-update action.
RemoveTempFile removes a temporary file if it exists.
WriteToTempFile writes data to a temporary file in the default directory for temporary files with the provided pattern and returns the file and an error if any.