Hello devs,
I'm using asmack in my android project. In this project I'm using xep-0332 (which is experimental). So, I've created necessary extensions and providers. And I would like to include them into smack, in order other developers could make use of this.
Now I'm going to create unit tests. And here comes the question
According to smack documentation test classes should extend SmackTestCase. Is this mandatory if I only have extensions and providers?
P.S. I do have agreement of my employer to provide the code to smack
Best regards