沙世明
2022-04-08 eeb7c0a2d6f037d515bb822d739036b69c4dc73a
1
2
3
4
5
6
7
@isTest
private class ControllerResponseTest {
    static testMethod void testMethod1() {
        ControllerResponse cp = new ControllerResponse();
        cp.Data = new Account();
    }
}