view +grid/equidistantCurvilinearTest.m @ 987:1d70f29c7ab2

Add assertLength
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 08 Jan 2019 14:59:43 +0100
parents c5ca9bbfed41
children
line wrap: on
line source

function tests = equdistantCurvilinearTest()
    tests = functiontests(localfunctions);
end

function testNoTests(testCase)
    testCase.verifyFail();
end