-
Notifications
You must be signed in to change notification settings - Fork 535
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
port TCK to Java #12
Comments
ktoso
added a commit
to ktoso/reactive-streams
that referenced
this issue
Apr 14, 2014
In which we trade off less-DRY in order to be scala-version independent. TCK does not depend on Scala at all now. Please review and I'll rename Java* => * and remove the Scala one versions.
ktoso
added a commit
to ktoso/reactive-streams
that referenced
this issue
Apr 14, 2014
In which we trade off less-DRY in order to be scala-version independent. TCK does not depend on Scala at all now. Please review and I'll rename Java* => * and remove the Scala one versions.
ktoso
added a commit
to ktoso/reactive-streams
that referenced
this issue
Apr 14, 2014
In which we trade off less-DRY in order to be scala-version independent. TCK does not depend on Scala at all now. Please review and I'll rename Java* => * and remove the Scala one versions.
ktoso
added a commit
to ktoso/reactive-streams
that referenced
this issue
Apr 14, 2014
In which we trade off less-DRY in order to be scala-version independent. TCK does not depend on Scala at all now. Please review and I'll rename Java* => * and remove the Scala one versions.
ktoso
added a commit
to ktoso/reactive-streams
that referenced
this issue
Apr 14, 2014
* In which we trade off less-DRY in order to be scala-version independent. * TCK does not depend on Scala at all now. * Added tests testing the TCK, if we properly delegate all tests from Processor -> {Producer, Subscriber} * Made SBT run the TestNG test * Made the "pending" tests (decided by returning null in the special create... methods) actualy visible as PENDING to testNG
fixed by #15 |
benjchristensen
pushed a commit
that referenced
this issue
Apr 24, 2014
* In which we trade off less-DRY in order to be scala-version independent. * TCK does not depend on Scala at all now. * Added tests testing the TCK, if we properly delegate all tests from Processor -> {Producer, Subscriber} * Made SBT run the TestNG test * Made the "pending" tests (decided by returning null in the special create... methods) actualy visible as PENDING to testNG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: