-
Notifications
You must be signed in to change notification settings - Fork 82
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
Added tests cases for OneMethodCreatesLambda #542
Conversation
@LaithAlebrahim thanks for your contribution, but I think that test classes should be kept in |
@yegor256 I did that just to keep the test in same folder as the class if you want I'll move it to the
|
@LaithAlebrahim we keep all tests in |
@yegor256 Yeah I see, But the class |
@yegor256 Should I move the class OneMethodCreatesLambda to the folder |
Hi@yegor256 , did you review the changes is that what requried for the task |
@LaithAlebrahim currently, this PR looks pretty strange. If you are adding new tests to a class, why do you add the class itself? Just create a test file for existing Java class. |
@LaithAlebrahim I believe, you misunderstood the description of the puzzle. It is expected that you test the result of TLCOM.xsl after it parses |
I added some tests cases senarios for the doSomething method