coolxv / cpp-stub

C++ unit test stub(not mock) and awesome.Surpported ISA x86,x86-64,arm64,arm32,arm thumb,mips64,riscv,loongarch64.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please support static member function and overload

leeqx opened this issue · comments

class Test {
private:
static int func1(int a);
static in func2(int a,int b);
};