Mercurial > repos > public > sbplib
comparison +grid/equidistantCurvilinearTest.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 | 62b5f3c34bcb |
children |
comparison
equal
deleted
inserted
replaced
187:770da87a6dc4 | 188:c5ca9bbfed41 |
---|---|
1 function tests = equdistantCurvilinearTest() | 1 function tests = equdistantCurvilinearTest() |
2 tests = functiontests(localfunctions); | 2 tests = functiontests(localfunctions); |
3 end | 3 end |
4 | 4 |
5 function testNoTests(testCase) | 5 function testNoTests(testCase) |
6 testCase.assumeFail(); | 6 testCase.verifyFail(); |
7 end | 7 end |