apama.basetest

ApamaBaseTest

class apama.basetest.ApamaBaseTest(descriptor, outsubdir, runner)[source]

Bases: pysys.basetest.BaseTest

A custom PySys basetest for Apama tests.

Currently this base class exists only for compatibility reasons; you can continue to use it but assumimg you are using the latest pysysproject.xml defaults, new Apama tests should directly subclass pysys.basetest.BaseTest rather than this class.

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.