Mercurial > repos > public > sbplib
diff +grid/CurvilinearTest.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/CurvilinearTest.m Fri Mar 04 17:18:20 2016 +0100 +++ b/+grid/CurvilinearTest.m Fri Mar 04 17:19:18 2016 +0100 @@ -67,7 +67,7 @@ end function testMappingInputError(testCase) - testCase.assumeFail(); + testCase.verifyFail(); end function testScaling(testCase) @@ -80,3 +80,11 @@ testCase.verifyEqual(g.scaling(),[2 1]); end +function testGetBoundaryNames(testCase) + testCase.verifyFail(); +end + +function testGetBoundary(testCase) + testCase.verifyFail(); +end +