-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
separate examples from tests #1290
Copy link
Copy link
Open
Labels
examplesspecific to the jme3-examples sub-projectspecific to the jme3-examples sub-project
Milestone
Metadata
Metadata
Assignees
Labels
examplesspecific to the jme3-examples sub-projectspecific to the jme3-examples sub-project
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
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 namedTestChooser. 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
jme3examplepackages.