Stryker: Specify Mutation Per Type

Created on 8 Jun 2020  ·  4Comments  ·  Source: stryker-mutator/stryker

will this work with mot also ?

I have constant mutant now i need to decide how many mutant i need ??
for that type?

⁉ Question

All 4 comments

Hi @maulikhdave9601672767 . I'm not 100% sure that I understand the question. There is currently no way to specify how many mutant Stryker will generate per type. It will just generate as much as it can based on your code.

You can, however, exclude mutators: https://github.com/stryker-mutator/stryker/tree/epic/mutation-switching/packages/core#mutator

thanks for really quick reply.

i m using MOQ framework in unit test will stryker will work with that also?

yes, Stryker doesn't care about which specific moching framework or assertion framework you use. Which test runner are you using? Mocha, jest-node, karma en jest are supported.

great help

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VincentLanglet picture VincentLanglet  ·  31Comments

Zorin95670 picture Zorin95670  ·  18Comments

nicojs picture nicojs  ·  33Comments

jeznag picture jeznag  ·  17Comments

nicojs picture nicojs  ·  17Comments