Return to Snippet

Revision: 30131
at August 8, 2010 11:59 by d3developer


Initial Code
public static testMethod void t1() {
    
    //setup test data
    
    Test.startTest();
    
    User u = TestUtility.createTestUser([select id, name from Profile where name='Standard User' limit 1]);
    
    System.runAs(u) {
    
    
    
    }
    
    Test.stopTest();

    }

Initial URL


Initial Description


Initial Title
@fractastical testMethod

Initial Tags


Initial Language
Other