Skip to content

separate examples from tests #1290

@stephengold

Description

@stephengold

Plenty of apps in the jme3-examples subproject are actually tests that haven't been automated. Examples, on the other hand, are apps that illustrate how to access certain features of the Engine.

Meanwhile, the package names in jme3-examples all begin with jme3test. and the chooser app is named TestChooser. Mixing tests and examples in a single subproject has been confusing novice users of JME for a long time.

Tests which can be automated should be. Those that can't should be moved to a new subproject jme3-tests. jme3-examples would then be reserved for tutorial code, demos, sample apps, and the like. Its chooser app would be renamed, and all its source files moved to new jme3example packages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    examplesspecific to the jme3-examples sub-project

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions