Randy Strauss
Followers: 0 Following: 0
Statistics
RANK
201.836
of 295.527
REPUTATION
0
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 4 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 4 jaar ago | 0 answers | 0
0
answersHow 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...
meer dan 4 jaar ago | 0
Why am I getting error "Too many input arguments"
I think I have to pass the instance into the method, sigh...
meer dan 4 jaar ago | 0
| accepted
Question
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 ...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 4 jaar ago | 1 answer | 0