dotnext2019-mutation-analysis:突变分析示例应用

时间:2024-05-25 10:21:32
【文件属性】:

文件名称:dotnext2019-mutation-analysis:突变分析示例应用

文件大小:117KB

文件格式:ZIP

更新时间:2024-05-25 10:21:32

HTML

dotnext 2019 MSK突变分析 文学 推介会 运行示例 ./scripts/test.coverage.sh cd test/ dotnet tool install -g dotnet-stryker dotnet stryker -cp stryker-config.json 变异分析 让我们看一个最简单的例子 int Method ( bool a , bool b ) { int c ; if ( a && b ) { // mutate to || c = 1 ; } else { c = 0 ; } return c ; } [ Fact ] [ InlineData ( false , false )] void Method_ReturnFalse ( bool a , bool b ) { // Act var res


【文件预览】:
dotnext2019-mutation-analysis-master
----.travis.yml(225B)
----example.sln(1KB)
----test()
--------stryker-config.json(273B)
--------RemoveTest.cs(3KB)
--------test.csproj(1006B)
--------SampleTest.cs(2KB)
--------StrykerOutput()
----.config()
--------dotnet-tools.json(164B)
----LICENSE(1KB)
----src()
--------SampleClass.cs(3KB)
--------RemoveClass.cs(1KB)
--------library.csproj(214B)
----.gitignore(6KB)
----README.md(32KB)
----scripts()
--------test.coverage.sh(269B)
--------test.mutate.sh(136B)
--------test.sh(143B)

网友评论