comparison +multiblock/GridTest.m @ 189:6054dcd3c8a9 feature/grids

Added a class for boundary groups. Added methods stubs and failing tests.
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 04 Mar 2016 17:20:30 +0100
parents 1fc2eeb4f4e6
children 6fb354955c37
comparison
equal deleted inserted replaced
188:c5ca9bbfed41 189:6054dcd3c8a9
3 end 3 end
4 4
5 function testCreation(testCase) 5 function testCreation(testCase)
6 g = multiblock.Grid({},{}); 6 g = multiblock.Grid({},{});
7 end 7 end
8
9 function testMissing(testCase)
10 testCase.verifyFail();
11 end
12
13 function testGetBoundaryNames(testCase)
14 testCase.verifyFail();
15 end
16
17 function testGetBoundary(testCase)
18 testCase.verifyFail();
19 end