public CastByRatioTestClassBuilder(ContextWithCastByRatio thisContext, IReadOnlyList <ContextWithCastByRatio> otherContexts, string partialFileName)
 {
     ThisContext     = thisContext;
     PartialFileName = partialFileName;
     OtherContexts   = otherContexts;
 }
Пример #2
0
 public CastByRatioCodeClassBuilder(ContextWithCastByRatio thisContext, IEnumerable <ContextWithCastByRatio> otherContexts, string partialFileName)
 {
     ThisContext     = thisContext;
     OtherContexts   = otherContexts;
     PartialFileName = partialFileName;
 }