Class ResourceBundlePerf.GetMenuJava

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String[] expected  
      (package private) java.lang.String key  
    • Constructor Summary

      Constructors 
      Constructor Description
      GetMenuJava​(java.lang.String key, java.lang.String[] expected)  
    • Field Detail

      • key

        java.lang.String key
      • expected

        java.lang.String[] expected
    • Constructor Detail

      • GetMenuJava

        GetMenuJava​(java.lang.String key,
                    java.lang.String[] expected)
    • Method Detail

      • call

        public void call()
        Description copied from class: PerfTest.Function
        Subclasses should implement this method to do the action to be measured if the action is thread-safe
        Overrides:
        call in class PerfTest.Function