TestHelper() { _webhook_key = "som reallllllllly good key"; _secret_key = ""; _source_name = "sdk_test"; _cv_path = "./assets/cv_test00.jpg"; _cv_dir = "./assets/for_batch"; _profile_id = "cecd9fa83b7e2c5c8e8af17839cadde6fa807c3e"; _profile_reference = "5279"; _client = new Riminder(_secret_key, _webhook_key); }
public Webhook_Check() { thelper = TestHelper.Instance; client = thelper.Client; }
public Profile_List() { thelper = TestHelper.Instance; client = thelper.Client; }
public TestProfileJsonAdd() { thelper = TestHelper.Instance; client = thelper.Client; }
public Profile_RatingSet() { thelper = TestHelper.Instance; client = thelper.Client; }
public Profile_StageSet() { thelper = TestHelper.Instance; client = thelper.Client; }
public Profile_ParsingGet() { thelper = TestHelper.Instance; client = thelper.Client; }
public FilterGetTest() { thelper = TestHelper.Instance; client = thelper.Client; }
public SourceGetTest() { thelper = TestHelper.Instance; client = thelper.Client; }