public final class UgiTestUtil
extends Object
UserGroupInformation is statically initialized, and depending on the order of how tests are run, the internal state
maybe different, which causes tests to fail sometimes. This class exposes a static package-private method so that
tests that change the internal state of UserGroupInformation are able to reset the internal state after completion.
To be used for testing purposes only.