Class UnitTestingExecutor

  • All Implemented Interfaces:
    Runnable

    public class UnitTestingExecutor
    extends Thread
    Class of executing unit test agent parallel to the Synapse engine. Class extends with Thread class
    • Constructor Detail

      • UnitTestingExecutor

        public UnitTestingExecutor()
    • Method Detail

      • getExecuteInstance

        public static UnitTestingExecutor getExecuteInstance()
        Return initialized UnitTestingExecutor initializeThread object.
      • run

        public void run()
        Method of executing thread of agent.
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread
      • getSynapseConfiguration

        public SynapseConfiguration getSynapseConfiguration()
        get the current SynapseConfiguration.
        Returns:
        SynapseConfiguration
      • setSynapseConfiguration

        public void setSynapseConfiguration​(SynapseConfiguration synapseConfiguration)
        set the current SynapseConfiguration.
        Parameters:
        synapseConfiguration - synapse configuration