classdef VNLE_test < matlab.unittest.TestCase % Test class for VNLE methods (Test) function testExample(testCase) % Example test case for VNLE % Add your test code here testCase.verifyTrue(true); end end end