Community Profile

photo

Randy Strauss


Last seen: 約3年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How can the code tell if a single test is running instead of the whole test class?
I'd like to see more output when I run a single test, vs when I run a whole test class or suite. Almost always, this is because...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


How does one use AssertCalled (when testing with mock objects)?
This form keeps hanging on me, so I'll paste an image from the previous (hung) session: https://www.mathworks.com/help/matlab...

4年弱 前 | 0 件の回答 | 0

0

回答

回答済み
How can I organize all of the sub-functions for my application into a single file?
You could also put all the sub-functions in a separate class file, as public methods. The main function could create an instanc...

約4年 前 | 0

回答済み
Why am I getting error "Too many input arguments"
I think I have to pass the instance into the method, sigh...

約4年 前 | 0

| 採用済み

質問


Why am I getting error "Too many input arguments"
This is embarrassing... I can't figure out why it's saying "Too many input arguments." Here's the definition. It seems to me ...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How can I make my test find a second function in a neighboring file?
I inherited some matlab files and I want to write tests for them. Each file contains multiple function declarations. It seems ...

約4年 前 | 1 件の回答 | 0

1

回答