# Functions
BoolPointerMatcher 함수는 Mock Parameter로 전달된 bool 포인터 변수와 전달된 값 변수의 값이 같은지 확인합니다.
Float32PointerMatcher 함수는 Mock Parameter로 전달된 float32 포인터 변수와 전달된 값 변수의 값이 같은지 확인합니다.
Float64PointerMatcher 함수는 Mock Parameter로 전달된 float64 포인터 변수와 전달된 값 변수의 값이 같은지 확인합니다.
IntPointerMatcher 함수는 Mock Parameter로 전달된 int 포인터 변수와 전달된 값 변수의 값이 같은지 확인합니다.
NewCustomMatcher 함수는 전달된 함수로 Mock 파라미터를 검증하는 Matcher를 반환합니다.
NewCustomStringMatcher 함수는 전달된 함수로 Mock 파라미터를 검증하는 Matcher를 반환합니다 이때 Mock parameter가 string임을 보장해줍니다.
No description provided by the author
StringPointerMatcher 함수는 Mock Parameter로 전달된 string 포인터 변수와 전달된 값 변수의 값이 같은지 확인합니다.
# Structs
No description provided by the author