comparison +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
comparison
equal deleted inserted replaced
187:770da87a6dc4 188:c5ca9bbfed41
192 192
193 g.h = [2 1]; 193 g.h = [2 1];
194 testCase.verifyEqual(g.scaling(),[2 1]); 194 testCase.verifyEqual(g.scaling(),[2 1]);
195 195
196 end 196 end
197
198
199 function testGetBoundaryNames(testCase)
200 testCase.verifyFail();
201 end
202
203 function testGetBoundary(testCase)
204 testCase.verifyFail();
205 end