-testunresolved BOOLEAN
Project
-
Example:
-testunresolved=true
-
Values:
true,false
-
Pattern:
true|false|TRUE|FALSE
The -testunresolved
instruction controls whether a special JUnit test case is executed before any other test cases to check for unresolved bundles. If any bundles are unresolved, this test will abort the test run and report the issue as a failure.
This is useful for ensuring that your test environment is fully resolved before running tests, helping to catch dependency or configuration problems early in the process.