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
FieldsModifier and TypeFieldDescriptionprotected StringConfiguration file name, it matches test class name.protected StringConfiguration name for server to be run in server configuration file,protected intInitial 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckRecord(org.scictrl.csshell.epics.server.Record r) checkRecord.protected StringgetConfigDir.protected voidpause(long time) pause.voidsetUp()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:
setUpin classAbstractSimpleServerTest- Throws:
Exception- if fails
-
checkRecord
protected void checkRecord(org.scictrl.csshell.epics.server.Record r) checkRecord.
- Parameters:
r- aRecordobject
-
pause
protected void pause(long time) pause.
- Parameters:
time- a long
-
getConfigDir
getConfigDir.
- Returns:
- a
Stringobject
-