Package org.scictrl.csshell.server.test
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
AbstractConfiguredServerTest class.
- Author:
- igor@scictrl.com
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
Configuration file name, it matches test class name.protected String
Configuration name for server to be run in server configuration file,protected int
Initial number of PVs, if no other PVs are declared in application.Fields inherited from class org.scictrl.csshell.server.test.AbstractSimpleServerTest
connector, server
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkRecord
(org.scictrl.csshell.epics.server.Record r) checkRecord.protected String
getConfigDir.protected void
pause
(long time) pause.void
setUp()
setUp.Methods inherited from class org.scictrl.csshell.server.test.AbstractSimpleServerTest
setUpBeforeClass, tearDown, tearDownAfterClass, wait
-
Field Details
-
configFile
Configuration file name, it matches test class name. -
configName
Configuration name for server to be run in server configuration file, -
pvCount
protected int pvCountInitial number of PVs, if no other PVs are declared in application.
-
-
Constructor Details
-
AbstractConfiguredServerTest
public AbstractConfiguredServerTest()Constructor.
-
-
Method Details
-
setUp
setUp.
- Overrides:
setUp
in classAbstractSimpleServerTest
- Throws:
Exception
- if fails
-
checkRecord
protected void checkRecord(org.scictrl.csshell.epics.server.Record r) checkRecord.
- Parameters:
r
- aRecord
object
-
pause
protected void pause(long time) pause.
- Parameters:
time
- a long
-
getConfigDir
getConfigDir.
- Returns:
- a
String
object
-