Lines Matching refs:tcs
949 ATF_INIT_TEST_CASES(tcs) in ATF_INIT_TEST_CASES() argument
951 ATF_ADD_TEST_CASE(tcs, templates_def__add_variable__first); in ATF_INIT_TEST_CASES()
952 ATF_ADD_TEST_CASE(tcs, templates_def__add_variable__replace); in ATF_INIT_TEST_CASES()
953 ATF_ADD_TEST_CASE(tcs, templates_def__remove_variable); in ATF_INIT_TEST_CASES()
954 ATF_ADD_TEST_CASE(tcs, templates_def__add_vector__first); in ATF_INIT_TEST_CASES()
955 ATF_ADD_TEST_CASE(tcs, templates_def__add_vector__replace); in ATF_INIT_TEST_CASES()
956 ATF_ADD_TEST_CASE(tcs, templates_def__add_to_vector); in ATF_INIT_TEST_CASES()
957 ATF_ADD_TEST_CASE(tcs, templates_def__exists__variable); in ATF_INIT_TEST_CASES()
958 ATF_ADD_TEST_CASE(tcs, templates_def__exists__vector); in ATF_INIT_TEST_CASES()
959 ATF_ADD_TEST_CASE(tcs, templates_def__get_variable__ok); in ATF_INIT_TEST_CASES()
960 ATF_ADD_TEST_CASE(tcs, templates_def__get_variable__unknown); in ATF_INIT_TEST_CASES()
961 ATF_ADD_TEST_CASE(tcs, templates_def__get_vector__ok); in ATF_INIT_TEST_CASES()
962 ATF_ADD_TEST_CASE(tcs, templates_def__get_vector__unknown); in ATF_INIT_TEST_CASES()
963 ATF_ADD_TEST_CASE(tcs, templates_def__evaluate__variable__ok); in ATF_INIT_TEST_CASES()
964 ATF_ADD_TEST_CASE(tcs, templates_def__evaluate__variable__unknown); in ATF_INIT_TEST_CASES()
965 ATF_ADD_TEST_CASE(tcs, templates_def__evaluate__vector__ok); in ATF_INIT_TEST_CASES()
966 ATF_ADD_TEST_CASE(tcs, templates_def__evaluate__vector__unknown_vector); in ATF_INIT_TEST_CASES()
967 ATF_ADD_TEST_CASE(tcs, templates_def__evaluate__vector__unknown_index); in ATF_INIT_TEST_CASES()
968 ATF_ADD_TEST_CASE(tcs, templates_def__evaluate__vector__out_of_range); in ATF_INIT_TEST_CASES()
969 ATF_ADD_TEST_CASE(tcs, templates_def__evaluate__defined); in ATF_INIT_TEST_CASES()
970 ATF_ADD_TEST_CASE(tcs, templates_def__evaluate__length__ok); in ATF_INIT_TEST_CASES()
971 ATF_ADD_TEST_CASE(tcs, templates_def__evaluate__length__unknown_vector); in ATF_INIT_TEST_CASES()
972 ATF_ADD_TEST_CASE(tcs, templates_def__evaluate__parenthesis_error); in ATF_INIT_TEST_CASES()
974 ATF_ADD_TEST_CASE(tcs, instantiate__empty_input); in ATF_INIT_TEST_CASES()
975 ATF_ADD_TEST_CASE(tcs, instantiate__value__ok); in ATF_INIT_TEST_CASES()
976 ATF_ADD_TEST_CASE(tcs, instantiate__value__unknown_variable); in ATF_INIT_TEST_CASES()
977 ATF_ADD_TEST_CASE(tcs, instantiate__vector_length__ok); in ATF_INIT_TEST_CASES()
978 ATF_ADD_TEST_CASE(tcs, instantiate__vector_length__unknown_vector); in ATF_INIT_TEST_CASES()
979 ATF_ADD_TEST_CASE(tcs, instantiate__vector_value__ok); in ATF_INIT_TEST_CASES()
980 ATF_ADD_TEST_CASE(tcs, instantiate__vector_value__unknown_vector); in ATF_INIT_TEST_CASES()
981 ATF_ADD_TEST_CASE(tcs, instantiate__vector_value__out_of_range__empty); in ATF_INIT_TEST_CASES()
982 ATF_ADD_TEST_CASE(tcs, instantiate__vector_value__out_of_range__not_empty); in ATF_INIT_TEST_CASES()
983 ATF_ADD_TEST_CASE(tcs, instantiate__if__one_level__taken); in ATF_INIT_TEST_CASES()
984 ATF_ADD_TEST_CASE(tcs, instantiate__if__one_level__not_taken); in ATF_INIT_TEST_CASES()
985 ATF_ADD_TEST_CASE(tcs, instantiate__if__multiple_levels__taken); in ATF_INIT_TEST_CASES()
986 ATF_ADD_TEST_CASE(tcs, instantiate__if__multiple_levels__not_taken); in ATF_INIT_TEST_CASES()
987 ATF_ADD_TEST_CASE(tcs, instantiate__loop__no_iterations); in ATF_INIT_TEST_CASES()
988 ATF_ADD_TEST_CASE(tcs, instantiate__loop__multiple_iterations); in ATF_INIT_TEST_CASES()
989 ATF_ADD_TEST_CASE(tcs, instantiate__loop__nested__no_iterations); in ATF_INIT_TEST_CASES()
990 ATF_ADD_TEST_CASE(tcs, instantiate__loop__nested__multiple_iterations); in ATF_INIT_TEST_CASES()
991 ATF_ADD_TEST_CASE(tcs, instantiate__loop__sequential); in ATF_INIT_TEST_CASES()
992 ATF_ADD_TEST_CASE(tcs, instantiate__loop__scoping); in ATF_INIT_TEST_CASES()
993 ATF_ADD_TEST_CASE(tcs, instantiate__mismatched_delimiters); in ATF_INIT_TEST_CASES()
994 ATF_ADD_TEST_CASE(tcs, instantiate__empty_statement); in ATF_INIT_TEST_CASES()
995 ATF_ADD_TEST_CASE(tcs, instantiate__unknown_statement); in ATF_INIT_TEST_CASES()
996 ATF_ADD_TEST_CASE(tcs, instantiate__invalid_narguments); in ATF_INIT_TEST_CASES()
998 ATF_ADD_TEST_CASE(tcs, instantiate__files__ok); in ATF_INIT_TEST_CASES()
999 ATF_ADD_TEST_CASE(tcs, instantiate__files__input_error); in ATF_INIT_TEST_CASES()
1000 ATF_ADD_TEST_CASE(tcs, instantiate__files__output_error); in ATF_INIT_TEST_CASES()