Class AbstractConfiguredServerTest

java.lang.Object
org.scictrl.csshell.server.test.AbstractSimpleServerTest
org.scictrl.csshell.server.test.AbstractConfiguredServerTest
Direct Known Subclasses:
ArrayAssemblyApplicationTest, CounterProcessorsTest, FeedbackLoopApplicationTest, ForwardValueProcessorTest, MemoryValueProcessorsTest, RunningCounterApplicationTest, ScanApplicationTest, SemaphoreProcessorTest, StatusCheckAlarmProcessorTest, SummaryAlarmProcessorTest, TimeValueProcessorTest, ValueCheckProcessorTest, ValueDiffCheckProcessorTest, ValueLevelAlarmProcessorTest, ValueStateMachineTest

public class AbstractConfiguredServerTest extends AbstractSimpleServerTest

AbstractConfiguredServerTest class.

Author:
igor@scictrl.com
  • Field Details

    • configFile

      protected String configFile
      Configuration file name, it matches test class name.
    • configName

      protected String configName
      Configuration name for server to be run in server configuration file,
    • pvCount

      protected int pvCount
      Initial number of PVs, if no other PVs are declared in application.
  • Constructor Details

    • AbstractConfiguredServerTest

      public AbstractConfiguredServerTest()
      Constructor.
  • Method Details

    • setUp

      public void setUp() throws Exception

      setUp.

      Overrides:
      setUp in class AbstractSimpleServerTest
      Throws:
      Exception - if fails
    • checkRecord

      protected void checkRecord(org.scictrl.csshell.epics.server.Record r)

      checkRecord.

      Parameters:
      r - a Record object
    • pause

      protected void pause(long time)

      pause.

      Parameters:
      time - a long
    • getConfigDir

      protected String getConfigDir()

      getConfigDir.

      Returns:
      a String object