#ifndef ARRAYLISTTESTS_H
#define ARRAYLISTTESTS_H

namespace ArrayListTests {
    void test();
}

#endif