2017-04-22 12:07:11 +00:00
|
|
|
//
|
|
|
|
// Created by phanes on 4/16/17.
|
|
|
|
//
|
|
|
|
#ifndef FTESTS_LOADERS_H
|
|
|
|
#define FTESTS_LOADERS_H
|
|
|
|
|
|
|
|
#include "JLoader.h"
|
2017-04-30 05:39:03 +00:00
|
|
|
#include "Suite.h"
|
2017-04-22 12:07:11 +00:00
|
|
|
#include "Plan.h"
|
|
|
|
#include "Conf.h"
|
|
|
|
|
|
|
|
#endif //FTESTS_LOADERS_H
|