0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Salesforce】Testという名前のApexクラスは作らない

Posted at

コード修正してたら下記のエラーが。

apex.cls
Method does not exist or incorrect signature: void isRunningTest() from the type test

確認してみたところ以下のメソッドでエラーが出ていた。

Test.isRunningTest()

あーでもない、こーでもないと試行錯誤していた結果。

Salesforceが用意しているTestクラスではなく、以前、挙動確認のために作成したTest.clsを参照し「isRunningTest()が無いっすよ」と言っていただけだった。

解決した瞬間「こんな凡ミスで・・・」とめっちゃ恥ずかしかった。

Testという名前のクラスは作成しないようにしましょう。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?