-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add Java verifier #3
base: master
Are you sure you want to change the base?
Conversation
Version bumped to 0.7.0
TODO: add maven task.
Unlike the Beanshell solution I cannot show a table of all tests calls; I can only show the failed calls. I also do not know how to capture the standard streams when using If it's an issue, I could compile the solution memory using the jdk and run the tests with Beanshell. The tests would have to be tweaked to work in Beanshell compare to normal Java code. For example, the test code would have to not use varargs: |
- removed Left over debug echo - fixed issue with the test to check the image builder is ready. (I should use instance metadata instead or stating a server to give the status).
Compile solution and test in memory and run the test case:
Note that the verifier only support JSON POST requests.