Package com.indeed.proctor.common.model
Class NameObfuscator
- java.lang.Object
-
- com.indeed.proctor.common.model.NameObfuscator
-
public class NameObfuscator extends java.lang.ObjectUtility class to ensure that all obfuscations of proctor test name use the same hashing mechanism.
-
-
Constructor Summary
Constructors Constructor Description NameObfuscator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringobfuscateTestName(java.lang.String stringToHash)wraps the function by which testnames are obfuscated
-