DEX-450 Web TestEngine demo

Exit VCEDump DEX-450 Programmatic Development using Apex and Visualforce in Lightning
Question 3 of 69
0% complete
Q3 Single choice

developer created this Apex trigger that calls MyClass .myStaticMethod: trigger myTrigger on Contact
(before insert) ( MyClass.myStaticMethod(trigger.new, trigger.oldMap); } The developer creates a test class with a test method that calls MyClass.mystaticMethod, resulting in 81% overall code coverage.

What happens when the developer tries to deploy the trigger and two classes to production, assuming no other code exist?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in