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

Raise a JSR for Test in Java #65

Open
ebresie opened this issue Jul 4, 2020 · 2 comments
Open

Raise a JSR for Test in Java #65

ebresie opened this issue Jul 4, 2020 · 2 comments

Comments

@ebresie
Copy link

ebresie commented Jul 4, 2020

This is a suggestion to establish a Test JSR to help in the process of standardizing test on JVM.

Can utilize opentest4j as reference implementation and/or TCK as applicable.

See http://jcp.org for more info.

@eolivelli
Copy link

Sorry I can't understand what you mean.
In my opinion the JVM and Java language are not the right place to standardise testing.
In Java with already have 'assert' but most probably we could have lived well without it.

Are you talking about adding tricks and hackable points to ease inspection and mutation of JVM state, objects....?

We are seeing that more and more the JVM is closing most of the doors that allow tweaking memory contents, but they have their reasons (mostly about security and having the ability to change the JVM without breaking code)

@ebresie
Copy link
Author

ebresie commented Jul 4, 2020

Unless I missed the intention of the project, if the intent of the project was to standardize on some interfaces and framework for testing on the JVM, then it seemed standardizing via a Java Community Process JSR would help.

This would be similar to how the Logging API JSR was developed in the context of Logging on the JVM and/or in Java.

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