公告板
版本库
filestore
活动
搜索
登录
main
/
OlyMEBG
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Deploy0331
Li Jun
2022-03-31
3ba0123db48f8bab81ddf0913e1b95280ef545e8
[OlyMEBG.git]
/
force-app
/
main
/
default
/
classes
/
ControllerResponseTest.cls
1
2
3
4
5
6
7
@isTest
private class ControllerResponseTest {
static testMethod void testMethod1() {
ControllerResponse cp = new ControllerResponse();
cp.Data = new Account();
}
}