removing the libft of rparodi
This commit is contained in:
parent
0391323626
commit
be6038dcc8
523 changed files with 724 additions and 3336 deletions
169
libft/include/tests/str__str_tests.h
Normal file
169
libft/include/tests/str__str_tests.h
Normal file
|
|
@ -0,0 +1,169 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* str__str_tests.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: bgoulard <bgoulard@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/26 11:28:40 by bgoulard #+# #+# */
|
||||
/* Updated: 2024/05/30 11:42:41 by bgoulard ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef STR__STR_TESTS_H
|
||||
# define STR__STR_TESTS_H
|
||||
|
||||
/// @brief test_striteri
|
||||
/// @file: tests/ft_string/ft_str/test_striteri.c
|
||||
int test_striteri(void);
|
||||
|
||||
/// @brief test_utoa
|
||||
/// @file: tests/ft_string/ft_str/test_utoa.c
|
||||
int test_utoa(void);
|
||||
|
||||
/// @brief test_strdup
|
||||
/// @file: tests/ft_string/ft_str/test_strdup.c
|
||||
int test_strdup(void);
|
||||
|
||||
/// @brief test_strnstr
|
||||
/// @file: tests/ft_string/ft_str/test_strnstr.c
|
||||
int test_strnstr(void);
|
||||
|
||||
/// @brief test_strrchr
|
||||
/// @file: tests/ft_string/ft_str/test_strrchr.c
|
||||
int test_strrchr(void);
|
||||
|
||||
/// @brief test_strtrim
|
||||
/// @file: tests/ft_string/ft_str/test_strtrim.c
|
||||
int test_strtrim(void);
|
||||
|
||||
/// @brief test_atoi
|
||||
/// @file: tests/ft_string/ft_str/test_atoi.c
|
||||
int test_atoi(void);
|
||||
|
||||
/// @brief test_strlcpy
|
||||
/// @file: tests/ft_string/ft_str/test_strlcpy.c
|
||||
int test_strlcpy(void);
|
||||
|
||||
/// @brief test_shift_args
|
||||
/// @file: tests/ft_string/ft_str/test_shift_args.c
|
||||
int test_shift_args(void);
|
||||
|
||||
/// @brief str_tests
|
||||
/// @file: tests/ft_string/ft_str/str_tests.c
|
||||
int str_tests(void);
|
||||
|
||||
/// @brief test_itoa_base
|
||||
/// @file: tests/ft_string/ft_str/test_itoa_base.c
|
||||
int test_itoa_base(void);
|
||||
|
||||
/// @brief test_putendl
|
||||
/// @file: tests/ft_string/ft_str/test_putendl.c
|
||||
int test_putendl(void);
|
||||
|
||||
/// @brief test_strtok
|
||||
/// @file: tests/ft_string/ft_str/test_strtok.c
|
||||
int test_strtok(void);
|
||||
|
||||
/// @brief test_strmapi
|
||||
/// @file: tests/ft_string/ft_str/test_strmapi.c
|
||||
int test_strmapi(void);
|
||||
|
||||
/// @brief test_strndup
|
||||
/// @file: tests/ft_string/ft_str/test_strndup.c
|
||||
int test_strndup(void);
|
||||
|
||||
/// @brief test_putstr
|
||||
/// @file: tests/ft_string/ft_str/test_putstr.c
|
||||
int test_putstr(void);
|
||||
|
||||
/// @brief test_strncmp
|
||||
/// @file: tests/ft_string/ft_str/test_strncmp.c
|
||||
int test_strncmp(void);
|
||||
|
||||
/// @brief test_strlcat
|
||||
/// @file: tests/ft_string/ft_str/test_strlcat.c
|
||||
int test_strlcat(void);
|
||||
|
||||
/// @brief test_atof
|
||||
/// @file: tests/ft_string/ft_str/test_atof.c
|
||||
int test_atof(void);
|
||||
|
||||
/// @brief test_itoa
|
||||
/// @file: tests/ft_string/ft_str/test_itoa.c
|
||||
int test_itoa(void);
|
||||
|
||||
/// @brief tests_splits
|
||||
/// @file: tests/ft_string/ft_str/test_splits.c
|
||||
int tests_splits(void);
|
||||
|
||||
/// @brief test_str_replace
|
||||
/// @file: tests/ft_string/ft_str/test_str_replace.c
|
||||
int test_str_replace(void);
|
||||
|
||||
/// @brief test_atoi_base
|
||||
/// @file: tests/ft_string/ft_str/test_atoi_base.c
|
||||
int test_atoi_base(void);
|
||||
|
||||
/// @brief test_str_replace_chr
|
||||
/// @file: tests/ft_string/ft_str/test_str_replace_chr.c
|
||||
int test_str_replace_chr(void);
|
||||
|
||||
/// @brief test_putnbr
|
||||
/// @file: tests/ft_string/ft_str/test_putnbr.c
|
||||
int test_putnbr(void);
|
||||
|
||||
/// @brief test_strjoin
|
||||
/// @file: tests/ft_string/ft_str/test_strjoin.c
|
||||
int test_strjoin(void);
|
||||
|
||||
/// @brief test_strcmp
|
||||
/// @file: tests/ft_string/ft_str/test_strcmp.c
|
||||
int test_strcmp(void);
|
||||
|
||||
/// @brief test_substr
|
||||
/// @file: tests/ft_string/ft_str/test_substr.c
|
||||
int test_substr(void);
|
||||
|
||||
/// @brief test_gnl
|
||||
/// @file: tests/ft_string/ft_str/test_gnl.c
|
||||
int test_gnl(void);
|
||||
|
||||
/// @brief test_strlen
|
||||
/// @file: tests/ft_string/ft_str/test_strlen.c
|
||||
int test_strlen(void);
|
||||
|
||||
/// @brief test_split
|
||||
/// @file: tests/ft_string/ft_str/test_split.c
|
||||
int test_split(void);
|
||||
|
||||
/// @brief test_strchr
|
||||
/// @file: tests/ft_string/ft_str/test_strchr.c
|
||||
int test_strchr(void);
|
||||
|
||||
/// @brief test_str_isbool
|
||||
/// @file: tests/ft_string/ft_str/test_str_isbool.c
|
||||
int test_str_isbool(void);
|
||||
|
||||
/// @brief test_str_isalpha
|
||||
/// @file: tests/ft_string/ft_str/test_str_isalpha.c
|
||||
int test_str_isalpha(void);
|
||||
int test_str_isdouble(void);
|
||||
int test_str_isalnum(void);
|
||||
int test_str_isdigit(void);
|
||||
int test_str_ishex(void);
|
||||
int test_str_isfloat(void);
|
||||
int test_str_isint(void);
|
||||
int test_str_islong(void);
|
||||
int test_str_isnum(void);
|
||||
int test_str_isoct(void);
|
||||
int test_str_isvalid(void);
|
||||
int test_strclen(void);
|
||||
int test_strcnb(void);
|
||||
int test_strcspn(void);
|
||||
int test_strspn(void);
|
||||
int test_strend_with(void);
|
||||
int test_strstart_with(void);
|
||||
int test_strappend_c(void);
|
||||
|
||||
#endif /* STR__STR_TESTS_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue