18 lines
469 B
C#
18 lines
469 B
C#
using JetBrains.Annotations;
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
using TBF.Rig.RegisterReaders.iPerlASICReader.implementations;
|
|
|
|
namespace TBFTests.Rig.RegisterReaders.iPerlASICReader.implementations
|
|
{
|
|
[TestClass]
|
|
[TestSubject(typeof(IPerlASICImplHeadTestCtrl))]
|
|
public class IPerlASICImplHeadTestCtrlTest
|
|
{
|
|
|
|
[TestMethod]
|
|
public void CommandTestButtonClick_Operations_ReadPcbCmd()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |