Guest User

Untitled

a guest
Dec 13th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public class Parametro {
  2.  
  3. public static ThreadLocal<String> CONTADOR_SCREENSHOT = new ThreadLocal<>();
  4. public static ThreadLocal<String> METHOD_NAME_TEST = new ThreadLocal<>();
  5.  
  6. }
Add Comment
Please, Sign In to add comment