コード例 #1
0
ファイル: ParsingTests.cs プロジェクト: rdterner/OmniXAML
 public ParsingTests()
 {
     sut = new XamlInstructionParser(WiringContext);
     protoResources = new ProtoInstructionResources(this);
     source = new XamlInstructionResources(this);
 }
コード例 #2
0
 public ObjectAssemblerTests()
 {
     sut = new ObjectAssembler(WiringContext, new TopDownValueContext());
     source = new XamlInstructionResources(this);
 }
コード例 #3
0
 public InstructionTreeBuilderTests()
 {
     source = new XamlInstructionResources(this);
 }
コード例 #4
0
 public ObjectAssemblerTests()
 {
     source = new XamlInstructionResources(this);
 }
コード例 #5
0
 public NameScopeTests()
 {
     sut    = new ObjectAssembler(WiringContext, new TopDownValueContext());
     source = new XamlInstructionResources(this);
 }
コード例 #6
0
 public ObjectAssemblerTests()
 {
     source = new XamlInstructionResources(this);
 }
コード例 #7
0
 public InstructionTreeBuilderTests()
 {
     source = new XamlInstructionResources(this);
 }
コード例 #8
0
 public LookaheadBufferTests()
 {
     resources = new XamlInstructionResources(this);
 }
コード例 #9
0
 public FromXamlToInstructions()
 {
     source = new XamlInstructionResources(this);
 }
コード例 #10
0
 public FromXamlToInstructions()
 {
     source = new XamlInstructionResources(this);
 }
コード例 #11
0
 public NodeHierarchizerTests()
 {
     source = new XamlInstructionResources(this);
 }
コード例 #12
0
ファイル: ParsingTests.cs プロジェクト: keichinger/OmniXAML
 public ParsingTests()
 {
     sut            = new XamlInstructionParser(WiringContext);
     protoResources = new ProtoInstructionResources(this);
     source         = new XamlInstructionResources(this);
 }
コード例 #13
0
 public MemberDependencyNodeSorterTests()
 {
     resources = new XamlInstructionResources(this);
 }