Mercurial > repos > public > sbplib
changeset 471:c78249d8e915 feature/sublassable_cellarray
Add test stubs.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 02 Aug 2017 08:48:56 +0200 |
parents | 428cc9d4106f |
children | 1dcac646c514 |
files | CellTest.m |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CellTest.m Wed Aug 02 08:48:56 2017 +0200 @@ -0,0 +1,15 @@ +function tests = CellTest() + tests = functiontests(localfunctions); +end + +function testSubAssignment(testCase) + testCase.verifyFail(); +end + +function testIndexreference(testCase) + testCase.verifyFail(); +end + +function testConcat(testCase) + testCase.verifyFail(); +end