public CastByRatioTestClassBuilder(ContextWithCastByRatio thisContext, IReadOnlyList <ContextWithCastByRatio> otherContexts, string partialFileName) { ThisContext = thisContext; PartialFileName = partialFileName; OtherContexts = otherContexts; }
public CastByRatioCodeClassBuilder(ContextWithCastByRatio thisContext, IEnumerable <ContextWithCastByRatio> otherContexts, string partialFileName) { ThisContext = thisContext; OtherContexts = otherContexts; PartialFileName = partialFileName; }