public void RegisterWithAssemblyPath() { _context.RegisterAssemblyFile(typeof(IContractInAnotherAssembly).Assembly.Location); var c = _context.GetComponent <IContractInAnotherAssembly>(); Assert.IsNotNull(c); }