Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ScenarioContext.Current に値を挿入しようとしていますが、何らかの理由で ScenarioContext.Current が null です。
[BeforeFeature] にいる場合は、代わりに FeatureContext.Current を使用してみましたか?
ScenarioContext.Current が [BeforeFeature] 内で null であることを発見しましたが、これは当初予想していたものではありませんでした。どこから ScenarioContext.Current を呼び出していますか?