Beispiel #1
0
 public ParsingTests()
 {
     sut = new XamlInstructionParser(WiringContext);
     protoResources = new ProtoInstructionResources(this);
     source = new XamlInstructionResources(this);
 }
 public ObjectAssemblerTests()
 {
     sut = new ObjectAssembler(WiringContext, new TopDownValueContext());
     source = new XamlInstructionResources(this);
 }
 public InstructionTreeBuilderTests()
 {
     source = new XamlInstructionResources(this);
 }
 public ObjectAssemblerTests()
 {
     source = new XamlInstructionResources(this);
 }
Beispiel #5
0
 public NameScopeTests()
 {
     sut    = new ObjectAssembler(WiringContext, new TopDownValueContext());
     source = new XamlInstructionResources(this);
 }
Beispiel #6
0
 public ObjectAssemblerTests()
 {
     source = new XamlInstructionResources(this);
 }
 public InstructionTreeBuilderTests()
 {
     source = new XamlInstructionResources(this);
 }
 public LookaheadBufferTests()
 {
     resources = new XamlInstructionResources(this);
 }
 public FromXamlToInstructions()
 {
     source = new XamlInstructionResources(this);
 }
 public FromXamlToInstructions()
 {
     source = new XamlInstructionResources(this);
 }
 public NodeHierarchizerTests()
 {
     source = new XamlInstructionResources(this);
 }
Beispiel #12
0
 public ParsingTests()
 {
     sut            = new XamlInstructionParser(WiringContext);
     protoResources = new ProtoInstructionResources(this);
     source         = new XamlInstructionResources(this);
 }
 public MemberDependencyNodeSorterTests()
 {
     resources = new XamlInstructionResources(this);
 }