help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TDD in Octave, guidance/tutorial?


From: Jordi Gutiérrez Hermoso
Subject: Re: TDD in Octave, guidance/tutorial?
Date: Mon, 4 Feb 2013 13:07:24 -0500

On 4 February 2013 12:29, IainIsm <address@hidden> wrote:
> For example I have started to write a function which requires two parameters
> and then can accept optional parameters, provided as a pair:
>
> getAccelData(required1, required2)
> getAccelData(required1, required2, optional1, optional2)
[snip]
> !!!!! test failed
> No matching property found for: test

How are you writing getAccelData? Are you using inputParser?

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]