Mercurial > hg > ltpda
annotate m-toolbox/classes/tests/@ltpda_utp/init.m @ 29:54f14716c721 database-connection-manager
Update Java code
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +0100 |
parents | f0afece42f48 |
children |
rev | line source |
---|---|
0 | 1 % INIT initialize the unit test class. |
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
3 % | |
4 % DESCRIPTION: INIT initialize the unit test class. | |
5 % This method is called before the test methods. | |
6 % | |
7 % CALL: init(); | |
8 % | |
9 % VERSION: $Id: init.m,v 1.1 2011/04/27 19:43:42 ingo Exp $ | |
10 % | |
11 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
12 | |
13 function varargout = init(varargin) | |
14 end | |
15 |