public NameScopeTests() { var topDownValueContext = new TopDownValueContext(); sut = new ObjectAssembler(RuntimeTypeSource, new ValueContext(RuntimeTypeSource, topDownValueContext)); source = new InstructionResources(this); }
public LookaheadBufferTests() { resources = new InstructionResources(this); }
public InstructionTreeBuilderTests() { source = new InstructionResources(this); }
public MemberDependencyNodeSorterTests() { resources = new InstructionResources(this); }
public NameScopeTests() { sut = new ObjectAssembler(TypeRuntimeTypeSource, new TopDownValueContext()); source = new InstructionResources(this); }
public ObjectAssemblerTests() { source = new InstructionResources(this); }
public ParsingTests() { sut = CreateSut(); protoResources = new ProtoInstructionResources(this); source = new InstructionResources(this); }
public ObjectAssemblerTests() { source = new InstructionResources(this); sut = CreateSut(); }
public FromXamlToInstructions() { source = new InstructionResources(this); }
public NameScopeTests() { var topDownValueContext = new TopDownValueContext(); sut = new ObjectAssembler(RuntimeTypeSource, new ValueContext(RuntimeTypeSource, topDownValueContext, new Dictionary<string, object>())); source = new InstructionResources(this); }