Esempio n. 1
0
 public static void Dishonest_Test(string key, int pg_size, int pg_index = 0)
 {
     ES_Induce.Induce(ES_Client.Brand_GSearch(key, pg_size));
 }
Esempio n. 2
0
 private static ES_Outcome <ES_Judge> Dishonest_PTest(string key, int pg_size, int pg_index = 0) =>
 pg_index == 0
     ? ES_Induce.Induce(ES_Client.Judge_GSearch(key, pg_size))
     : ES_Induce.Induce(ES_Client.Judge_GSearch(key, pg_index, pg_size));