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

Added RecycledNinjaServerTester for speedy unit tests #473

Merged
merged 1 commit into from
Feb 26, 2016

Conversation

jjlauer
Copy link
Collaborator

@jjlauer jjlauer commented Feb 26, 2016

Added support for new junit testers -- most notable is the RecycledNinjaServerTester which uses a single Ninja server across all unit tests in a class. If you have any number of unit tests in a class, using this approach can help speed up your unit tests by an order of magnitude. For example, updated Controller test in servlet-integration runs 4x faster than before.

@raphaelbauer
Copy link
Contributor

Pretty cool!

jjlauer added a commit that referenced this pull request Feb 26, 2016
Added RecycledNinjaServerTester for speedy unit tests
@jjlauer jjlauer merged commit 3bf499f into ninjaframework:develop Feb 26, 2016
@jjlauer jjlauer deleted the feature_new_testers branch February 29, 2016 03:30
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

Successfully merging this pull request may close these issues.

None yet

2 participants