# Packages
No description provided by the author
# Functions
DropPrivilege drops privilege.
EnsurePrivilege ensures elevated privileges are available during a test.
ResetPrivilege returns effective privilege to the original user.
WithoutPrivilege wraps the supplied test function with calls to ensure the test is run without elevated privileges.
WithPrivilege wraps the supplied test function with calls to ensure the test is run with elevated privileges.