Skip to content
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

Closed
jeromebridge opened this issue Oct 5, 2015 · 3 comments
Closed

Can I Use Without JUnit? #16

jeromebridge opened this issue Oct 5, 2015 · 3 comments
Assignees

Comments

@jeromebridge
Copy link

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?

@jeromebridge jeromebridge changed the title Can I Use Without JUnit Can I Use Without JUnit? Oct 5, 2015
dakusui added a commit that referenced this issue Oct 5, 2015
Refine internal interfaces to build factor/factors/tuple generator objects. (relates to Issue-#16)
@dakusui
Copy link
Owner

dakusui commented Oct 5, 2015

Hi, thank you for your ticket.
Yes, you can.

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)
Example is found here.

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.)

@dakusui
Copy link
Owner

dakusui commented Oct 8, 2015

@jeromebridge ,
If it doesn't work, please feel free to ask me.

@dakusui dakusui self-assigned this Oct 15, 2015
@dakusui
Copy link
Owner

dakusui commented Oct 16, 2015

Hi, did the solution work for you?
Please feel free to re-open this ticket if you still have the problem.

@dakusui dakusui closed this as completed Oct 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants