Example #1
0
        public NameScopeTests()
        {
            var topDownValueContext = new TopDownValueContext();

            sut    = new ObjectAssembler(RuntimeTypeSource, new ValueContext(RuntimeTypeSource, topDownValueContext));
            source = new InstructionResources(this);
        }
 public LookaheadBufferTests()
 {
     resources = new InstructionResources(this);
 }
Example #3
0
 public InstructionTreeBuilderTests()
 {
     source = new InstructionResources(this);
 }
 public InstructionTreeBuilderTests()
 {
     source = new InstructionResources(this);
 }
Example #5
0
 public MemberDependencyNodeSorterTests()
 {
     resources = new InstructionResources(this);
 }
Example #6
0
 public NameScopeTests()
 {
     sut = new ObjectAssembler(TypeRuntimeTypeSource, new TopDownValueContext());
     source = new InstructionResources(this);
 }
 public ObjectAssemblerTests()
 {
     source = new InstructionResources(this);
 }
Example #8
0
 public ParsingTests()
 {
     sut = CreateSut();
     protoResources = new ProtoInstructionResources(this);
     source = new InstructionResources(this);
 }
 public LookaheadBufferTests()
 {
     resources = new InstructionResources(this);
 }
Example #10
0
 public ObjectAssemblerTests()
 {
     source = new InstructionResources(this);
     sut    = CreateSut();
 }
 public FromXamlToInstructions()
 {
     source = new InstructionResources(this);
 }
Example #12
0
 public ParsingTests()
 {
     sut            = CreateSut();
     protoResources = new ProtoInstructionResources(this);
     source         = new InstructionResources(this);
 }
 public FromXamlToInstructions()
 {
     source = new InstructionResources(this);
 }
 public ObjectAssemblerTests()
 {
     source = new InstructionResources(this);
     sut = CreateSut();
 }
Example #15
0
 public NameScopeTests()
 {
     var topDownValueContext = new TopDownValueContext();
     sut = new ObjectAssembler(RuntimeTypeSource, new ValueContext(RuntimeTypeSource, topDownValueContext, new Dictionary<string, object>()));
     source = new InstructionResources(this);
 }