In this testcase we call the method "getHtmlMail" with an existing
html template in the directory, without mandant and without locale.
We expect "regTemplateDirectory1".
In this testcase we call the method "getHtmlMail" with an existing
plain template in the directory, without mandant but with a locale.
We expect "regTemplateDirectory4".
In this testcase we call the method "getHtmlMail" with an existing
html template in the directory, without mandant but with a wrong locale object.
We expect "regTemplateDirectory3".
In this testcase we call the method "getHtmlMail" with an existing
html template in the directory, without mandant but with a locale object.
We expect "regTemplateDirectory3".
In this testcase we call the method "getHtmlMail" with an existing
html template in the root, without mandant and without a locale.
We expect "rootTemplateHtml".
In this testcase we call the method "getHtmlMail" with an existing
html template in the root, without mandant but with a wrong locale object.
We expect "rootTemplateHtml".
In this negative testcase we call the method "getPlainMail" with an non existing
plain template, without mandant and without a locale.
We expect "rootTemplateTxt".
In this testcase we call the method "getPlainMail" with an existing
plain template in the directory, without mandant and without locale.
We expect "regTemplateDirectory2".
In this testcase we call the method "getPlainMail" with an existing
plain template in the directory, without mandant but with a locale.
We expect "regTemplateDirectory3".
In this testcase we call the method "getPlainMail" with an existing
plain template in the root, without mandant and without a locale.
We expect "rootTemplateTxt".