I've imported to my Guvnor repository the .jar with the Pojo model of what I want to be the facts. One of these classes has a constructor with arguments, and it's the only Fact I can't instantiate on the Test Scenario, in the Given section. I get an InstantiationException pointing to the class.
I've tried adding the fields to the fact and filling them with the input values I want but still nothing.
My question is if there's any special way I should be doing this for a fact that has arguments in its constructor, since I can test my rules with any of the other objects.
Thanks