Class UdfTestSetup

    • Constructor Detail

      • UdfTestSetup

        public UdfTestSetup​(String testHostIpAddress,
                            com.exasol.bucketfs.Bucket bucket,
                            Connection exasolConnection)
        Create a new instance of UdfTestSetup.
        Parameters:
        testHostIpAddress - IP address of the host running this UDF Test Setup under which UDFs can reach it
        bucket - BucketFS bucket to upload resource to
        exasolConnection - connection to the Exasol database. Make sure that your tests use the same connection
      • UdfTestSetup

        public UdfTestSetup​(com.exasol.exasoltestsetup.ExasolTestSetup testSetup,
                            Connection exasolConnection)
        Create a new instance of UdfTestSetup.
        Parameters:
        testSetup - Exasol test setup
        exasolConnection - connection to the Exasol database. Make sure that your tests use the same connection
    • Method Detail

      • getJvmOptions

        public String[] getJvmOptions()
        Get JVM options required for this setup.
        Returns:
        array of JVM options