#ifndef COMPONENTSTESTS_H
#define COMPONENTSTESTS_H

namespace ComponentsTests {
    void test();
}

#endif