Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Engine API package into subpackages #54

Closed
marcphilipp opened this issue Dec 11, 2015 · 2 comments
Closed

Split Engine API package into subpackages #54

marcphilipp opened this issue Dec 11, 2015 · 2 comments
Assignees
Milestone

Comments

@marcphilipp
Copy link
Member

Proposal

(not checked for package cycles etc., yet)

org.junit.gen5.engine.api

  • TestDescriptor
  • TestSource
  • TestTag
  • TestEngine
  • ExecutionRequest
  • EngineExecutionListener
  • EngineAwareTestDescriptor
  • discovery
    • AllTestsSpecification
    • ClassSpecification
    • ClassFilter
    • ClassFilters
    • ClassNameFilter
    • EngineFilter
    • MethodSpecification
    • PackageSpecification
    • TestPlanSpecification
    • TestPlanSpecificationElement
    • TestPlanSpecificationElementVisitor
    • UniqueIdSpecification
  • support
    • descriptor
      • AbstractTestDescriptor
      • EngineDescriptor
      • FileSystemSource
      • JavaSource
    • hierarchical
      • Container
      • EngineExecutionContext
      • HierarchicalTestEngine
      • HierarchicalTestExecutor
      • Leaf
@marcphilipp marcphilipp modified the milestones: ap, Alpha 1 Dec 11, 2015
@schauder
Copy link
Contributor

Not a fan of content in a package as plus subpackages, because it immediately brings up the question: What goes in the super package? If I have a class, that doesn't fit one of the existing subpackages, should I create a new subpackage, or put it in the super package.

Also *Filter seem to deal with detection of /search for tests, while *Specification sounds more like Specification of Test Execution, so these might belong in two different packages.

@mmerdes mmerdes self-assigned this Jan 13, 2016
marcphilipp added a commit that referenced this issue Jan 18, 2016
marcphilipp added a commit that referenced this issue Jan 18, 2016
marcphilipp added a commit that referenced this issue Jan 18, 2016
marcphilipp added a commit that referenced this issue Jan 18, 2016
marcphilipp added a commit that referenced this issue Jan 18, 2016
bechte added a commit that referenced this issue Jan 18, 2016
mmerdes added a commit that referenced this issue Jan 19, 2016
mmerdes added a commit that referenced this issue Jan 19, 2016
mmerdes added a commit that referenced this issue Jan 19, 2016
mmerdes added a commit that referenced this issue Jan 19, 2016
made DiscoveryRequest package private
jlink added a commit that referenced this issue Jan 19, 2016
@jlink
Copy link
Contributor

jlink commented Jan 21, 2016

Done in master.

@jlink jlink closed this as completed Jan 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants