public void CannotCopyNoArgConstructorClasses() { var o = new ObjectWithoutNoArgConstructor("foo"); ObjectCopier.Copy(o, commandAssembly); }