#ifndef TEST_OBJECT_H
#define TEST_OBJECT_H
#include "../public/nsapi.h"
#include "test.h"
#ifdef __cplusplus
extern "C" {
#endif
UCX_TEST(test_expr_parse_expr_value);
UCX_TEST(test_expr_parse_expr_neg_value);
UCX_TEST(test_expr_parse_expr_value_str);
UCX_TEST(test_expr_parse_expr_value_bool);
UCX_TEST(test_expr_parse_expr_value_var);
UCX_TEST(test_expr_parse_expr_not_value);
UCX_TEST(test_expr_parse_expr_sign_value);
UCX_TEST(test_expr_parse_expr_compare2values);
UCX_TEST(test_expr_parse_expr_compare2value_expr);
UCX_TEST(test_expr_parse_expr_compare2expr_value);
UCX_TEST(test_expr_parse_expr_bracket);
UCX_TEST(test_expr_op_defined_simple);
UCX_TEST(test_expr_op_defined);
UCX_TEST(test_expr_op_file_exists_simple);
UCX_TEST(test_expr_parse_expr_func_arg0);
UCX_TEST(test_expr_parse_expr_func_arg1);
UCX_TEST(test_expr_parse_expr_func_arg3);
UCX_TEST(test_expr_parse_expr_func_expr1);
UCX_TEST(test_expr_parse_expr_func_expr2);
#ifdef __cplusplus
}
#endif
#endif