My project generates few values(equal partitioning method) for each data types by getting the Minimum and Maximum values. i am doing this generating values for functional testing ,i am actually passing this values to nunit partner ,max amd min are applicable to int ,float ,double etc ..these values are test data .
Initially i generated for basic data types like int, float, double, string etc.
Now i need to support data types like DataSet, HashTable and other Collections.
public DataSet MySampleMethod(int param1, string param2, Hashtable ht) for testing this fuctions i can pass values for int and string but how will i pass test data for ht or how is test data generated for hash table