예제 #1
0
 public void TheExtSrcSetupNameShouldBe(IEXTSOURCE extSource, string expectedName)
 {
     extSource.GetExtSrcSetupNameQuery();
     Assert.AreEqual(expectedName, extSource.ExtSrcSetupNam, "The setup file " + extSource.ExtSrcSetupNam + " does not match expected");
 }
예제 #2
0
 /// <summary>
 /// Gets the filename of the current setup on the external source
 ///
 /// AWGControl:SNAMe?
 /// </summary>
 /// <param name="extSource">the EXTSOURCE object</param>
 /// <returns>filename including path of the setup file</returns>
 public void GetExtSrcSetupNameQuery(IEXTSOURCE extSource)
 {
     extSource.GetExtSrcSetupNameQuery();
 }