私は NUnit 3.0 ベータ版を使用して、Jenkins でテストを行っています。私のローカル プロジェクトではうまく動作していますが、Jenkins システムに配置すると、以下のような XML 結果が得られました。
<test-results name="" total="0" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2016-03-02" time="15:54:20">
<environment nunit-version="1.0.0.0" clr-version="4.0" os-version="Microsoft Windows NT" platform="Win32NT" cwd="M:\Works" machine-name="test" user="admin" user-domain="test"/>
<culture-info current-culture="en-US" current-uiculture="en-US"/>
<test-suite type="Assembly" name="EndpointBaseFramework.dll" executed="False" result="Success">
<properties>
<property name="_SKIPREASON" value="Constructor on type 'NUnit.Framework.Api.FrameworkController' not found."/>
</properties>
<reason>
<message>
<![CDATA[
Constructor on type 'NUnit.Framework.Api.FrameworkController' not found.
]]>
</message>
</reason>
<results/>
</test-suite>
</test-results>
このエラーの原因は何ですか?