-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I Use Without JUnit? #16
Comments
Refine internal interfaces to build factor/factors/tuple generator objects. (relates to Issue-#16)
Hi, thank you for your ticket. I have refined class/method structure to make it easier to use tuple generator classes directly in 0.5.4. (since you are not the only/first person to try it) About the second question "will that work without JUnit present?". Yes it should. I have designed the class structure of tuple generation layer independent of JUnit itself. Even JUnit is not found on your classpath, the code fragment in the example should still work. (on compilation time, you need junit just in case.) |
@jeromebridge , |
Hi, did the solution work for you? |
Would it be possible for me to use this tool to generate the combination table but not use JUnit to execute? I read the section about generating the test. Will that work without JUnit present?
The text was updated successfully, but these errors were encountered: