Mercurial > repos > public > sbplib
diff +grid/CartesianTest.m @ 188:c5ca9bbfed41 feature/grids
Added methods to hande boundaries to Grid. Added failing tests and method stubs.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 04 Mar 2016 17:19:18 +0100 |
parents | f7bb2a94d291 |
children | 7c1d3fc33f90 |
line wrap: on
line diff
--- a/+grid/CartesianTest.m Fri Mar 04 17:18:20 2016 +0100 +++ b/+grid/CartesianTest.m Fri Mar 04 17:19:18 2016 +0100 @@ -194,3 +194,12 @@ testCase.verifyEqual(g.scaling(),[2 1]); end + + +function testGetBoundaryNames(testCase) + testCase.verifyFail(); +end + +function testGetBoundary(testCase) + testCase.verifyFail(); +end