예제 #1
0
 public void Setup()
 {
     _mockProgressReporterProxy = new Mock <ProgressReporterProxy>();
     _testDeck = new TestDeck();
     _testDeck.SetProgressReporterProxy(_mockProgressReporterProxy.Object);
     _testElement = new ProjectLayoutElement("testElement");
 }
예제 #2
0
 public void Setup()
 {
     _mockProgressReporterProxy = new Mock <ProgressReporterProxy>();
     _testDeck = new TestDeck();
     _testDeck.SetProgressReporterProxy(_mockProgressReporterProxy.Object);
     _testLine    = new DeckLine(new List <string>());
     _testElement = new ProjectLayoutElement(TEST_ELEMENT_NAME);
 }
 public void Setup()
 {
     // JavaScriptTranslator uses a few settings from the project file
     ProjectManager.Instance.OpenProject(null);
     _testDeck    = new TestDeck(new JavaScriptTranslatorFactory());
     _testLine    = new DeckLine(new List <string>());
     _testElement = new ProjectLayoutElement(TEST_ELEMENT_NAME);
 }
 public void Setup()
 {
     _testDeck = new TestDeck(new JavaScriptTranslatorFactory());
     _testLine = new DeckLine(new List<string>());
     _testElement = new ProjectLayoutElement("testElement");
 }
예제 #5
0
 public void Setup()
 {
     _testDeck    = new TestDeck();
     _testLine    = new DeckLine(new List <string>());
     _testElement = new ProjectLayoutElement(TEST_ELEMENT_NAME);
 }
 public void Setup()
 {
     _testDeck    = new TestDeck(new JavaScriptTranslatorFactory());
     _testLine    = new DeckLine(new List <string>());
     _testElement = new ProjectLayoutElement(TEST_ELEMENT_NAME);
 }
예제 #7
0
 public void Setup()
 {
     _testDeck    = new TestDeck();
     _testElement = new ProjectLayoutElement("testElement");
 }
예제 #8
0
 public void Setup()
 {
     _testDeck = new TestDeck();
     _testLine = new DeckLine(new List<string>());
     _testElement = new ProjectLayoutElement("testElement");
 }
예제 #9
0
 public void Setup()
 {
     _testDeck    = new TestDeck();
     _testLine    = new DeckLine(new List <string>());
     _testElement = new ProjectLayoutElement("testElement");
 }
예제 #10
0
 public void Setup()
 {
     _testDeck = new TestDeck();
     _testElement = new ProjectLayoutElement("testElement");
 }