Class AccumuloITBase

    • Constructor Detail

      • AccumuloITBase

        public AccumuloITBase()
    • Method Detail

      • getOnlyElement

        protected <T> T getOnlyElement​(Collection<T> c)
      • getUniqueNames

        public String[] getUniqueNames​(int num)
      • getSslDir

        public static File getSslDir​(File baseDir)
        Determines an appropriate directory name for holding generated ssl files for a test. The directory returned will have the same name as the provided directory, but with the suffix "-ssl" appended. This new directory is not created here, but is expected to be created as needed.
        Parameters:
        baseDir - the original directory, which the new directory will be created next to; it should exist
        Returns:
        the new directory (is not created)
      • createTestDir

        public static File createTestDir​(String name)
      • defaultTimeout

        protected Duration defaultTimeout()
        Time to wait per-method before declaring a timeout.