#ifndef UTILSTESTS_H
#define UTILSTESTS_H

namespace UtilsTests {
    void test();
}

#endif