Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Run All tests in a Class:
- /arquillian/org.my.tests.TestClass
- 200 - OK
- Content-Type: application/octet-stream (JavaObject possible Exception in content, @Test(expected=))
- Content-Type: application/json (string rep of Exception)
- 500 - Internal Error ?
- Content-Type: application/octet-stream (JavaObject Exception)
- Content-Type: application/json (string rep of Exception
- Run a single test in a Class:
- /arquillian/org.my.tests.TestClass/methodName
- 200 - OK
- Content-Type: application/octet-stream (JavaObject possible Exception in content, @Test(expected=))
- Content-Type: application/json (string rep of Exception
- 500 - Internal Error ?
- Content-Type: application/octet-stream (JavaObject Exception)
- Content-Type: application/json (string rep of Exception
Add Comment
Please, Sign In to add comment