Skip to content

Re-arrange Dominion PaxExam to support both probe and server mode #42

@paouelle

Description

@paouelle

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:

  • 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

  1. [First Step]
  2. [Second Step]
  3. [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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions