private void When_LoadFile() { var file = Encoding.ASCII.GetBytes(sw.ToString()); var srecLdr = new SrecLoader(new ServiceContainer(), "test.srec", file); this.program = srecLdr.Load(null, arch, platform); }
private void When_LoadFile() { var file = Encoding.ASCII.GetBytes(sw.ToString()); var srecLdr = new SrecLoader(new ServiceContainer(), ImageLocation.FromUri("file:test.srec"), file); this.program = srecLdr.LoadProgram(null, arch, platform); }