-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
WIP Platform Technology Compatibility Kit #1380
WIP Platform Technology Compatibility Kit #1380
Conversation
Pull from head of fork
…arate package with basic event timing
I realize this is a fairly large diff, so I figured it would be easier to chunk up the features that I was looking for. This PR aims to address the first requirement of #1356, but it sets up the framework for easier extenstion via the returned Ideally the last feature I would like to have is to return a Lastly, I ran into an error locally with this branch that I wasn't sure how to fix:
There are WARNINGs from the build, as well as the failure marked above /\ Any insight on the steps I need to take would be appreciated. |
Regarding the failing Or will s/o write |
@sormuras I would not be opposed to having it JPMS compatible, but I haven't built much on java9. What would be involved with setting up the I can filter out for now though. |
I'd say, filter it out for now. When 5.2 is released, I will revamp `` Regarding the name of the proposed sub-project: the simple package |
…f TestExecution + TerminationInfo
…tCipher/junit5 into feature/junit-platform-engine-testing
I went ahead with that refactor, let me know if it looks right. I will follow up with a commit to add javadocs + any relevant user guide docs as well |
It is not a TCK: it does not contain any tests at all. Rather, it is a module for writing tests. I currently think FWIW, Spring's testing support is published as But I of course welcome brainstorming for better names. |
If we don't want to limit the focus to testing support for engines, we could consider having a |
Fair enough, I can switch the naming it |
I seem to be getting this warning though:
Do I need to include the |
Opened up the refactor under a different branch name in PR #1392. Closing this one. |
Overview
Draft of refactoring the
ExecutionRecorder
to a separate package for public consumption. Includes event level timings on the resultingExecutionGraph
object returned from the call toexecute()
. Addresses issue #1356I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@API
annotations