Package org.scictrl.csshell.epics.test
Class EPICSUtilitiesTest
java.lang.Object
org.scictrl.csshell.epics.test.EPICSUtilitiesTest
EPICSUtilitiesTest class.
- Author:
- igor@scictrl.com
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
test_convertToDBRNull
(Object in, gov.aps.jca.dbr.DBRType type) test_convertToDBRNull.void
Test.void
test_convertToDBRValue
(Object in, gov.aps.jca.dbr.DBRType type, Object out) test_convertToDBRValue.void
Test.
-
Constructor Details
-
EPICSUtilitiesTest
public EPICSUtilitiesTest()Constructor.
-
-
Method Details
-
test_toString
public void test_toString()Test. -
test_convertToDBRValue
public void test_convertToDBRValue()Test. -
test_convertToDBRValue
test_convertToDBRValue.
-
test_convertToDBRNull
test_convertToDBRNull.
- Parameters:
in
- aObject
objecttype
- aDBRType
object
-