Mercurial > repos > public > sbplib
changeset 475:e0e81e7df671 feature/sublassable_cellarray
Add test stubs for size and length
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 02 Aug 2017 10:03:59 +0200 |
parents | c91464ef1dd9 |
children | 949ffe238f61 |
files | CellTest.m |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r c91464ef1dd9 -r e0e81e7df671 CellTest.m --- a/CellTest.m Wed Aug 02 09:38:12 2017 +0200 +++ b/CellTest.m Wed Aug 02 10:03:59 2017 +0200 @@ -2,6 +2,14 @@ tests = functiontests(localfunctions); end +function testSize(testCase) + testCase.verifyFail(); +end + +function testLength(testCase) + testCase.verifyFail(); +end + function testSubAssignment(testCase) testCase.verifyFail(); end