TwiceAsNice
2019-02-18
|
Variables | |
app = Application(sys.argv) | |
config = app.config() | |
service = BasdaSimple.Simple2.create("ICS.SIMPLE.SVC") | |
point = service.getVelocity() | |
v = SeqU16() | |
ui = app.config().node("ICS.SIMPLE.SVC").leaf().attribute("UI") | |
regressionTest_Simple2ServiceWorkerInterfaceTest.app = Application(sys.argv) |
regressionTest_Simple2ServiceWorkerInterfaceTest.config = app.config() |
regressionTest_Simple2ServiceWorkerInterfaceTest.point = service.getVelocity() |
regressionTest_Simple2ServiceWorkerInterfaceTest.service = BasdaSimple.Simple2.create("ICS.SIMPLE.SVC") |
regressionTest_Simple2ServiceWorkerInterfaceTest.ui = app.config().node("ICS.SIMPLE.SVC").leaf().attribute("UI") |
regressionTest_Simple2ServiceWorkerInterfaceTest.v = SeqU16() |