apama.basetest¶
ApamaBaseTest¶
-
class
apama.basetest.
ApamaBaseTest
(descriptor, outsubdir, runner)[source]¶ Bases:
pysys.basetest.BaseTest
A custom PySys basetest for Apama tests.
-
getDefaultFileEncoding
(file, **xargs)[source]¶ Specifies what encoding should be used to read or write the specified text file. The default implementation for BaseTest delegates to the runner, which in turn gets its defaults from the
pysyproject.xml
configuration.See
pysys.process.user.ProcessUser.getDefaultFileEncoding
for more details.
-