: addError를 처리해주지 않으면 실제 error로 간주하여 Test Class가 정상적으로 완료되지 않는다.
try { update opportunity; } catch (Exception e) { System.assert(true, e.getMessage()); }
: allOrNothing = false
⇒ 실패한 obj update 안함