Ejemplo n.º 1
0
 public static void Extended(this Must.SatisfyEntryPoint entry, int argument)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Builds an instance of <see cref="ConjunctionConstraint"/> that allows joining multiple constraints
 /// while reporting the specific constraint that failed.
 /// </summary>
 /// <param name="entry">Extension entry point.</param>
 /// <param name="constraints">The list of constraints to evaluate.</param>
 /// <returns>Instance built.</returns>
 public static Constraint Conjunction(this Must.SatisfyEntryPoint entry, params Constraint[] constraints)
 {
     return(new ConjunctionConstraint(constraints));
 }
Ejemplo n.º 3
0
 public static void Extended(this Must.SatisfyEntryPoint entry)
 {
 }