Ejemplo n.º 1
0
 public void SetUp()
 {
     _reader = new EmbededFileReader(GetType());
 }
Ejemplo n.º 2
0
 public ScriptExecutor(Type typeForAssembly)
 {
     _embededFileReader = new EmbededFileReader(typeForAssembly);
 }