public AssertionConditionAttribute()

in src/Annotations.cs [1111:1114]


    public AssertionConditionAttribute(AssertionConditionType conditionType)
    {
      ConditionType = conditionType;
    }