Class PluginTestUtil


  • public class PluginTestUtil
    extends java.lang.Object
    Utility methods for testing plugins
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginTestUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void writePluginProperties​(java.nio.file.Path pluginDir, java.lang.String... stringProps)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PluginTestUtil

        public PluginTestUtil()
    • Method Detail

      • writePluginProperties

        public static void writePluginProperties​(java.nio.file.Path pluginDir,
                                                 java.lang.String... stringProps)
                                          throws java.io.IOException
        Throws:
        java.io.IOException