Skip to content

Many plugins have test classes that aren't in a source folder #1058

@richardfearn

Description

@richardfearn

e.g. classes in org.csstudio.autocomplete/test aren't on the org.csstudio.autocomplete classpath.

Two problems here:

  1. The tests aren't compiled/executed when using mvn clean verify.
  2. The tests aren't on the build path in Eclipse, so they don't compile in Eclipse, and can't be executed.

Rather than just putting the test directory on the classpath (which would help within Eclipse) it looks like the preferred solution is to move the tests into a .test fragment - is that correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions