-
Notifications
You must be signed in to change notification settings - Fork 251
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
feat(test-frameworks): Remove side effects from all test-framework plugins #1319
feat(test-frameworks): Remove side effects from all test-framework plugins #1319
Commits on Dec 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for eb51b11 - Browse repository at this point
Copy the full SHA eb51b11View commit details
Commits on Dec 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b5d16e8 - Browse repository at this point
Copy the full SHA b5d16e8View commit details
Commits on Dec 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f000155 - Browse repository at this point
Copy the full SHA f000155View commit details
Commits on Dec 30, 2018
-
Started with implementation of new pugin mechanism.
* Created `Injector` class, a readonly class that can instantiate `Injectable`s * Updated the `PluginLoader`, so it can load plugins with the new way of working as well as provide a Bridge plugin for all "old fashion" plugin * Started implenenting the `BroadcastReporter` and other Reporters in the new way. Couldn't help to make some quality of life improvements: * `StrykerOptions` now have the expected required/not required properties. * Created "test-helpers" package so we can share test helpers between packages.
Configuration menu - View commit details
-
Copy full SHA for 9a532c7 - Browse repository at this point
Copy the full SHA 9a532c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4137cde - Browse repository at this point
Copy the full SHA 4137cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7842052 - Browse repository at this point
Copy the full SHA 7842052View commit details
Commits on Dec 31, 2018
-
test(TestInjector): Implement and use TestInjector
The TestInjector is a new way of creating your System Under Test (sut) objects. You can configure what to inject and then call `TestInjector.inject(SutClass)`
Configuration menu - View commit details
-
Copy full SHA for c265402 - Browse repository at this point
Copy the full SHA c265402View commit details
Commits on Jan 1, 2019
-
Add the ability to inject values into a tree of dependencies.
Also added some unit tests for the Injector class.
Configuration menu - View commit details
-
Copy full SHA for f4cd5d8 - Browse repository at this point
Copy the full SHA f4cd5d8View commit details
Commits on Jan 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 50a01a6 - Browse repository at this point
Copy the full SHA 50a01a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9647484 - Browse repository at this point
Copy the full SHA 9647484View commit details
Commits on Jan 7, 2019
-
* Made the context of the Injector generic. * Made injector readonly and type safe * Moved all injector related stuff to its own package: 'typed-inject' * Updated TestInjector class to now use the new typed-inject * Updated Stryker to now use the new typed-inject * Updated Stryker-api to now use types from typed-inject
Configuration menu - View commit details
-
Copy full SHA for 3bc1785 - Browse repository at this point
Copy the full SHA 3bc1785View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c1902 - Browse repository at this point
Copy the full SHA 22c1902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48acafa - Browse repository at this point
Copy the full SHA 48acafaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 014a167 - Browse repository at this point
Copy the full SHA 014a167View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d230b - Browse repository at this point
Copy the full SHA e5d230bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fac5ee - Browse repository at this point
Copy the full SHA 4fac5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a609213 - Browse repository at this point
Copy the full SHA a609213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f66a39 - Browse repository at this point
Copy the full SHA 8f66a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46711ed - Browse repository at this point
Copy the full SHA 46711edView commit details -
Configuration menu - View commit details
-
Copy full SHA for a781d7c - Browse repository at this point
Copy the full SHA a781d7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b22365d - Browse repository at this point
Copy the full SHA b22365dView commit details
Commits on Jan 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 90f0fcb - Browse repository at this point
Copy the full SHA 90f0fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be8358 - Browse repository at this point
Copy the full SHA 8be8358View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfeb4b0 - Browse repository at this point
Copy the full SHA dfeb4b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dabc80a - Browse repository at this point
Copy the full SHA dabc80aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9dfc62 - Browse repository at this point
Copy the full SHA f9dfc62View commit details
Commits on Jan 9, 2019
-
refactor(stryker-api): Rename stryker-api/di to stryker-api/plugin an…
…d move implementation of functions to stryker-util
Configuration menu - View commit details
-
Copy full SHA for bb1ff55 - Browse repository at this point
Copy the full SHA bb1ff55View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8fb92 - Browse repository at this point
Copy the full SHA ef8fb92View commit details -
refactor(html-reporter): Revert back html reporter in order to presen…
…t it in its own PR
Configuration menu - View commit details
-
Copy full SHA for a159897 - Browse repository at this point
Copy the full SHA a159897View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce338cc - Browse repository at this point
Copy the full SHA ce338ccView commit details
Commits on Jan 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 266c1b6 - Browse repository at this point
Copy the full SHA 266c1b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8222f5f - Browse repository at this point
Copy the full SHA 8222f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d3176 - Browse repository at this point
Copy the full SHA 38d3176View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbcda68 - Browse repository at this point
Copy the full SHA bbcda68View commit details -
Configuration menu - View commit details
-
Copy full SHA for a102dd4 - Browse repository at this point
Copy the full SHA a102dd4View commit details
Commits on Jan 11, 2019
-
refactor(plugins): Move all stryker plugin stuff back to stryker-api
Move all stryker plugin stuff back to the api. Talked about it with Simon. We'll allow small pieces of implentation code in the api, as long as it doesn't have any side effects
Configuration menu - View commit details
-
Copy full SHA for 37a2e68 - Browse repository at this point
Copy the full SHA 37a2e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc8ed6 - Browse repository at this point
Copy the full SHA 2dc8ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 416fadf - Browse repository at this point
Copy the full SHA 416fadfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e828b9 - Browse repository at this point
Copy the full SHA 8e828b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41788db - Browse repository at this point
Copy the full SHA 41788dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa28a2 - Browse repository at this point
Copy the full SHA 5aa28a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 940b28e - Browse repository at this point
Copy the full SHA 940b28eView commit details
Commits on Jan 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b030f25 - Browse repository at this point
Copy the full SHA b030f25View commit details
Commits on Jan 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e90d407 - Browse repository at this point
Copy the full SHA e90d407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 028b8d4 - Browse repository at this point
Copy the full SHA 028b8d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2ab08 - Browse repository at this point
Copy the full SHA 7b2ab08View commit details
Commits on Jan 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 74608ae - Browse repository at this point
Copy the full SHA 74608aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1022f4 - Browse repository at this point
Copy the full SHA b1022f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 524b670 - Browse repository at this point
Copy the full SHA 524b670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da9395 - Browse repository at this point
Copy the full SHA 6da9395View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1ebd45 - Browse repository at this point
Copy the full SHA c1ebd45View commit details
Commits on Jan 18, 2019
-
Merge branch '667-remove-side-effects-config-editors' into 667-remove…
…-side-effects-test-framework-plugins
Configuration menu - View commit details
-
Copy full SHA for 4d970cc - Browse repository at this point
Copy the full SHA 4d970ccView commit details
Commits on Jan 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 714e6bd - Browse repository at this point
Copy the full SHA 714e6bdView commit details
Commits on Feb 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 36dae19 - Browse repository at this point
Copy the full SHA 36dae19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98238ae - Browse repository at this point
Copy the full SHA 98238aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea9fa96 - Browse repository at this point
Copy the full SHA ea9fa96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec804f - Browse repository at this point
Copy the full SHA 1ec804fView commit details