This package contains only EMOS Framework-specific libraries. These libraries define
function that implement the logic for the so called "test blocks" (see webhelp for more
about EMOS Framework concepts). In other words most of your test code resides here!
If you design it properly, it will be as boring as in this example.
Directory Structure
There is no prefered way of (sub)structuring this package. The size of your application
and the number of tests will dictate the structure. We usually divide this package into
subpackages for bigger projects. The guideline for such division are the modules
(groups of something) that we find in applications that we test.
Naming conventions
- name prefix frm_ indicates that this is a framework-specific librariy
- middle part choose any middle part you want
- name postfix _lib indicates this is a library