You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of our feature are ignored from our test run.
Pickles crashes with this error :
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at PicklesDoc.Pickles.TestFrameworks.NUnitResults.GetFeatureResult(Feature fe
ature)
at PicklesDoc.Pickles.Runner.<>c__DisplayClass1.<ApplyTestResultsToFeatures>b
__0(INode node)
at NGenerics.Patterns.Visitor.ActionVisitor`1.Visit(T obj)
at NGenerics.Patterns.Visitor.VisitorExtensions.AcceptVisitor[T](IEnumerable`
1 enumerable, IVisitor`1 visitor)
at PicklesDoc.Pickles.Runner.ApplyTestResultsToFeatures(IContainer container,
Configuration configuration, GeneralTree`1 features)
at PicklesDoc.Pickles.Runner.Run(IContainer container)
at PicklesDoc.Pickles.CommandLine.Program.Main(String[] args)
in this case.
It seems to be caused because the GetFeatureResult method does not checks for a null return from GetFeatureElement.
I can submit a pull request if you like.
The text was updated successfully, but these errors were encountered:
Some of our feature are ignored from our test run.
Pickles crashes with this error :
in this case.
It seems to be caused because the
GetFeatureResult
method does not checks for a null return fromGetFeatureElement
.I can submit a pull request if you like.
The text was updated successfully, but these errors were encountered: