質問編集履歴
1
コード修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
hogeControllerTest.apex
|
16
16
|
```apex class
|
17
17
|
@isTest
|
18
|
-
private class
|
18
|
+
private class hogeControllerTest {
|
19
19
|
static testMethod void myUnitTest() {
|
20
20
|
Test.startTest();
|
21
21
|
Test.stopTest();
|