You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PaxExam supports probe testing and server mode testing. In probe testing, the container is laid down and a probe bundle is injected which reloads the test class such that the driver (running externally) can control it to invoke test cases. In server mode, the container is only laid down and the test case would run externally inside the driver. The latter is more suitable for black box testing while the former is perfect for component testing.
Dominion current implements one driver which uses PaxExam probe runner. This enhancement request is to slit the driver in 2:
a common PaxExam set of classes
a driver supporting probing
To allow us to create a new driver which would support the server mode.
Steps to Reproduce
[First Step]
[Second Step]
[and so on...]
Expected behavior:
[What you expect to happen]
Actual behavior:
[What actually happens]
Reproduces how often:
[What percentage of the time does it reproduce?]
Version
[Application version]
Additional Information
Any additional information, configuration or data that might be necessary
to reproduce the issue.
The text was updated successfully, but these errors were encountered:
Description
PaxExam supports probe testing and server mode testing. In probe testing, the container is laid down and a probe bundle is injected which reloads the test class such that the driver (running externally) can control it to invoke test cases. In server mode, the container is only laid down and the test case would run externally inside the driver. The latter is more suitable for black box testing while the former is perfect for component testing.
Dominion current implements one driver which uses PaxExam probe runner. This enhancement request is to slit the driver in 2:
To allow us to create a new driver which would support the server mode.
Steps to Reproduce
Expected behavior:
[What you expect to happen]
Actual behavior:
[What actually happens]
Reproduces how often:
[What percentage of the time does it reproduce?]
Version
[Application version]
Additional Information
Any additional information, configuration or data that might be necessary
to reproduce the issue.
The text was updated successfully, but these errors were encountered: