I built a console application and I\'m trying to test if my application works as expected. I create an instance of the API class as shown in the code below but I receive an
change your method signature as follow
public static Dictionary getQualWeight(String sqlConStr, String inBin, Label lblResults)