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

Testexecutors #6

Closed
wants to merge 3 commits into from
Closed

Testexecutors #6

wants to merge 3 commits into from

Commits on Oct 30, 2015

  1. - Added TestExecutors

    - Adding TestExecutor interface to all TestDescriptors (renaming them with names that make sense)
    - TestExecutionResolvers with Registry
    bechte committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    8107318 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into testexecutors

    Conflicts:
    	junit-engine-api/src/main/java/org/junit/gen5/engine/EngineDescriptor.java
    	junit-launcher/src/main/java/org/junit/gen5/launcher/Launcher.java
    	junit-launcher/src/main/java/org/junit/gen5/launcher/TestListenerRegistry.java
    	junit5-engine/src/main/java/org/junit/gen5/engine/junit5/JavaClassTestDescriptor.java
    	junit5-engine/src/main/java/org/junit/gen5/engine/junit5/JavaMethodTestDescriptor.java
    	junit5-engine/src/main/java/org/junit/gen5/engine/junit5/JavaTestDescriptorFactory.java
    	junit5-engine/src/main/java/org/junit/gen5/engine/junit5/TestExecutor.java
    	junit5-engine/src/test/java/org/junit/gen5/engine/junit5/JUnit5TestEngineTests.java
    bechte committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    593084f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04e52b6 View commit details
    Browse the repository at this point in the history