Testing extensions

Testing extensions

Own extensions to JuliaFEM can be done to own separate packages which are then used in JuliaFEM. The main idea is that FEMBase.jl is giving all supporting functions and types for all kind of extensions. Extensions lives in their own modules. Extensions can be tested using FEMBase.Test, which itself is a extension to FEMBase, containing types introduced in this manual.

Some guidelines: